[Bug 961] PCAP PMD receives packets larger then MTU
bugzilla at dpdk.org
bugzilla at dpdk.org
Tue Jul 4 19:43:09 CEST 2023
https://bugs.dpdk.org/show_bug.cgi?id=961
Stephen Hemminger (stephen at networkplumber.org) changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |stephen at networkplumber.org
Resolution|--- |WONTFIX
Status|UNCONFIRMED |RESOLVED
--- Comment #4 from Stephen Hemminger (stephen at networkplumber.org) ---
This is not a bug. Other drivers allow bigger frames.
It is part of the overall confusion of what does MTU mean in OS.
In Linux and FreeBSD, it is maximum transmission unit and it also
serves as the minimum receive unit for device drivers.
Many device drivers will receive oversize packets, and leave it up to upper
layers to handle. It is the device driver version of the robustness principle
(aka Postel's Law).
--
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/20230704/d6ab9c96/attachment.htm>
More information about the dev
mailing list