UNSOLVED

spgsitsupport

updated

7 years ago

0

1850

April 10th, 2019 04:00

QLogic QL41164HMCU CNA (NDIS) & correct setup for Numa,BaseVmqProcessor,MaxProcessor

With Emulex drivers it was easy, as each had this specified.

But in latest driver 8.37.35.0 for Qlogic I cannot find any of these setiings

 

Anybody has any ideas?

 

Seb

  • Daniel My

    12 Elder

    6205 Posts

    1688

    0

    Posted April 10th, 2019 09:00

    Hello

    You may need to use command line to configure those settings. This should be covered in the manual. The manual is on the system support page. If you set the category to network and search by "41" it should display the driver, firmware, and manual. Here is a direct link:

    https://www.dell.com/support/home/drivers/driversdetails?driverid=09dfp

    Thanks

  • 1505

    0

    Posted April 16th, 2019 14:00

    Well, CLI is not a miracle, it does the same what GUI (just at CL)

    So no, it is not an answer.

    One does it at OS level with Powershell like:

    Set-NetAdapterVmq –Name NIC1 –BaseProcessorNumber 2 –MaxProcessors 8

     

    Seb