Re: [dpdk-dev] [PATCH] doc: add tested platforms and nics and OSes

2017-02-03 Thread Pei, Yulong
Hi Thomas, Did you notice this patch ? do you have any comments ? Thanks Yulong Pei -Original Message- From: Pei, Yulong Sent: Monday, January 23, 2017 4:38 PM To: dev@dpdk.org Cc: Mcnamara, John ; thomas.monja...@6wind.com; Pei, Yulong Subject: [PATCH] doc: add tested platforms and

Re: [dpdk-dev] [PATCH 12/22] app/testpmd: add rte_flow item spec handler

2016-12-15 Thread Pei, Yulong
Hi Adrien, I try to setup the following rule, but it seems that after set 'spec' param, can not set 'mask' param, is it an issue here or am I wrong to use it ? testpmd> flow create 0 ingress pattern eth dst spec 00:00:00:00:09:00 dst [TOKEN]: destination MAC src [TOKEN]: source MAC type [TO

Re: [dpdk-dev] [PATCH v3 22/25] app/testpmd: add L4 items to flow command

2016-12-20 Thread Pei, Yulong
Hi Adrien, For SCTP, it may need support to set 'tag' since in FDIR (--pkt-filter-mode=perfect) need set it when filter sctp flow. struct sctp_hdr { uint16_t src_port; /**< Source port. */ uint16_t dst_port; /**< Destin port. */ uint32_t tag; /**< Validation tag. *

Re: [dpdk-dev] [PATCH v3 21/25] app/testpmd: add items ipv4/ipv6 to flow command

2016-12-20 Thread Pei, Yulong
Hi adrien, Is it possible to support to set ipv4 TOS, ipv4 PROTO, ipv4 TTL and ipv6 tc, ipv6 next-header, ipv6 hop-limits since previous FDIR for i40e already support it. Best Regards Yulong Pei -Original Message- From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Adrien Mazarguil Se

Re: [dpdk-dev] [PATCH] net/i40e: add packet prefetch

2017-03-31 Thread Pei, Yulong
Hi All In Non-vector mode, without this patch, single core performance can reach 37.576Mpps with 64Byte packet, But after applied this patch , single core performance downgrade to 34.343Mpps with 64Byte packet. Best Regards Yulong Pei -Original Message- From: dev [mailto:dev-boun...@dp

Re: [dpdk-dev] [PATCH] net/i40e: add more explanation for QoS APIs

2017-04-13 Thread Pei, Yulong
testpmd> set vf tx max-bandwidth (port_id) (vf_id) (bandwidth) bandwidth(Mbps) I think that Mbps usually refer to physical layers. Bet Regards Yulong Pei -Original Message- From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Ferruh Yigit Sent: Thursday, April 13, 2017 6:26 PM To: Lu,

Re: [dpdk-dev] [PATCH] app/testpmd: initalize port_numa and ring_numa

2017-04-28 Thread Pei, Yulong
Hi Jingjing, Thanks for the review, already sent v4 patch and fixes line in it. Best Regards Yulong Pei -Original Message- From: Wu, Jingjing Sent: Friday, April 28, 2017 3:36 PM To: Pei, Yulong ; dev@dpdk.org Cc: Richardson, Bruce ; tho...@monjalon.net Subject: RE: [PATCH] app/testpmd

Re: [dpdk-dev] [PATCH] app/testpmd: add bus info when display port info

2017-05-01 Thread Pei, Yulong
Hi Thomas, -Original Message- From: Thomas Monjalon [mailto:tho...@monjalon.net] Sent: Monday, May 1, 2017 9:56 PM To: Pei, Yulong Cc: dev@dpdk.org; Wu, Jingjing Subject: Re: [dpdk-dev] [PATCH] app/testpmd: add bus info when display port info 26/04/2017 06:31, Yulong Pei: > Disp

Re: [dpdk-dev] [PATCH v6 3/3] app/test-pmd: add CLI for TM nodes and hierarchy commit

2017-10-11 Thread Pei, Yulong
Hi Jasvinder, -Original Message- From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Jasvinder Singh Sent: Tuesday, October 10, 2017 3:08 AM To: dev@dpdk.org Cc: Dumitrescu, Cristian ; Wu, Jingjing ; De Lara Guarch, Pablo Subject: [dpdk-dev] [PATCH v6 3/3] app/test-pmd: add CLI for TM

Re: [dpdk-dev] [PATCH] doc: add description of traffic management functions in testpmd

2017-10-11 Thread Pei, Yulong
Hi Jasvinder, -Original Message- From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Jasvinder Singh Sent: Wednesday, October 11, 2017 3:18 AM To: dev@dpdk.org Cc: Dumitrescu, Cristian ; Yigit, Ferruh ; Mcnamara, John Subject: [dpdk-dev] [PATCH] doc: add description of traffic manageme

Re: [dpdk-dev] [PATCH v7 1/3] app/test-pmd: add CLI for TM capability and stats

2017-10-12 Thread Pei, Yulong
Tested testpmd CLI for TM with ixgbe, i40e and softnic. Tested-by: Yulong Pei -Original Message- From: Singh, Jasvinder Sent: Wednesday, October 11, 2017 5:26 PM To: dev@dpdk.org Cc: Dumitrescu, Cristian ; Wu, Jingjing ; De Lara Guarch, Pablo ; Pei, Yulong Subject: [PATCH v7 1/3

[dpdk-dev] [PATCH 0/3] support setting i40e VF MAC address from DPDK host side

2016-02-26 Thread Pei, Yulong
Tested-by: yulong.pei at intel.com -Original Message- From: Zhang, Helin Sent: Thursday, January 28, 2016 4:40 PM To: dev at dpdk.org Cc: Pei, Yulong ; Wu, Jingjing ; Tao, Zhe ; Xu, Qian Q ; Zhang, Helin Subject: [PATCH 0/3] support setting i40e VF MAC address from DPDK host side It

[dpdk-dev] [PATCH] i40e: remove redundant compiler warning disablers

2016-02-29 Thread Pei, Yulong
This patch caused build error with i686-native-linuxapp-gcc (gcc version is 4.8.3) > > i686-native-linuxapp-gcc compile error info: > > > > INSTALL-LIB librte_pmd_vmxnet3_uio.a > > /root/dpdk/drivers/net/i40e/base/i40e_common.c: In function > > ?i40e_aq_set_lldp_mib?: > > /root/dpdk/drivers/net

[dpdk-dev] [PATCH] i40e: fix vlan filtering

2016-01-20 Thread Pei, Yulong
It works as expected, thanks. Tested-by Yulong.pei at intel.com Best Regards Yulong Pei -Original Message- From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Julien Meunier Sent: Tuesday, January 19, 2016 1:19 AM To: Zhang, Helin Cc: dev at dpdk.org Subject: [dpdk-dev] [PATCH] i40e: f

[dpdk-dev] [PATCH v5] eal: fix allocating all free hugepages

2016-06-06 Thread Pei, Yulong
Tested-by: Yulong Pei 1. Run dpdk app with multiple mount points, it works as expected. 2. Create new cgroup with limited hugepages like the following, and Run dpdk app with the newly created cgroup, it works as expected. #cgcreate -g hugetlb:/test-subgroup # cgset -r hugetlb.1GB.limit_in_bytes

[dpdk-dev] [PATCH] i40e: fix the issue dcb cannot be configured when FW version is 5.x

2015-11-19 Thread Pei, Yulong
Tested-by: Yulong Pei -Original Message- From: Wu, Jingjing Sent: Monday, November 16, 2015 4:57 PM To: dev at dpdk.org Cc: Wu, Jingjing ; Zhang, Helin ; Pei, Yulong Subject: [PATCH] i40e: fix the issue dcb cannot be configured when FW version is 5.x When NVM version is updated to 5

[dpdk-dev] [PATCH 1/2] mbuf: new NSH packet type

2016-05-26 Thread Pei, Yulong
Test-by: Yulong.pei at intel.com ether+nsh ether+nsh+ip ether+nsh+ip+icmp ether+nsh+ip_frag ether+nsh+ip+tcp ether+nsh+ip+udp ether+nsh+ip+sctp ether+nsh+ipv6 ether+nsh+ipv6+icmp ether+nsh+ipv6_frag ether+nsh+ipv6+tcp ether+nsh+ipv6+udp ether+nsh+ipv6+sctp Above combos can be recognized correctly

[dpdk-dev] [PATCH 00/22] Generic flow API (rte_flow)

2016-11-28 Thread Pei, Yulong
Hi Adrien, I think that you already did test for your patchset, do you have any automated test scripts can be shared for validation since there did not have testpmd flow command documentation yet? Best Regards Yulong Pei -Original Message- From: dev [mailto:dev-boun...@dpdk.org] On B