* [DPDK/ethdev Bug 1464] VLAN filtering bug
@ 2024-06-18 19:56 bugzilla
2025-12-12 12:27 ` bugzilla
0 siblings, 1 reply; 2+ messages in thread
From: bugzilla @ 2024-06-18 19:56 UTC (permalink / raw)
To: dev
[-- Attachment #1: Type: text/plain, Size: 2041 bytes --]
https://bugs.dpdk.org/show_bug.cgi?id=1464
Bug ID: 1464
Summary: VLAN filtering bug
Product: DPDK
Version: unspecified
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: Normal
Component: ethdev
Assignee: dev@dpdk.org
Reporter: dmarx@iol.unh.edu
Target Milestone: ---
Hi all,
I've written a test suite for VLAN features on DPDK drivers including
filtering, stripping, and insertion, but I've run into some issues
with Intel and Broadcom NICs. Both are forwarding packets when there are vlan
filter rules in place which should block packet forwarding.
To recreate the environment I'm running the tests on:
drivers: bnxt_en, i40e
Broadcom NIC info:
~$ ethtool -i ens2f0np0
driver: bnxt_en
version: 5.15.0-112-generic
firmware-version: 229.0.141.0/pkg 229.1.123.0
expansion-rom-version:
bus-info: 0000:61:00.0
supports-statistics: yes
supports-test: yes
supports-eeprom-access: yes
supports-register-dump: yes
supports-priv-flags: no
./dpdk-testpmd <EAL params> -- -i --portmask=0x3
testpmd> set fwd mac
testpmd> set promisc 0 off
testpmd> vlan set filter on 0
testpmd> rx_vlan add 1 0
testpmd> start
then, I build the following packet and send it to port 0 on testpmd:
packet = Ether()/Dot1Q(vlan=2)/Raw(load='xxxxx')
The Mellanox CX-5s show the expected behavior, where a packet with a VLAN tag
not in the filter list is dropped. However, with the Intel XL710
and Broadcom 57414 NICs, the packet is forwarded regardless of whether its VLAN
tag is in the filter list or not.
Link to the suite:
https://patches.dpdk.org/project/dpdk/patch/20240618162939.23339-2-dmarx@iol.unh.edu/
Series cover letter:
https://patches.dpdk.org/project/dpdk/cover/20240614150238.26374-1-dmarx@iol.unh.edu/
Any insight is appreciated.
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #2: Type: text/html, Size: 4124 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
* [DPDK/ethdev Bug 1464] VLAN filtering bug
2024-06-18 19:56 [DPDK/ethdev Bug 1464] VLAN filtering bug bugzilla
@ 2025-12-12 12:27 ` bugzilla
0 siblings, 0 replies; 2+ messages in thread
From: bugzilla @ 2025-12-12 12:27 UTC (permalink / raw)
To: dev
http://bugs.dpdk.org/show_bug.cgi?id=1464
Kevin Traynor (ktraynor@redhat.com) changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |ktraynor@redhat.com
Resolution|--- |INVALID
Status|UNCONFIRMED |RESOLVED
--- Comment #6 from Kevin Traynor (ktraynor@redhat.com) ---
This is an old issue and not sure if it still exists. I will close. Please
re-open if it is still an issue. Thanks.
--
You are receiving this mail because:
You are the assignee for the bug.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-12-12 12:27 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-06-18 19:56 [DPDK/ethdev Bug 1464] VLAN filtering bug bugzilla
2025-12-12 12:27 ` bugzilla
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).