[DPDK/ethdev Bug 1592] AF_PACKET PMD loops back packets on veth with tc
bugzilla at dpdk.org
bugzilla at dpdk.org
Tue Dec 10 20:43:16 CET 2024
https://bugs.dpdk.org/show_bug.cgi?id=1592
Stephen Hemminger (stephen at networkplumber.org) changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |INVALID
Status|UNCONFIRMED |RESOLVED
CC| |stephen at networkplumber.org
--- Comment #1 from Stephen Hemminger (stephen at networkplumber.org) ---
This is not a DPDK bug.
The Linux kernel will interpret the packets it receives.
By default Linux has a weak host model, and it will look at the L3 header.
If you want to forward you need to either use hardware DPDK network devices
(not packet, tun, ...); or put each eth device into a different network or
namespace.
The DPDK part of forwarding has nothing wrong here.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mails.dpdk.org/archives/dev/attachments/20241210/a056982b/attachment-0001.htm>
More information about the dev
mailing list