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

Intel E810-CQDA2 fragmented IPv4 RSS question

mlanzuisi
Beginner
959 Views

Hello,

 

I need to have some RSS configuration for an Intel E810-CQDA2 (fw 3.20) and dpdk 21.11.

My aim is to send UDP packets (non-fragmented) and fragmented IPv4 packets, having symmetric_toeplitz hash function and a specific RSS key, BOTH DIRECTIONS, on the same queue.

I used the dpdk-testpmd application to make some tests, but what I have is the UDP packets going to the same queue and the IPv4 fragmented packets going to another queue.

 

Attached you may find a file with 8 packets, 4 UDP and 4 IPv4 fragments, going to 2 different queues.

My dpdk-testpmd settings are:

 

./dpdk-testpmd -c 0xf -a 0000:37:00.1 -n 4 -- -i --rxq=8 --txq=8 --rxd=384 --txd=384

set fwd rxonly
set verbose 1
port config all rss all
port config 0 rss-hash-key ipv4 6d5a6d5a6d5a6d5a6d5a6d5a6d5a6d5a6d5a6d5a6d5a6d5a6d5a6d5a6d5a6d5a6d5a6d5a6d5a6d5a6d5a6d5a6d5a6d5a6d5a6d5a
port config 0 rss-hash-key ipv4-frag 6d5a6d5a6d5a6d5a6d5a6d5a6d5a6d5a6d5a6d5a6d5a6d5a6d5a6d5a6d5a6d5a6d5a6d5a6d5a6d5a6d5a6d5a6d5a6d5a6d5a6d5a
port config 0 rss-hash-key ipv4-udp 6d5a6d5a6d5a6d5a6d5a6d5a6d5a6d5a6d5a6d5a6d5a6d5a6d5a6d5a6d5a6d5a6d5a6d5a6d5a6d5a6d5a6d5a6d5a6d5a6d5a6d5a

flow create 0 ingress pattern eth / ipv4 / end actions rss types ipv4 end func symmetric_toeplitz key_len 0 queues end / end
flow create 0 ingress pattern eth / ipv4 / end actions rss types ipv4-frag end func symmetric_toeplitz key_len 0 queues end / end
flow create 0 ingress pattern eth / ipv4 / udp / end actions rss types ipv4-udp end func symmetric_toeplitz key_len 0 queues end / end

Best regards,

Matteo

0 Kudos
2 Replies
Caguicla_Intel
Moderator
943 Views

Hello mlanzuisi,

 

Thank you for posting in Intel Ethernet Communities. 

 

Since this question involves DPDK, please check with Intel Premier Support. See the following for access to Intel Premier Support. Click the "Access and Log In" to contact the DPDK support

https://www.intel.com/content/www/us/en/design/support/ips/training/welcome.html

 

Please also be informed that we will now close this request. Just feel free to post a new question if you may have any other inquiry in the future as this thread will no longer be monitored.

 

Thank you for choosing Intel and stay safe!

 

Best regards,

Crisselle C.

Intel® Customer Support

0 Kudos
mlanzuisi
Beginner
938 Views

Hello Crisselle,

 

thank you for the information.

Anyway, the Intel Premier Support login returns the following error:

 

"You don't have Access to IPS.
Please contact the FAE to get access.

If you are an Employee and want Customer Role, Please raise request in AGS"

 

What can I do?

 

Best regards,

Matteo Lanzuisi

0 Kudos
Reply