Re: [PATCH 2/2] app/testpmd: fix incorrect MTU verification

2022-05-12 Thread Ferruh Yigit
On 4/26/2022 2:38 AM, lihuisong (C) wrote: 在 2022/4/26 0:25, Singh, Aman Deep 写道: On 4/6/2022 2:15 PM, Min Hu (Connor) wrote: From: Huisong Li The macro RTE_ETHER_MIN_LEN isn't the minimum value of MTU. But testpmd used it when execute 'port config mtu 0 xx' cmd. This patch fix it. Fixes:

Re: [PATCH 2/2] app/testpmd: fix incorrect MTU verification

2022-04-25 Thread Singh, Aman Deep
On 4/6/2022 2:15 PM, Min Hu (Connor) wrote: From: Huisong Li The macro RTE_ETHER_MIN_LEN isn't the minimum value of MTU. But testpmd used it when execute 'port config mtu 0 xx' cmd. This patch fix it. Fixes: 1bb4a528c41f ("ethdev: fix max Rx packet length") Cc: sta...@dpdk.org Signed-off-by