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

2021-07-21 Thread Ferruh Yigit
On 7/13/2021 2:48 PM, Andrew Rybchenko wrote: > On 7/9/21 8:29 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, bu

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

2021-07-19 Thread Ajit Khaparde
On Fri, Jul 9, 2021 at 10:30 AM 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

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

2021-07-18 Thread Xu, Rosen
Hi, > -Original Message- > From: Yigit, Ferruh > Sent: Saturday, July 10, 2021 1:29 > To: Somalapuram Amaranath ; Ajit Khaparde > ; Somnath Kotur > ; Nithin Dabilpuram > ; Kiran Kumar K ; > Sunil Kumar Kori ; Satha Rao > ; Rahul Lakkireddy > ; Hemant Agrawal > ; Sachin Saxena ; > Wang, Ha

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

2021-07-13 Thread Andrew Rybchenko
On 7/9/21 8:29 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 requested ther

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

2021-07-09 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