Re: [dpdk-dev] [v3] net/virtio: set offload flag for jumbo frames

2019-01-31 Thread Jens Freimann
On Thu, Jan 31, 2019 at 02:01:53PM +0300, Ilya Maximets wrote: On 31.01.2019 12:17, Jens Freimann wrote: Port configuration fails because offload flags don't match the expected value when max-pkt-len is set to a value that should enable receive port offloading but doesn't. There are two cases t

Re: [dpdk-dev] [v3] net/virtio: set offload flag for jumbo frames

2019-01-31 Thread Ilya Maximets
On 31.01.2019 12:17, Jens Freimann wrote: > Port configuration fails because offload flags don't match the expected > value when max-pkt-len is set to a value that should enable receive port > offloading but doesn't. > > There are two cases to consider: > > 1. VIRTIO_NET_F_MTU is set. Then we nee