Re: [dpdk-dev] [PATCH v2] kni: add ability to set min/max MTU

2019-10-27 Thread Igor Ryzhov
Hi David, Ferruh, Sorry I was on vacation. Thank you for dealing with this. Best regards, Igor On Sun, Oct 27, 2019 at 1:12 PM David Marchand wrote: > On Fri, Oct 25, 2019 at 8:31 PM Ferruh Yigit > wrote: > > > > From: Igor Ryzhov > > > > Starting with kernel version 4.10, there are new min/

Re: [dpdk-dev] [PATCH v2] kni: add ability to set min/max MTU

2019-10-27 Thread David Marchand
On Fri, Oct 25, 2019 at 8:31 PM Ferruh Yigit wrote: > > From: Igor Ryzhov > > Starting with kernel version 4.10, there are new min/max MTU values in > net_device structure, which are set to ETH_MIN_MTU and ETH_DATA_LEN by > default. We should be able to change these values to allow MTU more than

Re: [dpdk-dev] [PATCH v2] kni: add ability to set min/max MTU

2019-10-25 Thread Ferruh Yigit
On 10/25/2019 7:30 PM, Ferruh Yigit wrote: > From: Igor Ryzhov > > Starting with kernel version 4.10, there are new min/max MTU values in > net_device structure, which are set to ETH_MIN_MTU and ETH_DATA_LEN by > default. We should be able to change these values to allow MTU more than > 1500 to b