Re: [dpdk-dev] [PATCH v5] net/ice: fix setting max frame size

2019-11-04 Thread Ye Xiaolong
On 11/04, Min JiaqiX wrote: >Max frame size is not set to HW, so packets above the MTU >do not get dropped by HW. The patch fixed the issue. > >Fixes: 50370662b727 ("net/ice: support device and queue ops") >Cc: sta...@dpdk.org > >Signed-off-by: Min JiaqiX > >--- >v5: >* Set `ICE_FRAME_SIZE_MAX` to

[dpdk-dev] [PATCH v5] net/ice: fix setting max frame size

2019-11-03 Thread Min JiaqiX
Max frame size is not set to HW, so packets above the MTU do not get dropped by HW. The patch fixed the issue. Fixes: 50370662b727 ("net/ice: support device and queue ops") Cc: sta...@dpdk.org Signed-off-by: Min JiaqiX --- v5: * Set `ICE_FRAME_SIZE_MAX` to to default value. v4: * Removed Review