On 11/21/2017 07:56 AM, Jiayu Hu wrote:
In virtio, UDP Fragmentation Offload (UFO) includes two parts: host UFO and guest UFO. Guest UFO means the frontend can receive large UDP packets, and host UFO means the backend can receive large UDP packets. This patch supports host UFO and guest UFO for vhost-user. Signed-off-by: Jiayu Hu<jiayu...@intel.com> --- lib/librte_mbuf/rte_mbuf.h | 7 +++++++ lib/librte_vhost/vhost.h | 2 ++ lib/librte_vhost/virtio_net.c | 10 ++++++++++ 3 files changed, 19 insertions(+)
Reviewed-by: Maxime Coquelin <maxime.coque...@redhat.com> Thanks, Maxime