All of lore.kernel.org
 help / color / mirror / Atom feed
From: bugzilla@dpdk.org
To: dev@dpdk.org
Subject: [DPDK/testpmd Bug 1851] Packets are not received when promisc off
Date: Thu, 18 Dec 2025 13:18:45 +0000	[thread overview]
Message-ID: <bug-1851-3@http.bugs.dpdk.org/> (raw)

http://bugs.dpdk.org/show_bug.cgi?id=1851

            Bug ID: 1851
           Summary: Packets are not received when promisc off
           Product: DPDK
           Version: 22.11
          Hardware: x86
                OS: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: testpmd
          Assignee: dev@dpdk.org
          Reporter: sbadawi@nvidia.com
  Target Milestone: ---

testpmd app running cmd:

install/bin/dpdk-testpmd -n 4 -a 0000:08:00.0,dv_flow_en=0 -a
0000:08:00.1,dv_flow_en=0 --iova-mode="va" -- --mbcache=512 -i  --nb-cores=2


repro cmds:
testpmd>stop
testpmd>set portmask 0x3
testpmd>start
testpmd>set promisc all off
testpmd>start
testpmd>mac_addr add 0 00:16:3e:50:e4:8c
testpmd>mac_addr add 1 00:16:3e:50:d7:b6


Scapy packet to send (from an interface connected back-to-back) with probed
device


packet = Ether(dst='00:16:3e:50:e4:8c', src='0c:42:a1:58:ab:e4',
type=34525)/IPv6()/TCP()/Raw(load=100*b'ss') 

sendp(packet, iface = 'eth2', count = 2089, verbose=False) 

OS: Ubuntu 22.04 (x86_64)
Kernel: 5.15.0-25-generic
OFED: MLNX_OFED_LINUX-5.8-7.0.6.1
DPDK:   04536b2
Device: ConnectX-6 DX
FW: 22.35.4554

-- 
You are receiving this mail because:
You are the assignee for the bug.

                 reply	other threads:[~2025-12-18 13:18 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bug-1851-3@http.bugs.dpdk.org/ \
    --to=bugzilla@dpdk.org \
    --cc=dev@dpdk.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.