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@dpdk.org Reporter: alia...@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.