Re: [dpdk-dev] [PATCH v8 0/6] dynamic device personalization support

2017-03-30 Thread Wu, Jingjing
> -Original Message- > From: Xing, Beilei > Sent: Thursday, March 30, 2017 10:52 AM > To: Wu, Jingjing > Cc: Zhang, Helin ; dev@dpdk.org > Subject: [PATCH v8 0/6] dynamic device personalization support > > Due to limited resources of X*710 (parser and analy

Re: [dpdk-dev] [PATCH v4 4/4] net/i40e: enable tunnel filter for MPLS

2017-03-30 Thread Wu, Jingjing
> int > i40e_dev_consistent_tunnel_filter_set(struct i40e_pf *pf, > struct i40e_tunnel_filter_conf *tunnel_filter, @@ -6954,6 > +7063,8 @@ i40e_dev_consistent_tunnel_filter_set(struct i40e_pf *pf, > struct i40e_tunnel_rule *tunnel_rule = &pf->tunnel; > struct i40e_

Re: [dpdk-dev] [PATCH v3 2/3] net/i40e: implement device reset on port

2017-03-30 Thread Wu, Jingjing
Looks good, just minor comment > +static int > +i40evf_reset_dev(struct rte_eth_dev *dev) { > + struct i40e_adapter *adapter = > + I40E_DEV_PRIVATE_TO_ADAPTER(dev->data->dev_private); > + > + adapter->reset_flag = 1; > + i40evf_store_before_reset(dev); > + > + i40evf_de

Re: [dpdk-dev] [PATCH v5 3/4] net/i40e: add MPLS parsing function

2017-03-30 Thread Wu, Jingjing
> -Original Message- > From: Xing, Beilei > Sent: Thursday, March 30, 2017 2:57 PM > To: Wu, Jingjing > Cc: Zhang, Helin ; Iremonger, Bernard > ; dev@dpdk.org > Subject: [PATCH v5 3/4] net/i40e: add MPLS parsing function > > This patch add MPLS parsi

Re: [dpdk-dev] [PATCH v5 4/4] net/i40e: enable tunnel filter for MPLS

2017-03-30 Thread Wu, Jingjing
> -Original Message- > From: Xing, Beilei > Sent: Thursday, March 30, 2017 2:57 PM > To: Wu, Jingjing > Cc: Zhang, Helin ; Iremonger, Bernard > ; dev@dpdk.org > Subject: [PATCH v5 4/4] net/i40e: enable tunnel filter for MPLS > > MPLSoUDP & MPLSoGRE is not

Re: [dpdk-dev] [PATCH v3 3/3] app/testpmd: add port reset command into testpmd

2017-03-30 Thread Wu, Jingjing
> -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Wei Zhao > Sent: Tuesday, March 28, 2017 4:09 PM > To: dev@dpdk.org > Cc: Zhao1, Wei ; Lu, Wenzhuo > Subject: [dpdk-dev] [PATCH v3 3/3] app/testpmd: add port reset command into > testpmd > > Add port reset comma

Re: [dpdk-dev] [PATCH v3 3/3] app/testpmd: add port reset command into testpmd

2017-03-30 Thread Wu, Jingjing
> -Original Message- > From: Wu, Jingjing > Sent: Thursday, March 30, 2017 4:55 PM > To: 'Wei Zhao' ; dev@dpdk.org > Cc: Zhao1, Wei ; Lu, Wenzhuo > Subject: RE: [dpdk-dev] [PATCH v3 3/3] app/testpmd: add port reset command > into testpmd > > >

Re: [dpdk-dev] [PATCH v2] doc: relocate i40e known issues

2017-03-30 Thread Wu, Jingjing
> -Original Message- > From: Yang, Qiming > Sent: Tuesday, March 28, 2017 10:29 AM > To: dev@dpdk.org > Cc: Wu, Jingjing ; Mcnamara, John > ; Lu, Wenzhuo ; Yang, > Qiming > Subject: [PATCH v2] doc: relocate i40e known issues > > This patch moved i40e

Re: [dpdk-dev] [PATCH] doc: add known igb_uio issue for i40e

2017-03-30 Thread Wu, Jingjing
> -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Qiming Yang > Sent: Monday, March 27, 2017 5:16 PM > To: dev@dpdk.org > Cc: Yang, Qiming > Subject: [dpdk-dev] [PATCH] doc: add known igb_uio issue for i40e > > When insmod "igb_uio" with "intr_mode=legacy and t

Re: [dpdk-dev] [PATCH v2] net/i40e: fix wrong handle when enable interrupt

2017-03-30 Thread Wu, Jingjing
errupt > > Hi Thomas: > > > > -Original Message- > > From: Zhang, Qi Z > > Sent: Tuesday, March 21, 2017 8:10 PM > > To: Wu, Jingjing ; Zhang, Helin > > > > Cc: dev@dpdk.org; Zhang, Qi Z ; sta...@dpdk.org > > Subj

Re: [dpdk-dev] [PATCH v4 0/3] net/i40e: vf port reset

2017-03-30 Thread Wu, Jingjing
> -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Wei Zhao > Sent: Thursday, March 30, 2017 5:34 PM > To: dev@dpdk.org > Subject: [dpdk-dev] [PATCH v4 0/3] net/i40e: vf port reset > > The patches mainly finish following functions: > 1) get pf reset vf comamand f

Re: [dpdk-dev] [PATCH v4 0/3] net/i40e: configurable PTYPE mapping

2017-03-30 Thread Wu, Jingjing
> -Original Message- > From: Zhang, Qi Z > Sent: Thursday, March 30, 2017 7:30 PM > To: Wu, Jingjing ; Zhang, Helin > > Cc: dev@dpdk.org; Zhang, Qi Z > Subject: [PATCH v4 0/3] net/i40e: configurable PTYPE mapping > > The patch set create new APIs that help

Re: [dpdk-dev] [PATCH v6 2/2] app/testpmd: fix port stop

2017-02-11 Thread Wu, Jingjing
> -Original Message- > From: Iremonger, Bernard > Sent: Friday, February 3, 2017 6:38 PM > To: Wu, Jingjing ; dev@dpdk.org > Cc: sta...@dpdk.org > Subject: RE: [PATCH v6 2/2] app/testpmd: fix port stop > > Hi Jingjing > > > -Original Message

Re: [dpdk-dev] i40e queues per VF

2017-02-16 Thread Wu, Jingjing
> -Original Message- > From: Thomas Monjalon [mailto:thomas.monja...@6wind.com] > Sent: Tuesday, February 14, 2017 6:07 PM > To: Zhang, Helin ; Wu, Jingjing > Cc: Mcnamara, John ; dev@dpdk.org > Subject: i40e queues per VF > > Hi, > > When reading the do

Re: [dpdk-dev] [PATCH] app/testpmd: add default MAC set cmd

2017-03-10 Thread Wu, Jingjing
> -Original Message- > From: Pascal Mazon [mailto:pascal.ma...@6wind.com] > Sent: Friday, March 3, 2017 3:20 AM > To: Wu, Jingjing > Cc: dev@dpdk.org; Pascal Mazon > Subject: [PATCH] app/testpmd: add default MAC set cmd > > Signed-off-by: Pascal Mazon Acke

Re: [dpdk-dev] [PATCH v6 2/2] app/testpmd: fix port stop

2017-03-10 Thread Wu, Jingjing
> > To change minor, we can stop port, then configure VMDQ and then start port. > > > > You make port started in VMDQ config, the Symmetry of stop/start command > is broken and it is not easy to maintain. > > Should we close this patch in patchwork? Yes, I think so. Thanks Jingjing

Re: [dpdk-dev] i40e SR-IOV with Linux PF

2017-03-13 Thread Wu, Jingjing
> -Original Message- > From: Thomas Monjalon [mailto:thomas.monja...@6wind.com] > Sent: Monday, March 13, 2017 7:35 AM > To: Zhang, Helin ; Wu, Jingjing > ; Chen, Jing D > Cc: Yigit, Ferruh ; vincent.jar...@6wind.com; > dev@dpdk.org > Subject: Re: i40e SR-IOV wi

Re: [dpdk-dev] i40e SR-IOV with Linux PF

2017-03-14 Thread Wu, Jingjing
> -Original Message- > From: Thomas Monjalon [mailto:thomas.monja...@6wind.com] > Sent: Tuesday, March 14, 2017 2:31 AM > To: Wu, Jingjing > Cc: Zhang, Helin ; Chen, Jing D > ; Yigit, Ferruh ; > vincent.jar...@6wind.com; dev@dpdk.org > Subject: Re: i40e SR-IOV wi

[dpdk-dev] [PATCH] net/i40e: fix fdir configure failed issue in X710

2016-10-24 Thread Wu, Jingjing
> -Original Message- > From: Guo, Jia > Sent: Thursday, October 20, 2016 10:48 AM > To: Zhang, Helin ; Wu, Jingjing intel.com> > Cc: dev at dpdk.org; Guo, Jia ; Yigit, Ferruh > > Subject: [PATCH] net/i40e: fix fdir configure failed issue in X710 > > The

[dpdk-dev] [PATCH] net/i40e: fix the hash filter invalid calculation in X722

2016-10-24 Thread Wu, Jingjing
> -Original Message- > From: Guo, Jia > Sent: Thursday, October 20, 2016 10:49 AM > To: Zhang, Helin ; Wu, Jingjing intel.com> > Cc: dev at dpdk.org; Guo, Jia ; Yigit, Ferruh > > Subject: [PATCH] net/i40e: fix the hash filter invalid calculation in X722 &g

[dpdk-dev] [PATCH] doc: announce ABI change for ethtool app enhance

2016-10-24 Thread Wu, Jingjing
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Qiming Yang > Sent: Sunday, October 9, 2016 11:17 AM > To: dev at dpdk.org > Cc: Yang, Qiming > Subject: [dpdk-dev] [PATCH] doc: announce ABI change for ethtool app enhance > > This patch adds a notice that t

[dpdk-dev] [PATCH 1/2] net/i40e: fix link status change interrupt

2016-10-24 Thread Wu, Jingjing
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Qiming Yang > Sent: Thursday, October 13, 2016 2:07 PM > To: dev at dpdk.org > Cc: Yang, Qiming > Subject: [dpdk-dev] [PATCH 1/2] net/i40e: fix link status change interrupt > > Previously, link status interru

[dpdk-dev] [PATCH 2/2] net/i40e: fix VF bonded device link down

2016-10-24 Thread Wu, Jingjing
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Qiming Yang > Sent: Thursday, October 13, 2016 2:07 PM > To: dev at dpdk.org > Cc: Yang, Qiming > Subject: [dpdk-dev] [PATCH 2/2] net/i40e: fix VF bonded device link down > > Originally, using DPDK as host dr

[dpdk-dev] [PATCH v4] net/i40e: fix hash filter invalid issue in X722

2016-10-25 Thread Wu, Jingjing
> -Original Message- > From: Guo, Jia > Sent: Tuesday, October 25, 2016 10:43 AM > To: Zhang, Helin ; Wu, Jingjing intel.com> > Cc: dev at dpdk.org; Guo, Jia > Subject: [PATCH v4] net/i40e: fix hash filter invalid issue in X722 > > When verifying the Hash fi

[dpdk-dev] [PATCH v2] net/i40e: fix fdir configure failed issue in X710

2016-10-25 Thread Wu, Jingjing
> -Original Message- > From: Guo, Jia > Sent: Tuesday, October 25, 2016 10:26 AM > To: Zhang, Helin ; Wu, Jingjing intel.com> > Cc: dev at dpdk.org; Guo, Jia > Subject: [PATCH v2] net/i40e: fix fdir configure failed issue in X710 > > Because of some registe

[dpdk-dev] [PATCH v2 1/2] net/i40e: fix link status change interrupt

2016-10-25 Thread Wu, Jingjing
> -Original Message- > From: Yang, Qiming > Sent: Tuesday, October 25, 2016 12:19 PM > To: dev at dpdk.org > Cc: Wu, Jingjing ; Zhang, Helin intel.com>; Richardson, > Bruce ; Yang, Qiming > Subject: [PATCH v2 1/2] net/i40e: fix link status change interrupt >

[dpdk-dev] [PATCH v2 2/2] net/i40e: fix VF bonded device link down

2016-10-25 Thread Wu, Jingjing
> -Original Message- > From: Yang, Qiming > Sent: Tuesday, October 25, 2016 12:19 PM > To: dev at dpdk.org > Cc: Wu, Jingjing ; Zhang, Helin intel.com>; Richardson, > Bruce ; Yang, Qiming > Subject: [PATCH v2 2/2] net/i40e: fix VF bonded device link down >

[dpdk-dev] [PATCH v6 2/2] app/test_pmd: fix DCB configuration

2016-10-26 Thread Wu, Jingjing
> if (dcb_mode == DCB_VT_ENABLED) { > - nb_rxq = rte_port->dev_info.max_rx_queues; > - nb_txq = rte_port->dev_info.max_tx_queues; > + nb_rxq = 1; > + nb_txq = 1; Before, the 'vt' argument in dcb command is used to distinguish whether the VMDQ

[dpdk-dev] [PATCH v6 1/2] net/ixgbe: support multiqueue mode VMDq DCB with SRIOV

2016-10-26 Thread Wu, Jingjing
> -Original Message- > From: Iremonger, Bernard > Sent: Wednesday, October 26, 2016 12:51 AM > To: dev at dpdk.org; Shah, Rahul R ; Lu, Wenzhuo > ; Dumitrescu, Cristian intel.com>; Wu, Jingjing > > Cc: Iremonger, Bernard > Subject: [PATCH v6 1/2] net/ixg

[dpdk-dev] [PATCH v2] net/i40e: fix Rx hang when disable LLDP

2016-10-26 Thread Wu, Jingjing
> -Original Message- > From: Zhang, Qi Z > Sent: Thursday, October 20, 2016 4:40 AM > To: Wu, Jingjing ; Zhang, Helin > > Cc: dev at dpdk.org; Zhang, Qi Z > Subject: [PATCH v2] net/i40e: fix Rx hang when disable LLDP > > Remove stopping LLDP as a workarou

[dpdk-dev] [PATCH v2] net/i40e: fix Rx hang when disable LLDP

2016-10-26 Thread Wu, Jingjing
> -Original Message- > From: Richardson, Bruce > Sent: Wednesday, October 26, 2016 11:44 PM > To: Wu, Jingjing > Cc: Zhang, Qi Z ; Zhang, Helin intel.com>; > dev at dpdk.org > Subject: Re: [dpdk-dev] [PATCH v2] net/i40e: fix Rx hang when disable LLDP > >

[dpdk-dev] [PATCH v6 1/2] net/ixgbe: support multiqueue mode VMDq DCB with SRIOV

2016-10-26 Thread Wu, Jingjing
> -Original Message- > From: Iremonger, Bernard > Sent: Thursday, October 27, 2016 12:10 AM > To: Wu, Jingjing ; dev at dpdk.org; Shah, Rahul R > ; Lu, Wenzhuo ; > Dumitrescu, Cristian > > Subject: RE: [PATCH v6 1/2] net/ixgbe: support multiqueue mode VMDq D

[dpdk-dev] [PATCH v2] net/i40e: fix parsing QinQ packets type issue

2016-09-05 Thread Wu, Jingjing
> -Original Message- > From: Xing, Beilei > Sent: Tuesday, August 23, 2016 5:45 PM > To: Wu, Jingjing > Cc: dev at dpdk.org; Xing, Beilei > Subject: [PATCH v2] net/i40e: fix parsing QinQ packets type issue > > Previously, PTYPE filed in the RX descriptors is n

[dpdk-dev] [PATCH] drivers/i40e: Add FD PCTYPE translation for x722

2016-09-05 Thread Wu, Jingjing
> -Original Message- > From: Guo, Jia > Sent: Friday, August 26, 2016 5:25 PM > To: Zhang, Helin; Wu, Jingjing > Cc: dev at dpdk.org; Guo, Jia > Subject: [PATCH] drivers/i40e: Add FD PCTYPE translation for x722 > > Before the filter is programmed, the PCTY

[dpdk-dev] [PATCH] drivers/i40e: Add new PCTYPE for x722 hardware driver

2016-09-05 Thread Wu, Jingjing
> -Original Message- > From: Guo, Jia > Sent: Friday, August 26, 2016 5:25 PM > To: Zhang, Helin; Wu, Jingjing > Cc: dev at dpdk.org; Guo, Jia > Subject: [PATCH] drivers/i40e: Add new PCTYPE for x722 hardware driver > > There are 6 new PCTYPE be enabled in the

[dpdk-dev] [RFC] net/ixgbe: start rxtx after all nic config done.

2016-09-07 Thread Wu, Jingjing
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of wang wei > Sent: Tuesday, September 6, 2016 8:05 PM > To: thomas.monjalon at 6wind.com > Cc: dev at dpdk.org > Subject: [dpdk-dev] [RFC] net/ixgbe: start rxtx after all nic config done. > > if start rxtx befor

[dpdk-dev] [PATCH v2 1/2] drivers/i40e: Add new PCTYPEs for device x722

2016-09-08 Thread Wu, Jingjing
> -Original Message- > From: Guo, Jia > Sent: Wednesday, September 7, 2016 5:38 PM > To: Zhang, Helin; Wu, Jingjing > Cc: dev at dpdk.org; Guo, Jia > Subject: [PATCH v2 1/2] drivers/i40e: Add new PCTYPEs for device x722 > > There are 6 new PCTYPEs enabled in the

[dpdk-dev] [PATCH v2 2/2] drivers/i40e: Add FD PCTYPE translation for device x722

2016-09-08 Thread Wu, Jingjing
> -Original Message- > From: Guo, Jia > Sent: Wednesday, September 7, 2016 5:39 PM > To: Zhang, Helin; Wu, Jingjing > Cc: dev at dpdk.org; Guo, Jia > Subject: [PATCH v2 2/2] drivers/i40e: Add FD PCTYPE translation for device > x722 > > In device x722, before

[dpdk-dev] [PATCH] net/i40e: fix outer VLAN bitmask for input set

2016-09-12 Thread Wu, Jingjing
> -Original Message- > From: Xing, Beilei > Sent: Monday, September 12, 2016 5:27 PM > To: Wu, Jingjing > Cc: dev at dpdk.org; Xing, Beilei > Subject: [PATCH] net/i40e: fix outer VLAN bitmask for input set > > This patch changes bitmask of outer VLAN tag in

[dpdk-dev] [PATCH v3] net/i40e: fix parsing QinQ packets type issue

2016-09-22 Thread Wu, Jingjing
> -Original Message- > From: Xing, Beilei > Sent: Monday, September 12, 2016 5:42 PM > To: Wu, Jingjing > Cc: dev at dpdk.org; Xing, Beilei > Subject: [PATCH v3] net/i40e: fix parsing QinQ packets type issue > > Previously, PTYPE filed in the RX descriptors is n

[dpdk-dev] [PATCH v3] net/i40e: fix Rx statistic inconsistent

2016-09-22 Thread Wu, Jingjing
t dpdk.org; Zhang, Helin; Wu, Jingjing > Subject: Re: [dpdk-dev] [PATCH v3] net/i40e: fix Rx statistic inconsistent > > On 8/9/2016 3:07 AM, Wei Zhao1 wrote: > > rx_good_bytes and rx_good_packets statistic is inconsistent when port > > stopped,ipackets statistic is

[dpdk-dev] [PATCH] net/i40e: fix null pointer dereferences when using VMDQ+RSS

2016-09-22 Thread Wu, Jingjing
> -Original Message- > From: Yigit, Ferruh > Sent: Wednesday, September 14, 2016 10:00 PM > To: Rich Lane; dev at dpdk.org > Cc: Zhang, Helin; Wu, Jingjing > Subject: Re: [dpdk-dev] [PATCH] net/i40e: fix null pointer dereferences > when using VMDQ+RSS > > On

[dpdk-dev] [PATCH v3 1/2] net/i40e: use PHY type to check PHY capability

2016-09-25 Thread Wu, Jingjing
> -Original Message- > From: Zhang, Qi Z > Sent: Friday, September 23, 2016 1:50 AM > To: Wu, Jingjing ; Zhang, Helin intel.com> > Cc: dev at dpdk.org; Zhang, Qi Z > Subject: [PATCH v3 1/2] net/i40e: use PHY type to check PHY capability > > In previous code

[dpdk-dev] [PATCH] net/i40e: Fix a typo in a comment (Fortville instead of IXGBE).

2016-09-25 Thread Wu, Jingjing
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Rami Rosen > Sent: Monday, August 1, 2016 12:52 PM > To: dev at dpdk.org > Cc: Rosen, Rami > Subject: [dpdk-dev] [PATCH] net/i40e: Fix a typo in a comment (Fortville > instead of IXGBE). > > This patch fixes

[dpdk-dev] [PATCH] testpmd: fix fdir command on MAC and tunnel modes

2016-09-27 Thread Wu, Jingjing
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Frederico.Cadete- > ext at oneaccess-net.com > Sent: Tuesday, August 23, 2016 5:11 PM > To: dev at dpdk.org > Cc: frederico at cadete.eu; Frederico Cadete > Subject: [dpdk-dev] [PATCH] testpmd: fix fdir command

[dpdk-dev] [PATCH v7 0/2] net/i40e: enable 25G device

2016-09-27 Thread Wu, Jingjing
> -Original Message- > From: Zhang, Qi Z > Sent: Tuesday, September 27, 2016 9:37 AM > To: Wu, Jingjing; Zhang, Helin > Cc: dev at dpdk.org; Zhang, Qi Z > Subject: [PATCH v7 0/2] net/i40e: enable 25G device > > The patch enable devices that support 25G link

[dpdk-dev] [PATCH] drivers/i40e: fix the hash filter invalid calculation in X722

2016-09-29 Thread Wu, Jingjing
> -Original Message- > From: Guo, Jia > Sent: Monday, September 26, 2016 6:52 PM > To: Zhang, Helin; Wu, Jingjing > Cc: dev at dpdk.org; Guo, Jia > Subject: [PATCH] drivers/i40e: fix the hash filter invalid calculation in X722 > > As X722 extracts IPv4 header t

[dpdk-dev] [PATCH] drivers/i40e: fix the hash filter invalid calculation in X722

2016-09-30 Thread Wu, Jingjing
> -Original Message- > From: Yigit, Ferruh > Sent: Friday, September 30, 2016 2:16 AM > To: Guo, Jia; Zhang, Helin; Wu, Jingjing > Cc: dev at dpdk.org > Subject: Re: [dpdk-dev] [PATCH] drivers/i40e: fix the hash filter invalid > calculation in X722 > > On 9

Re: [dpdk-dev] [PATCH v2] net/i40e: update actions for FDIR

2017-06-01 Thread Wu, Jingjing
> -Original Message- > From: Xing, Beilei > Sent: Thursday, June 1, 2017 7:48 AM > To: Wu, Jingjing > Cc: dev@dpdk.org > Subject: [PATCH v2] net/i40e: update actions for FDIR > > This commit adds support of FLAG action and PASSTHRU action for flow > director.

Re: [dpdk-dev] [PATCH 00/10] net/i40e: base code update

2017-06-01 Thread Wu, Jingjing
> -Original Message- > From: Yigit, Ferruh > Sent: Tuesday, May 30, 2017 7:10 PM > To: Wu, Jingjing ; Zhang, Helin > > Cc: dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH 00/10] net/i40e: base code update > > On 5/27/2017 4:47 AM, Jingjing Wu wrote: > &g

Re: [dpdk-dev] [RFC] Add hot plug event in rte eal interrupt and inplement it in i40e driver.

2017-06-07 Thread Wu, Jingjing
> -Original Message- > From: Guo, Jia > Sent: Sunday, May 28, 2017 11:45 PM > To: Zhang, Helin ; Wu, Jingjing > ; Richardson, > Bruce ; Ananyev, Konstantin > ; > Liu, Yuanhan ; gaetan.ri...@6wind.com > Cc: dev@dpdk.org; Guo, Jia > Subject: [dpdk-dev] [

Re: [dpdk-dev] [RFC] Add hot plug event in rte eal interrupt and inplement it in i40e driver.

2017-06-07 Thread Wu, Jingjing
> > > >Secondly, in order to read out the uevent that monitoring, we need to add > >uevent API in rte > layer. We plan add 2 , rte_uevent_connect and rte_get_uevent. All driver > interrupt handler > could use these API to enable the uevent monitoring, and read out the uevent > type , then > cor

Re: [dpdk-dev] [PATCH 7/7] net/i40e: add support of restoration

2017-06-07 Thread Wu, Jingjing
> -Original Message- > From: Dai, Wei > Sent: Saturday, May 27, 2017 4:22 PM > To: Lu, Wenzhuo ; Ananyev, Konstantin > ; Zhang, Helin ; Wu, > Jingjing > > Cc: dev@dpdk.org; Dai, Wei > Subject: [PATCH 7/7] net/i40e: add support of restoration > > e

Re: [dpdk-dev] [PATCH] app/testpmd: print statistics periodically

2017-06-07 Thread Wu, Jingjing
> -Original Message- > From: De Lara Guarch, Pablo > Sent: Monday, May 29, 2017 5:39 AM > To: Wu, Jingjing > Cc: dev@dpdk.org; De Lara Guarch, Pablo > Subject: [PATCH] app/testpmd: print statistics periodically > > Add parameter to print port statistics per

Re: [dpdk-dev] [PATCH] app/testpmd: add parameter to start forwarding sending

2017-06-07 Thread Wu, Jingjing
> -Original Message- > From: De Lara Guarch, Pablo > Sent: Monday, May 29, 2017 5:37 AM > To: Wu, Jingjing > Cc: dev@dpdk.org; De Lara Guarch, Pablo > Subject: [PATCH] app/testpmd: add parameter to start forwarding sending > > Add parameter to start forwarding

Re: [dpdk-dev] [PATCH v3 3/3] app/testpmd: enable GRO feature

2017-06-07 Thread Wu, Jingjing
> -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Jiayu Hu > Sent: Monday, April 24, 2017 4:10 PM > To: dev@dpdk.org > Cc: Ananyev, Konstantin ; Wiles, Keith > ; yuanhan@linux.intel.com; Hu, Jiayu > > Subject: [dpdk-dev] [PATCH v3 3/3] app/testpmd: enable G

Re: [dpdk-dev] i40e: pci probe fails when using one bogus sfp

2017-06-12 Thread Wu, Jingjing
> -Original Message- > From: Olivier Matz [mailto:olivier.m...@6wind.com] > Sent: Monday, June 12, 2017 5:46 PM > To: Xing, Beilei > Cc: Richardson, Bruce ; Zhang, Helin > ; > Wu, Jingjing ; dev@dpdk.org > Subject: Re: [dpdk-dev] i40e: pci probe fails when usi

Re: [dpdk-dev] i40e: pci probe fails when using one bogus sfp

2017-06-12 Thread Wu, Jingjing
HI, Olivier > Thank you for your quick answer. > > Yes, the pci probing continues for the other ports even if one port > failed (since v17.05, commit 10f6c93cea). > > But I find a bit strange to have this check about the SFP in the > PCI probing function instead of having it the port initializat

Re: [dpdk-dev] i40e: pci probe fails when using one bogus sfp

2017-06-12 Thread Wu, Jingjing
Please ignore the empty mail. > -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Wu, Jingjing > Sent: Monday, June 12, 2017 11:54 PM > To: Olivier Matz ; Xing, Beilei > > Cc: Richardson, Bruce ; Zhang, Helin > ; > dev@dpdk.org > S

Re: [dpdk-dev] i40e: pci probe fails when using one bogus sfp

2017-06-13 Thread Wu, Jingjing
> -Original Message- > From: Olivier MATZ [mailto:olivier.m...@6wind.com] > Sent: Tuesday, June 13, 2017 4:28 PM > To: Wu, Jingjing > Cc: Xing, Beilei ; Richardson, Bruce > ; > Zhang, Helin ; dev@dpdk.org > Subject: Re: [dpdk-dev] i40e: pci probe fails when usi

Re: [dpdk-dev] [PATCH v2] app/testpmd: add parameter to start forwarding sending

2017-06-18 Thread Wu, Jingjing
> -Original Message- > From: De Lara Guarch, Pablo > Sent: Friday, June 9, 2017 10:31 AM > To: Wu, Jingjing > Cc: dev@dpdk.org; De Lara Guarch, Pablo > Subject: [PATCH v2] app/testpmd: add parameter to start forwarding sending > > Add parameter to start fo

Re: [dpdk-dev] [PATCH v2] app/testpmd: print statistics periodically

2017-06-18 Thread Wu, Jingjing
> -Original Message- > From: De Lara Guarch, Pablo > Sent: Friday, June 9, 2017 9:47 AM > To: Wu, Jingjing > Cc: dev@dpdk.org; De Lara Guarch, Pablo > Subject: [PATCH v2] app/testpmd: print statistics periodically > > Add parameter to print port statistics p

Re: [dpdk-dev] [PATCH v3] app/testpmd: add parameter to start forwarding TX first

2017-06-18 Thread Wu, Jingjing
> -Original Message- > From: De Lara Guarch, Pablo > Sent: Thursday, June 15, 2017 8:05 PM > To: Wu, Jingjing > Cc: dev@dpdk.org > Subject: RE: [PATCH v3] app/testpmd: add parameter to start forwarding TX > first > > Sending to right Jingjing mail address. &

Re: [dpdk-dev] [PATCH v3] app/testpmd: print statistics periodically

2017-06-18 Thread Wu, Jingjing
> -Original Message- > From: De Lara Guarch, Pablo > Sent: Thursday, June 15, 2017 9:48 AM > To: Wu, Jingjing > Cc: dev@dpdk.org; De Lara Guarch, Pablo > Subject: [PATCH v3] app/testpmd: print statistics periodically > > Add parameter to print port statistics p

Re: [dpdk-dev] [PATCH] app/testpmd: fix the comments in source file cmdline

2017-06-18 Thread Wu, Jingjing
> -Original Message- > From: RongQiang Xie [mailto:xie.rongqi...@zte.com.cn] > Sent: Thursday, June 15, 2017 6:21 PM > To: Wu, Jingjing > Cc: dev@dpdk.org; RongQiang Xie > Subject: [PATCH] app/testpmd: fix the comments in source file cmdline > > Because

Re: [dpdk-dev] [PATCH v5 3/3] app/testpmd: enable TCP/IPv4 GRO

2017-06-18 Thread Wu, Jingjing
> -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Jiayu Hu > Sent: Sunday, June 18, 2017 3:21 PM > To: dev@dpdk.org > Cc: Ananyev, Konstantin ; y...@fridaylinux.org; > Wiles, Keith ; Tan, Jianfeng ; > Bie, Tiwei ; Yao, Lei A ; Hu, Jiayu > > Subject: [dpdk-dev] [

Re: [dpdk-dev] [PATCH] app/testpmd: always build VF and MACsec functions

2017-06-19 Thread Wu, Jingjing
> -Original Message- > From: Thomas Monjalon [mailto:tho...@monjalon.net] > Sent: Thursday, June 15, 2017 7:02 PM > To: Wu, Jingjing > Cc: Lu, Wenzhuo ; dev@dpdk.org > Subject: [PATCH] app/testpmd: always build VF and MACsec functions > > These functions are

Re: [dpdk-dev] [PATCH v4 4/4] app/testpmd: add isolated mode parameter

2017-06-19 Thread Wu, Jingjing
> +/* > * Avoids to check link status when starting/stopping a port. > */ > uint8_t no_link_check = 0; /* check by default */ > @@ -1422,6 +1427,15 @@ static void eth_event_callback(uint8_t port_id, > if (port->need_reconfig > 0) { > port->need_reconfig = 0

Re: [dpdk-dev] [PATCH 3/3] app/testpmd: changed example to parse options from cfg file

2017-06-19 Thread Wu, Jingjing
> + > +#ifdef RTE_LIBRTE_CFGFILE > +/* Load config file path from command line */ static char * > +cfgfile_load_path(int argc, char **argv) { > + int i; > + > + for (i = 0; i < argc; i++) { > + if (!strcmp("--cfgfile-path", argv[i])) { > + if (i < argc) > +

Re: [dpdk-dev] [PATCH 2/2] app/testpmd: add support for different aggregation mode in IEEE802.3ad bonding

2017-06-19 Thread Wu, Jingjing
> -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Daniel Mrzyglod > Sent: Friday, May 26, 2017 10:35 PM > To: Doherty, Declan > Cc: dev@dpdk.org; Mrzyglod, DanielX T > Subject: [dpdk-dev] [PATCH 2/2] app/testpmd: add support for different > aggregation mode in

Re: [dpdk-dev] [PATCH] net/i40e: fix param check to avoid division by 0

2017-06-19 Thread Wu, Jingjing
> -Original Message- > From: Yong Wang [mailto:wang.yon...@zte.com.cn] > Sent: Monday, June 12, 2017 5:07 PM > To: Zhang, Helin ; Wu, Jingjing > Cc: dev@dpdk.org; Yong Wang > Subject: [PATCH] net/i40e: fix param check to avoid division by

Re: [dpdk-dev] [PATCH v4 4/4] app/testpmd: add isolated mode parameter

2017-06-21 Thread Wu, Jingjing
> -Original Message- > From: Vasily Philipov [mailto:vasi...@mellanox.com] > Sent: Wednesday, June 21, 2017 5:44 PM > To: Wu, Jingjing ; dev@dpdk.org > Cc: Adrien Mazarguil ; Nélio Laranjeiro > > Subject: RE: [dpdk-dev] [PATCH v4 4/4] app/testpmd: add isol

Re: [dpdk-dev] [PATCH 1/4] testpmd: fix LACP ports to work with idle links

2017-06-21 Thread Wu, Jingjing
> -Original Message- > From: rsanford2 at gmail.com > Sent: Tuesday, August 2, 2016 4:43 AM > Subject: [dpdk-dev] [PATCH 1/4] testpmd: fix LACP ports to work with idle > links > > Problem: When there is little or no TX traffic on an LACP port (bonding mode > 4), > we don't call its tx

Re: [dpdk-dev] [PATCH] net/i40e: avoid PCI probing failure when using bogus sfp

2017-06-23 Thread Wu, Jingjing
> -Original Message- > From: Olivier Matz [mailto:olivier.m...@6wind.com] > Sent: Thursday, June 15, 2017 5:09 PM > To: dev@dpdk.org; Wu, Jingjing ; Zhang, Helin > > Cc: Xing, Beilei ; Richardson, Bruce > > Subject: [PATCH] net/i40e: avoid PCI probing fail

Re: [dpdk-dev] [PATCH] net/i40e: fix param check to avoid division by 0

2017-06-23 Thread Wu, Jingjing
From: wang.yon...@zte.com.cn [mailto:wang.yon...@zte.com.cn] Sent: Tuesday, June 20, 2017 3:48 PM To: Wu, Jingjing Cc: dev@dpdk.org; Zhang, Helin Subject: RE: [PATCH] net/i40e: fix param check to avoid division by 0   > RE: [PATCH] net/i40e: fix param check to avoid division b

Re: [dpdk-dev] [PATCH v2 5/5] app/testpmd: add command to test NIC restoration

2017-06-28 Thread Wu, Jingjing
> -Original Message- > From: Dai, Wei > Sent: Tuesday, June 27, 2017 10:07 PM > To: tho...@monjalon.net; Lu, Wenzhuo ; Ananyev, > Konstantin ; Zhang, Helin > ; Wu, Jingjing > Cc: dev@dpdk.org; Dai, Wei > Subject: [PATCH v2 5/5] app/testpmd: add command to test N

Re: [dpdk-dev] [PATCH v2 4/5] app/testpmd: add command to test NIC reset

2017-06-28 Thread Wu, Jingjing
> -Original Message- > From: Dai, Wei > Sent: Tuesday, June 27, 2017 10:07 PM > To: tho...@monjalon.net; Lu, Wenzhuo ; Ananyev, > Konstantin ; Zhang, Helin > ; Wu, Jingjing > Cc: dev@dpdk.org; Dai, Wei > Subject: [PATCH v2 4/5] app/testpmd: add command to test N

Re: [dpdk-dev] [PATCH v2 2/2] net/i40e: add hot plug monitor in i40e

2017-06-28 Thread Wu, Jingjing
> -Original Message- > From: Guo, Jia > Sent: Wednesday, June 28, 2017 7:07 PM > To: Zhang, Helin ; Wu, Jingjing > > Cc: dev@dpdk.org; Guo, Jia > Subject: [PATCH v2 2/2] net/i40e: add hot plug monitor in i40e > > From: "Guo, Jia" > > Thi

Re: [dpdk-dev] [PATCH v2 1/2] eal: add uevent api for hot plug

2017-06-28 Thread Wu, Jingjing
> + > +int > +rte_uevent_connect(void) > +{ > + struct sockaddr_nl addr; > + int ret; > + int netlink_fd = -1; > + int size = 64 * 1024; > + int nonblock = 1; > + memset(&addr, 0, sizeof(addr)); > + addr.nl_family = AF_NETLINK; > + addr.nl_pid = 0; > + addr.nl_gr

Re: [dpdk-dev] [PATCH v2 2/2] net/i40e: add hot plug monitor in i40e

2017-06-28 Thread Wu, Jingjing
> -Original Message- > From: Stephen Hemminger [mailto:step...@networkplumber.org] > Sent: Thursday, June 29, 2017 11:35 AM > To: Guo, Jia > Cc: Zhang, Helin ; Wu, Jingjing > ; dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH v2 2/2] net/i40e: add hot plug monitor in

Re: [dpdk-dev] [PATCH v2] net/i40e: fix division by 0 error

2017-06-28 Thread Wu, Jingjing
> -Original Message- > From: Yong Wang [mailto:wang.yon...@zte.com.cn] > Sent: Friday, June 23, 2017 6:58 PM > To: Wu, Jingjing > Cc: dev@dpdk.org; Yong Wang > Subject: [PATCH v2] net/i40e: fix division by 0 error > > In function i40e_vsi_config_tc_queue_mapp

Re: [dpdk-dev] [PATCH] app/testpmd: fix io fwd mode to forward VLAN packets

2017-06-28 Thread Wu, Jingjing
> -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Ajit Khaparde > Sent: Thursday, June 29, 2017 11:06 AM > To: dev@dpdk.org > Subject: [dpdk-dev] [PATCH] app/testpmd: fix io fwd mode to forward VLAN > packets > > In io fwd mode, while the received VLAN packets a

Re: [dpdk-dev] [PATCH v4 4/4] app/testpmd: add isolated mode parameter

2017-06-28 Thread Wu, Jingjing
> > > > Should it block the app startup if isolated-mode setting fails? > > > > > > if isolated mode cannot be enabled on any port, that port cannot be > > > initialized and that causes testpmd to quit, at least it won't go > > > against the user's wishes > > > > If so, I prefer the isolated_mode t

Re: [dpdk-dev] net/i40e: fix hash input set issue on X722

2017-04-10 Thread Wu, Jingjing
> -Original Message- > From: Guo, Jia > Sent: Thursday, April 6, 2017 10:35 AM > To: Zhang, Helin ; Wu, Jingjing > Cc: dev@dpdk.org; Guo, Jia > Subject: [dpdk-dev] net/i40e: fix hash input set issue on X722 > > Since there are some new pctypes on X722, but rec

Re: [dpdk-dev] [PATCH v2] app/testpmd: check port is stopped for QinQ setup

2017-04-25 Thread Wu, Jingjing
> -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Bernard Iremonger > Sent: Monday, April 24, 2017 6:25 PM > To: dev@dpdk.org > Cc: Xing, Beilei ; Zhang, Qi ; > Iremonger, Bernard ; sta...@dpdk.org > Subject: [dpdk-dev] [PATCH v2] app/testpmd: check port is stopp

Re: [dpdk-dev] [PATCH 1/2] app/testpmd: load cmdline commands from file at startup

2017-04-25 Thread Wu, Jingjing
> -Original Message- > From: Allain Legacy [mailto:allain.leg...@windriver.com] > Sent: Saturday, April 1, 2017 3:13 AM > To: Wu, Jingjing > Cc: dev@dpdk.org > Subject: [PATCH 1/2] app/testpmd: load cmdline commands from file at startup > > Adds support to

Re: [dpdk-dev] [PATCH 2/2] app/testpmd: load cmdline commands from file at runtime

2017-04-25 Thread Wu, Jingjing
> -Original Message- > From: Allain Legacy [mailto:allain.leg...@windriver.com] > Sent: Saturday, April 1, 2017 3:13 AM > To: Wu, Jingjing > Cc: dev@dpdk.org > Subject: [PATCH 2/2] app/testpmd: load cmdline commands from file at > runtime > > Adds support

Re: [dpdk-dev] [PATCH 2/3] app/testpmd: enabled control for packet timestamps

2017-04-25 Thread Wu, Jingjing
> -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Oleg Kuporosov > Sent: Thursday, October 13, 2016 10:35 PM > To: dev@dpdk.org > Subject: [dpdk-dev] [PATCH 2/3] app/testpmd: enabled control for packet > timestamps > > Implemented two methods of control > > - b

Re: [dpdk-dev] [PATCH v2] app/testpmd: check port is stopped for QinQ setup

2017-04-26 Thread Wu, Jingjing
> > The command vlan set qinq on is an common command, but not > > only For i40e. I think it's better to doc it somewhere instead of > > changing the default Behavior of this command. > > There is a doc patch in flight: > http://dpdk.org/dev/patchwork/patch/23704/ > > Is this enough or should

Re: [dpdk-dev] [PATCH 2/3] app/testpmd: enabled control for packet timestamps

2017-04-27 Thread Wu, Jingjing
> 25/04/2017 16:02, Wu, Jingjing: > > From: Oleg Kuporosov > > > Implemented two methods of control > > > > > > - by --enable-timestamps CL testpmd application we can enable > timestamping > > > for all ports; > > > - in i

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

2017-04-28 Thread Wu, Jingjing
> -Original Message- > From: Pei, Yulong > Sent: Monday, April 24, 2017 3:16 PM > To: dev@dpdk.org > Cc: Richardson, Bruce ; Wu, Jingjing > ; tho...@monjalon.net; Pei, Yulong > > Subject: [PATCH] app/testpmd: initalize port_numa and ring_numa > > Previo

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

2017-04-28 Thread Wu, Jingjing
> -Original Message- > From: Pei, Yulong > Sent: Wednesday, April 26, 2017 12:32 PM > To: dev@dpdk.org > Cc: Wu, Jingjing ; tho...@monjalon.net > Subject: [PATCH] app/testpmd: add bus info when display port info > > Display pci device bus info when show port

Re: [dpdk-dev] [PATCH] drivers/net/i40e/i40e_fdir.c: Improved i40e FDIR programming times

2017-04-28 Thread Wu, Jingjing
7 7:15 PM To: elin.zh...@intel.com; Wu, Jingjing Cc: dev@dpdk.org Subject: [PATCH] drivers/net/i40e/i40e_fdir.c: Improved i40e FDIR programming times During my work (https://www.napatech.com/hw-acceleration-via-rte_flow/)on a flowtable application example that use rte_flow I discovered that

Re: [dpdk-dev] [PATCH] net/i40e: add check for ethertype filter

2017-04-28 Thread Wu, Jingjing
> -Original Message- > From: Xing, Beilei > Sent: Thursday, April 27, 2017 7:02 PM > To: Wu, Jingjing > Cc: dev@dpdk.org > Subject: [PATCH] net/i40e: add check for ethertype filter > > LLDP rule is not supported in ethertype filter. > > Signed-off-by: Bei

Re: [dpdk-dev] [PATCH v1] app/testpmd: add bitrate stats option

2017-04-28 Thread Wu, Jingjing
> -Original Message- > From: Horton, Remy > Sent: Wednesday, April 26, 2017 9:03 PM > To: dev@dpdk.org > Cc: Wu, Jingjing > Subject: [PATCH v1] app/testpmd: add bitrate stats option > > Bit-rate collation should only be done by one core. This patch adds an opt

Re: [dpdk-dev] [PATCH] net/i40e: consider QinQ when setting MTU

2017-04-28 Thread Wu, Jingjing
> -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Ferruh Yigit > Sent: Friday, April 28, 2017 1:55 PM > To: Lu, Wenzhuo ; dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH] net/i40e: consider QinQ when setting MTU > > On 4/28/2017 2:55 AM, Wenzhuo Lu wrote: > > When

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

2017-04-28 Thread Wu, Jingjing
> -Original Message- > From: Pei, Yulong > Sent: Friday, April 28, 2017 10:02 AM > To: dev@dpdk.org > Cc: Wu, Jingjing ; tho...@monjalon.net > Subject: [PATCH v4] app/testpmd: initialize port_numa and ring_numa > > Previous numa_support = 0 by default, it need

Re: [dpdk-dev] [PATCH 1/2] app/testpmd: fix crash at mbuf pool creation

2017-04-28 Thread Wu, Jingjing
> -Original Message- > From: Olivier Matz [mailto:olivier.m...@6wind.com] > Sent: Monday, April 24, 2017 8:34 PM > To: dev@dpdk.org; Wu, Jingjing > Cc: Richardson, Bruce ; sta...@dpdk.org > Subject: [PATCH 1/2] app/testpmd: fix crash at mbuf pool creation &

Re: [dpdk-dev] [PATCH 2/2] app/testpmd: fix number of mbufs in pool

2017-04-28 Thread Wu, Jingjing
> -Original Message- > From: Olivier Matz [mailto:olivier.m...@6wind.com] > Sent: Monday, April 24, 2017 8:34 PM > To: dev@dpdk.org; Wu, Jingjing > Cc: Richardson, Bruce ; sta...@dpdk.org > Subject: [PATCH 2/2] app/testpmd: fix number of mbufs in pool > > The

Re: [dpdk-dev] [PATCH v5] app/testpmd: fix port_numa and ring_numa not initialize issue

2017-05-05 Thread Wu, Jingjing
> -Original Message- > From: Pei, Yulong > Sent: Wednesday, May 3, 2017 6:30 PM > To: dev@dpdk.org > Cc: Wu, Jingjing ; tho...@monjalon.net > Subject: [PATCH v5] app/testpmd: fix port_numa and ring_numa not initialize > issue > > Previous numa_support = 0

<    1   2   3   4   5   6   7   >