[dpdk-dev] [Bug 661] [mlx5] VLAN packets will not do RSS
bugzilla at dpdk.org
bugzilla at dpdk.org
Mon Mar 15 14:24:50 CET 2021
https://bugs.dpdk.org/show_bug.cgi?id=661
Bug ID: 661
Summary: [mlx5] VLAN packets will not do RSS
Product: DPDK
Version: 19.11
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: Normal
Component: ethdev
Assignee: dev at dpdk.org
Reporter: alialnu at nvidia.com
Target Milestone: ---
RSS doesn't seem to be working correctly with packets that have VLAN. The
packets will be received, but will always go to the first queue.
To reproduce, run testpmd and set RSS type to TCP, then send the following
packet:
Ether / Dot1Q / IP / TCP / Raw
Packets will be spread correctly when sending a packet without VLAN. Example:
Ether / IP / TCP / Raw
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the dev
mailing list