Ethernet Products
Determine ramifications of Intel® Ethernet products and technologies
4810 Discussions

how to change the number of queues for i40e interfaces ?

jhoul
Beginner
2,190 Views

Hi all,

I would like to change the number of queues per interface (I use a split cable with a 4x10 configuration) with my XL710QDA1 and its i40e driver.

I couldn't find the options for modprobe I used to set with my ixgbe interfaces. Any Idea ?

Thanks,

Julien.

0 Kudos
2 Replies
idata
Employee
954 Views

Hi Jugean,

 

 

Thank you for posting at Wired Communities. Can you clarify what is the queue you need? Are you referring to RSS queue ?

 

 

Thanks,

 

wb

 

0 Kudos
jhoul
Beginner
953 Views

Hi wb,

Yes, I was talking about the RSS queues.

I found a way to set the number of queues to 1 :

find /sys/kernel/debug/i40e/ -name command -exec sh -c 'echo "set rss_size 1" > {}' {} ';'

Best,

Julien.

0 Kudos
Reply