[dpdk-dev] [PATCH] examples/l3fwd: force CRC stripping for i40evf

2016-11-10 Thread Yao, Lei A
nable" is a better way to resolve this issue. Lei -Original Message- From: Topel, Bjorn Sent: Wednesday, November 9, 2016 9:10 PM To: Zhang, Helin ; Ananyev, Konstantin ; dev at dpdk.org Cc: Xu, Qian Q ; Yao, Lei A ; Wu, Jingjing ; thomas.monjalon at 6wind.com Subject: Re: [dpdk-d

[dpdk-dev] [PATCH] examples/l3fwd: force CRC stripping for i40evf

2016-11-09 Thread Yao, Lei A
9, 2016 4:24 PM To: dev at dpdk.org Cc: Xu, Qian Q ; Yao, Lei A ; Wu, Jingjing ; thomas.monjalon at 6wind.com; Topel, Bjorn Subject: [PATCH] examples/l3fwd: force CRC stripping for i40evf Commit 1bbcc5d21129 ("i40evf: report error for unsupported CRC stripping config") broke l3

[dpdk-dev] [PATCH v2 00/10] net/virtio: fix queue reconfigure issue

2016-11-07 Thread Yao, Lei A
Tested-by: Lei Yao - Apply patch to v16.11-rc2 - Compile: Pass - OS: Ubuntu16.04 4.4.0-45-generic - GCC: 5.4.0 Most of the basic Virtio related test cases are tested with this patch. No function issue found and no obvious performance drop. The following is the pass case list: TC1:?

[dpdk-dev] [PATCH v3 02/12] net/virtio: setup and start cq in configure callback

2016-11-02 Thread Yao, Lei A
Hi, Olivier During the validation work with v16.11-rc2, I find that this patch will cause VM crash if enable virtio bonding in VM. Could you have a check at your side? The following is steps at my side. Thanks a lot 1. bind PF port to igb_uio. modprobe uio insmod

[dpdk-dev] [PATCH] vhost: add pmd xstats

2016-08-30 Thread Yao, Lei A
Hi, Qian The test setup at my side is Vhost/VirtIO loopback with 64B packets. -Original Message- From: Xu, Qian Q Sent: Tuesday, August 30, 2016 11:03 AM To: Yao, Lei A ; Yang, Zhiyong ; Panu Matilainen ; Thomas Monjalon ; Yuanhan Liu Cc: dev at dpdk.org Subject: RE: [dpdk-dev

[dpdk-dev] [PATCH] vhost: add pmd xstats

2016-08-30 Thread Yao, Lei A
Hi, Zhiyong I have tested more xstats performance drop data at my side. Vhost Xstats patch with mergeable on : ~3% Vhost Xstats patch with mergeable off : ~9% Because Zhihong also submit patch to improve the performance on for the mergeable on: http://dpdk.org/dev/patchwork/patch/15245/

[dpdk-dev] [PATCH v3] i40e: enable i40e pmd on ARM platform

2016-08-10 Thread Yao, Lei A
Hi, Jianbo I have tested you patch , this v3 patch didn't impact the performance on X86 platform. Non-vector PMD single core performance with patch : ~35 Mpps Non-vector PMD single core performance without patch: ~35 Mpps BRs Lei -Original Message- Date: Fri,

[dpdk-dev] [PATCH] i40e: enable i40e pmd on ARM platform

2016-08-03 Thread Yao, Lei A
Hi, Jianbo I have tested you patch on my X86 platform, the single core performance for Non-vector PMD will have about 1Mpps drop Non-vector PMD single core performance with patch : ~33.9 Mpps Non-vector PMD single core performance without patch: ~35.1 Mpps Is there any