virtio: mergeable buffers
authorOuyang Changchun <changchun.ouyang@intel.com>
Thu, 14 Aug 2014 08:54:35 +0000 (16:54 +0800)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Mon, 25 Aug 2014 15:14:22 +0000 (17:14 +0200)
commit13ce5e7eb94fc3b4049d1127c78692eb22b5bd6c
tree7a5edb80bf83af56443592947ca8b974bae616c5
parent3f6a696f105437f129076f9b8f2651272a682810
virtio: mergeable buffers

This patch supports mergeable buffer feature in DPDK based virtio PMD,
which can receive jumbo frame with larger size, like 3K, 4K or even 9K.

Signed-off-by: Changchun Ouyang <changchun.ouyang@intel.com>
Acked-by: Huawei Xie <huawei.xie@intel.com>
Tested-by: Jingguo Fu <jingguox.fu@intel.com>
lib/librte_pmd_virtio/virtio_ethdev.c
lib/librte_pmd_virtio/virtio_ethdev.h
lib/librte_pmd_virtio/virtio_rxtx.c