Re: [dpdk-dev] [PATCH v3 1/6] ethdev: fix max Rx packet length

2021-10-05 Thread Ferruh Yigit
On 10/1/2021 4:07 PM, Stephen Hemminger wrote: On Fri, 1 Oct 2021 15:36:18 +0100 Ferruh Yigit wrote: Other issues causing confusion is: * maximum transmission unit (MTU) is payload of the Ethernet frame. And 'max_rx_pkt_len' is the size of the Ethernet frame. Difference is Ethernet fram

Re: [dpdk-dev] [PATCH v3 1/6] ethdev: fix max Rx packet length

2021-10-01 Thread Stephen Hemminger
On Fri, 1 Oct 2021 15:36:18 +0100 Ferruh Yigit wrote: > Other issues causing confusion is: > * maximum transmission unit (MTU) is payload of the Ethernet frame. And > 'max_rx_pkt_len' is the size of the Ethernet frame. Difference is > Ethernet frame overhead, and this overhead may be differe