Re: [dpdk-dev] [PATCH 2/2] vdpa/mlx5: support MTU feature

2020-06-18 Thread Maxime Coquelin
On 6/2/20 5:53 PM, Matan Azrad wrote: > The guest virtio device may request MTU updating when the vhost backend > device exposes a capability to support it. > > Exspose the MTU feature capability. s/Expose/Exspose/ > > In configuration time, check the requested MTU and update it in the HW s

[dpdk-dev] [PATCH 2/2] vdpa/mlx5: support MTU feature

2020-06-02 Thread Matan Azrad
The guest virtio device may request MTU updating when the vhost backend device exposes a capability to support it. Exspose the MTU feature capability. In configuration time, check the requested MTU and update it in the HW device. Signed-off-by: Matan Azrad --- doc/guides/rel_notes/release_20_0