Re: [dpdk-dev] [PATCH] net/virtio: report maximum MTU in device info

2021-07-27 Thread Xia, Chenbo
> -Original Message- > From: Andrew Rybchenko > Sent: Wednesday, July 21, 2021 5:22 PM > To: Maxime Coquelin ; Xia, Chenbo > ; Stephen Hemminger ; > Stokes, > Ian ; Andrew Rybchenko ; > Yigit, Ferruh > Cc: dev@dpdk.org; Ivan Ilchenko ; sta...@dpdk.org > Subject: [PATCH] net/virtio: repor

Re: [dpdk-dev] [PATCH] net/virtio: report maximum MTU in device info

2021-07-22 Thread Maxime Coquelin
On 7/21/21 11:22 AM, Andrew Rybchenko wrote: > From: Ivan Ilchenko > > Fix the driver to report maximum MTU obtained from config if > VIRTIO_NET_F_MTU is supported or calculated based on maximum > Rx packet length. > > Fixes: ad97ceece12c ("ethdev: add min/max MTU to device info") > Cc: sta..

[dpdk-dev] [PATCH] net/virtio: report maximum MTU in device info

2021-07-21 Thread Andrew Rybchenko
From: Ivan Ilchenko Fix the driver to report maximum MTU obtained from config if VIRTIO_NET_F_MTU is supported or calculated based on maximum Rx packet length. Fixes: ad97ceece12c ("ethdev: add min/max MTU to device info") Cc: sta...@dpdk.org Signed-off-by: Ivan Ilchenko Signed-off-by: Andrew