[dpdk-dev] [PATCH v3] virtio: Support mergeable buffer in virtio pmd

2014-09-25 Thread Thomas Monjalon
2014-09-25 00:47, Fu, JingguoX: > Yes, I had finished the patch validation, so I reply the email, thanks. I think there are 3 cases where a test report could be needed: 1) the patch is pending 2) an error is found during validation 3) the test is described with some useful information Here the th

[dpdk-dev] [PATCH v3] virtio: Support mergeable buffer in virtio pmd

2014-09-25 Thread Fu, JingguoX
: RE: [dpdk-dev] [PATCH v3] virtio: Support mergeable buffer in virtio pmd Hi Thomas, > -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Thomas Monjalon > Sent: Wednesday, September 24, 2014 5:32 PM > To: Fu, JingguoX > Cc: dev at dpdk.org >

[dpdk-dev] [PATCH v3] virtio: Support mergeable buffer in virtio pmd

2014-09-24 Thread Ouyang, Changchun
Hi Thomas, > -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Thomas Monjalon > Sent: Wednesday, September 24, 2014 5:32 PM > To: Fu, JingguoX > Cc: dev at dpdk.org > Subject: Re: [dpdk-dev] [PATCH v3] virtio: Support mergeable buffer in vi

[dpdk-dev] [PATCH v3] virtio: Support mergeable buffer in virtio pmd

2014-09-24 Thread Thomas Monjalon
Hi Jingguo, 2014-09-24 09:22, Fu, JingguoX: > Tested-by: Jingguo Fu > > This patch includes 1 files, and has been tested by Intel. > Please see information as the following: > > Host: > Fedora 19 x86_64, Linux Kernel 3.9.0, GCC 4.8.2 Intel Xeon CPU E5-2680 v2 @ > 2.80GHz > NIC: Intel Niantic

[dpdk-dev] [PATCH v3] virtio: Support mergeable buffer in virtio pmd

2014-09-24 Thread Fu, JingguoX
, August 14, 2014 16:55 To: dev at dpdk.org Subject: [dpdk-dev] [PATCH v3] virtio: Support mergeable buffer in virtio pmd v3 change: - Investigate the comments from Huawei and fix one potential issue of wrong offset to the number of descriptor in buffer; also fix other tiny comments. v2 change

[dpdk-dev] [PATCH v3] virtio: Support mergeable buffer in virtio pmd

2014-08-25 Thread Thomas Monjalon
2014-08-14 16:54, Ouyang Changchun: > v3 change: > - Investigate the comments from Huawei and fix one potential issue of wrong > offset to > the number of descriptor in buffer; also fix other tiny comments. > > v2 change: > - Resolve conflicts with the tip code; > - And resolve 2 issues: >-

[dpdk-dev] [PATCH v3] virtio: Support mergeable buffer in virtio pmd

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: Thursday, August 14, 2014 4:55 PM > To: dev at dpdk.org > Cc: Cao, Waterman; Ouyang, Changchun > Subject: [PATCH v3]

[dpdk-dev] [PATCH v3] virtio: Support mergeable buffer in virtio pmd

2014-08-14 Thread Ouyang Changchun
v3 change: - Investigate the comments from Huawei and fix one potential issue of wrong offset to the number of descriptor in buffer; also fix other tiny comments. v2 change: - Resolve conflicts with the tip code; - And resolve 2 issues: -- fix mbuf leak when discard an uncompleted packet.