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

2019-02-08 Thread Maxime Coquelin
On 2/5/19 12:17 PM, 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. The .dev_infos_get callback can be called before the configure callback. At that ti

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

2019-02-08 Thread Maxime Coquelin
On 2/5/19 12:17 PM, 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. The .dev_infos_get callback can be called before the configure callback. At that ti