Re: [dpdk-dev] [PATCH 2/2] net/ixgbe: add mac type check for all filters

2017-03-05 Thread Zhao1, Wei
Hi, Ferruh > -Original Message- > From: Yigit, Ferruh > Sent: Saturday, February 18, 2017 12:01 AM > To: Zhao1, Wei ; dev@dpdk.org > Cc: Lu, Wenzhuo > Subject: Re: [dpdk-dev] [PATCH 2/2] net/ixgbe: add mac type check for all > filters > > On 2/13/2017 7:35 AM, Wei Zhao wrote: > > All kin

Re: [dpdk-dev] [PATCH 3/4] test: add DES DOCSIS tests for QAT PMD

2017-03-05 Thread Yang, GangX
Tested-by: Yang Gang < gangx.y...@intel.com > - Check patch: success - Apply patch: success - compilation: success OS: fedora23 GCC: gcc_x86-64, 5.3.1 Commit: dpdk-next-crypto(081fefb01748e7063b1b9692af89d8115ec64632) x86_64-native-linuxapp-gcc: compile pass - dts validation

Re: [dpdk-dev] [PATCH 2/4] test: add AES DOCSIS tests for QAT PMD

2017-03-05 Thread Yang, GangX
Tested-by: Yang Gang < gangx.y...@intel.com > - Check patch: success - Apply patch: success - compilation: success OS: fedora23 GCC: gcc_x86-64, 5.3.1 Commit: dpdk-next-crypto(081fefb01748e7063b1b9692af89d8115ec64632) x86_64-native-linuxapp-gcc: compile pass - dts validation

Re: [dpdk-dev] [PATCH] net/thunderx: check data offset alignment requirement

2017-03-05 Thread Jerin Jacob
On Mon, Mar 06, 2017 at 11:00:01AM +0530, Hemant Agrawal wrote: > On 3/4/2017 6:16 PM, Jerin Jacob wrote: > > nicvf HW expects the DMA address of the packet data to be > > aligned with cache line size. > > > > Packet data offset is a function of struct mbuf size, > > mbuf private size and headroom

Re: [dpdk-dev] [PATCH] net/thunderx: check data offset alignment requirement

2017-03-05 Thread Hemant Agrawal
On 3/4/2017 6:16 PM, Jerin Jacob wrote: nicvf HW expects the DMA address of the packet data to be aligned with cache line size. Packet data offset is a function of struct mbuf size, mbuf private size and headroom. mbuf private size can be changed from the application in pool creation, this check

Re: [dpdk-dev] [dpdk-announce] DPDK 16.11.1 (LTS) released

2017-03-05 Thread Yuanhan Liu
On Sun, Mar 05, 2017 at 08:57:31AM +0200, Gregory Etelson wrote: > Hello, > > Is there a git branch for DPDK LTS versions ? Yes, all stable and LTS releases are hosted at git tree: http://dpdk.org/browse/dpdk-stable/ --yliu > On Thu, Mar 2, 2017 at 4:13 PM, Yuanhan Liu > wrote: >

Re: [dpdk-dev] [dpdk-announce] DPDK 16.11.1 (LTS) released

2017-03-05 Thread Gregory Etelson
Hello, Is there a git branch for DPDK LTS versions ? Regards, Gregory On Thu, Mar 2, 2017 at 4:13 PM, Yuanhan Liu wrote: > Hi all, > > I'm pleased to announce our first LTS release, v16.11.1: > http://fast.dpdk.org/rel/dpdk-16.11.1.tar.xz > > Thanks everyone for making it happen! > > N

Re: [dpdk-dev] [PATCH 1/3] app/testpmd: support MPLS for generic filter

2017-03-05 Thread Xing, Beilei
Hi Adrien, > -Original Message- > From: Adrien Mazarguil [mailto:adrien.mazarg...@6wind.com] > Sent: Friday, March 3, 2017 7:09 PM > To: Xing, Beilei > Cc: Wu, Jingjing ; Zhang, Helin > ; dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH 1/3] app/testpmd: support MPLS for generic > filter >

Re: [dpdk-dev] [PATCH v2 0/5] consistent PMD batching behaviour

2017-03-05 Thread Yang, Zhiyong
Thanks, Konstantin. --Zhiyong > -Original Message- > From: Ananyev, Konstantin > Sent: Sunday, March 5, 2017 9:03 PM > To: Yang, Zhiyong ; dev@dpdk.org > Cc: Richardson, Bruce > Subject: RE: [dpdk-dev] [PATCH v2 0/5] consistent PMD batching behaviour > > > > The rte_eth_tx_burst() func

Re: [dpdk-dev] [PATCH 2/4] net/e1000: add grouping of xstats for e1000 driver

