[dpdk-dev] [PATCH] examples/vhost: Support jumbo frame in user space vhost

2014-09-24 Thread Fu, JingguoX
support on front end, with vhost backend -Original Message- From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Ouyang Changchun Sent: Friday, August 15, 2014 12:58 To: dev at dpdk.org Subject: [dpdk-dev] [PATCH] examples/vhost: Support jumbo frame in user space vhost This patch support

[dpdk-dev] [PATCH] examples/vhost: Support jumbo frame in user space vhost

2014-09-24 Thread Fu, JingguoX
, with linux legacy back end. Total case Passed Failed 10 10 0 -Original Message- From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Ouyang Changchun Sent: Friday, August 15, 2014 12:58 To: dev at dpdk.org Subject: [dpdk-dev] [PATCH] examples/vhost: Support jumbo frame

[dpdk-dev] [PATCH] examples/vhost: Support jumbo frame in user space vhost

2014-08-25 Thread Thomas Monjalon
> This patch support mergeable RX feature and thus support jumbo frame RX and TX > in user space vhost(as virtio backend). > > On RX, it secures enough room from vring to accommodate one complete scattered > packet which is received by PMD from physical port, and then copy data from > mbuf to vri

[dpdk-dev] [PATCH] examples/vhost: Support jumbo frame in user space vhost

2014-08-21 Thread Ouyang, Changchun
Hi all, Any comments for this patch? And what's the status for merging it into mainline? Thanks in advance Changchun > -Original Message- > From: Ouyang, Changchun > Sent: Friday, August 15, 2014 12:58 PM > To: dev at dpdk.org > Cc: Cao, Waterman; Ouyang, Changchun > Subject: [PATCH] exa

[dpdk-dev] [PATCH] examples/vhost: Support jumbo frame in user space vhost

2014-08-15 Thread Ouyang Changchun
This patch support mergeable RX feature and thus support jumbo frame RX and TX in user space vhost(as virtio backend). On RX, it secures enough room from vring to accommodate one complete scattered packet which is received by PMD from physical port, and then copy data from mbuf to vring buffer, po