Re: [dpdk-dev] [PATCH v3 2/6] ethdev: move jumbo frame offload check to library

2021-10-04 Thread Somnath Kotur
On Fri, Oct 1, 2021 at 8:06 PM Ferruh Yigit wrote: > > Setting MTU bigger than RTE_ETHER_MTU requires the jumbo frame support, > and application should enable the jumbo frame offload support for it. > > When jumbo frame offload is not enabled by application, but MTU bigger > than RTE_ETHER_MTU is

[dpdk-dev] [PATCH v3 2/6] ethdev: move jumbo frame offload check to library

2021-10-01 Thread Ferruh Yigit
Setting MTU bigger than RTE_ETHER_MTU requires the jumbo frame support, and application should enable the jumbo frame offload support for it. When jumbo frame offload is not enabled by application, but MTU bigger than RTE_ETHER_MTU is requested there are two options, either fail or enable jumbo fr