[dpdk-dev] [PATCH] virtio: Support mergeable buffer in virtio PMD.

2014-07-23 Thread Ouyang, Changchun
: Support mergeable buffer in virtio PMD. Hi, 2014-07-12 10:24, Ouyang Changchun: > 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: Ouyang Changchun Could you please

[dpdk-dev] [PATCH] virtio: Support mergeable buffer in virtio PMD.

2014-07-22 Thread Thomas Monjalon
Hi, 2014-07-12 10:24, Ouyang Changchun: > 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: Ouyang Changchun Could you please rebase your patch on current master branch? There i

[dpdk-dev] [PATCH] virtio: Support mergeable buffer in virtio PMD.

2014-07-12 Thread Ouyang Changchun
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: Ouyang Changchun --- lib/librte_pmd_virtio/virtio_ethdev.c | 20 ++-- lib/librte_pmd_virtio/virtio_ethdev.h | 3 + lib/librte_pmd_virt