Re: [dpdk-dev] [PATCH v3 4/6] ethdev: remove jumbo offload flag

2021-10-05 Thread Ferruh Yigit
On 10/4/2021 8:55 AM, Somnath Kotur wrote: On Mon, Oct 4, 2021 at 10:42 AM Somnath Kotur wrote: On Fri, Oct 1, 2021 at 8:07 PM Ferruh Yigit wrote: Removing 'DEV_RX_OFFLOAD_JUMBO_FRAME' offload flag. Instead of drivers announce this capability, application can deduct the capability by checki

Re: [dpdk-dev] [PATCH v3 4/6] ethdev: remove jumbo offload flag

2021-10-04 Thread Somnath Kotur
On Mon, Oct 4, 2021 at 10:42 AM Somnath Kotur wrote: > > On Fri, Oct 1, 2021 at 8:07 PM Ferruh Yigit wrote: > > > > Removing 'DEV_RX_OFFLOAD_JUMBO_FRAME' offload flag. > > > > Instead of drivers announce this capability, application can deduct the > > capability by checking reported 'dev_info.max

[dpdk-dev] [PATCH v3 4/6] ethdev: remove jumbo offload flag

2021-10-01 Thread Ferruh Yigit
Removing 'DEV_RX_OFFLOAD_JUMBO_FRAME' offload flag. Instead of drivers announce this capability, application can deduct the capability by checking reported 'dev_info.max_mtu' or 'dev_info.max_rx_pktlen'. And instead of application explicitly set this flag to enable jumbo frames, this can be deduc