2017-03-05 Thread Lu, Wenzhuo
Hi, > -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Kuba Kozak > Sent: Friday, March 3, 2017 8:55 PM > To: dev@dpdk.org > Cc: Piasecki, JacekX; Kozak, KubaX > Subject: [dpdk-dev] [PATCH 2/4] net/e1000: add grouping of xstats for e1000 > driver > > From: Jacek P

Re: [dpdk-dev] [PATCH] net/ixgbe: remove invalid declaration

2017-03-05 Thread Ferruh Yigit
On 3/5/2017 10:31 PM, Ferruh Yigit wrote: > On 2/28/2017 1:22 PM, Olivier Matz wrote: >> The function is not defined anywhere, remove it. >> >> Fixes: 0eb609239efd ("ixgbe: enable Rx queue interrupts for PF and VF") >> >> Signed-off-by: Olivier Matz > > Acked-by: Ferruh Yigit Applied to dpdk-ne

Re: [dpdk-dev] [PATCH] net/ixgbe: remove invalid declaration

2017-03-05 Thread Ferruh Yigit
On 2/28/2017 1:22 PM, Olivier Matz wrote: > The function is not defined anywhere, remove it. > > Fixes: 0eb609239efd ("ixgbe: enable Rx queue interrupts for PF and VF") > > Signed-off-by: Olivier Matz Acked-by: Ferruh Yigit

Re: [dpdk-dev] [dpdk-stable] [PATCH] net/ixgbe: fix RX queue blocking issue

2017-03-05 Thread Ferruh Yigit
On 2/22/2017 2:59 AM, Wenzhuo Lu wrote: > In the IOV scenario, multi RX queues can be assigned > to one VF. If the dropping is not enabled, when no > descriptors are available for one queue, this queue > can block others. > > Fixes: 00e30184daa0 ("ixgbe: add PF support") > CC: sta...@dpdk.org > >

Re: [dpdk-dev] [PATCH v2] net/i40e: no more initial VF MAC address

2017-03-05 Thread Ferruh Yigit
On 2/21/2017 10:45 PM, Qi Zhang wrote: > During PF initialization, PF will generate an initial mac address > for VFs, the purpose is to help VF keep a constant mac address between > its startup/shutdown cycles. Now this is not necessary, since we already > provide an API to set VF's MAC address fro

Re: [dpdk-dev] [PATCH] net/tap: fix dev name look-up

2017-03-05 Thread Ferruh Yigit
On 3/3/2017 8:54 AM, Pascal Mazon wrote: > The call to rte_eth_dev_allocate(tap_name) sets dev->data->name to > tap_name (e.g. "dtap0"). > > A look-up using tap_name is expected to return this device, not a > look-up using name (e.g. "net_tap0"). This will break rte_pmd_tap_remove(), because it g

Re: [dpdk-dev] [RFC 17.05 v1 0/3] Merge l3fwd-acl and l3fwd

2017-03-05 Thread Ravi Kerur
Hi Konstantin, Thanks for the inputs. Initialization starts with ETH_RSS_IP and gets updated with L4 if ACL is selected in parse_args function. This change is to fix rss_hf. I have submitted 'v4' patch, please let me know if additional changes are needed. Thanks. On Sun, Mar 5, 2017 at 5:15 AM

[dpdk-dev] [v4 1/3] Merge l3fwd-acl and l3fwd code.

2017-03-05 Thread Ravi Kerur
v4: > Initialize rss_hf to IP for LPM, EM and ACL. > Update rss_hf with l4 in parse_args for ACL. > Fix pending checkpatch code indentation warning. v3: > Fix additional checkpatch coding style issues. v2: > Fix checkpatch errors and warnings related to non

[dpdk-dev] [v4 3/3] EM config file read option.

2017-03-05 Thread Ravi Kerur
v4: > No changes. v3: > Fix additional checkpatch coding style issues. v2: > Fix checkpatch warnings. v1: > Remove static array configuration of Dest IP,Src IP, Dest port, Src port, Proto and IF_OUT for EM and EM6 config. > Add reading conf

[dpdk-dev] [v4 0/3] Merge l3fwd-acl and l3fwd

2017-03-05 Thread Ravi Kerur
This patchset merges l3fwd-acl and l3fwd code into common directory. Adds file read options to build LPM and EM tables. Ravi Kerur (3): Merge l3fwd-acl and l3fwd code. LPM config file read option. EM config file read option. examples/l3fwd-acl/Makefile | 56 - examples/l3fwd-acl/ma

[dpdk-dev] [v4 2/3] LPM config file read option.

2017-03-05 Thread Ravi Kerur
v4: > No changes. v3: > Fix additional checkpatch coding style issues. v2: > Fix checkpatch warnings related to code > MACRO GET_CB_FIELD checkpatch warning not fixed v1: > Remove static array configuration of Destination IP, MASK and IF_OU

Re: [dpdk-dev] [PATCH] net/i40e: fix incorrect packet index reference

2017-03-05 Thread Jianbo Liu
On 4 March 2017 at 13:00, Jerin Jacob wrote: > Fixes: ae0eb310f253 ("net/i40e: implement vector PMD for ARM") > > CC: sta...@dpdk.org > Signed-off-by: Jerin Jacob > Signed-off-by: Sunil Kulkarni > --- > drivers/net/i40e/i40e_rxtx_vec_neon.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-

Re: [dpdk-dev] [RFC 17.05 v1 0/3] Merge l3fwd-acl and l3fwd

2017-03-05 Thread Ananyev, Konstantin
Hi Ravi, > > Hi Konstantin, > > Sorry for this one, I had to resend patch series as 'v3' as additional > checkpatch warnings were seen after the submission which didn't show > up in my run. > > 'v3' patch should have all fixed except the ones I mentioned in my earlier > email on which I need

Re: [dpdk-dev] [PATCH v2 0/5] consistent PMD batching behaviour

2017-03-05 Thread Ananyev, Konstantin
> The rte_eth_tx_burst() function in the file Rte_ethdev.h is invoked to > transmit output packets on the output queue for DPDK applications as > follows. > > static inline uint16_t > rte_eth_tx_burst(uint8_t port_id, uint16_t queue_id, > struct rte_mbuf **tx_pkts, uint16_t nb_pk

[dpdk-dev] [PATCH] net/mlx5: fix extended statistics counters identification

2017-03-05 Thread Shahaf Shuler
Checking whether the counter is IB counter was performed with the wrong index. Fixes: a4e3056b7018 ("net/mlx5: add out of buffer counter to extended statistic") Cc: sta...@dpdk.org Signed-off-by: Shahaf Shuler --- drivers/net/mlx5/mlx5_stats.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion

Re: [dpdk-dev] [PATCH 17/17] net/fm10k/base: equest reset when mbx->state changes

2017-03-05 Thread Ferruh Yigit
On 3/3/2017 3:17 AM, Qi Zhang wrote: patch title: s/equest/request > Multiple IES API resets can cause a race condition where the mailbox > interrupt request bits can be cleared before being handled. This can > leave certain mailbox messages from the PF to be untreated and the PF > will enter in

Re: [dpdk-dev] [PATCH 10/17] net/fm10k/base: improve VF's multi-bit VLAN update requests

2017-03-05 Thread Ferruh Yigit
On 3/3/2017 3:17 AM, Qi Zhang wrote: > The VF uses a multi-bit update request to clear unused VLANs whenever it > resets. However, an accident in a previous refector broke multi-bit s/refector/refactor > updates for VFs, due to misreading a comment in fm10k_vf.c and > attempting to reduce code du

Re: [dpdk-dev] [PATCH 07/17] net/fm10k/base: use 8 bit notation instead of 10bit notation

2017-03-05 Thread Ferruh Yigit
On 3/3/2017 3:17 AM, Qi Zhang wrote: > The diagram represents bit layout of the multi-bit VLAN update > message format. Re-draw the numbers using base 8, and mark the > bit values every 8 bits at the top. This should make it more > easy to grasp the table quickly. Can you please somehow mention in

Re: [dpdk-dev] [PATCH 02/17] net/fm10k/base: reset multicaset mode when deleting lport

2017-03-05 Thread Ferruh Yigit
On 3/3/2017 3:17 AM, Qi Zhang wrote: patch title: s/multicaset/multicast > Deleting lport when multicast mod is configured to > FM10K_XCAST_MODE_ALLMULTI or FM10K_XCAST_MODE_PROMISC will > result in generating orphaned multicast-group entries in the > switch manager. > Before deleting the lport,

Re: [dpdk-dev] [PATCH 03/17] net/fm10k/base: expose macros needed by DPDK

2017-03-05 Thread Ferruh Yigit
On 3/3/2017 3:17 AM, Qi Zhang wrote: > Some defines were previously wrapped to strip them from opensource driver > builds, but these are required by DPDK. Change the wrapping of these so > that the DPDK gets them as long as DPDK_SUPPORT is correctly added as a > strip flag, while we can remove t

Re: [dpdk-dev] [PATCH 00/17] net/fm10k: update base code.

2017-03-05 Thread Ferruh Yigit
On 3/3/2017 3:17 AM, Qi Zhang wrote: > The patch set update to latest fm10k base code, there is no > significent features be added, but include couple enhancement > like clean up the logic for tlv attr parse, improve VF multi-bit > VLAN handle etc, also with some code/comment clean as well. > > Q