[dpdk-dev] Getting meta data from different pipelines in ip_pipeline application

2017-05-30 Thread Nidhia Varghese
Hi, This is how I want my pipelines to work:- Pipeline 4: Has to get the source mac address and save it in 160th(160-167) meta data filed in the mbuf. Pipeline 5: Will take the vlan id and store it in 168th(168-175) offset of the same mbuf Pipeline 6: Take the incoming port id which is in 23rd pos

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

2017-05-30 Thread Gaëtan Rivet
Hi Jeff, A few comments below: On Sun, May 28, 2017 at 11:44:40PM +0800, Jeff Guo wrote: For HW hotplug feature, we had already got upstream that removal event adding from 6wind as bellow. dependency of “add device removal event” patch set: http://dpdk.org/dev/patchwork/patch/23693/ [dpdk-dev

[dpdk-dev] [PATCH v3]net/mlx5: implement drop action in hardware classifier

2017-05-30 Thread Shachar Beiser
remove/add blank line according to convensions Shachar Beiser (1): net/mlx5: implement drop action in hardware classifier drivers/net/mlx5/Makefile| 5 + drivers/net/mlx5/mlx5_flow.c | 17 + 2 files changed, 22 insertions(+) -- 1.8.3.1

Re: [dpdk-dev] [PATCH] net/mlx5: fix wrong exception handling

2017-05-30 Thread Adrien Mazarguil
On Mon, May 29, 2017 at 06:02:59PM -0700, Yongseok Koh wrote: > A sanity check is required in priv_fdir_disable(). If resizing Rx queue > fails, this can cause a crash by referencing a NULL pointer. > > Cc: sta...@dpdk.org > Fixes: 76f5c99e6840 ("mlx5: support flow director") > Fixes: 0cdddf4d0626

[dpdk-dev] [PATCH 0/3] Add support for using a config file for DPDK

2017-05-30 Thread Jacek Piasecki
From: Michal Jastrzebski This patch introduce a mechanism for running dpdk application with parameters provided by configuration file. New API for cfgfile library allows to create a cfgfile at runtime, add new section and add entry in a section - opens up the possibility to have applications dyna

[dpdk-dev] [PATCH 1/3] cfgfile: add new API functions

2017-05-30 Thread Jacek Piasecki
Extend existing cfgfile library with providing new API functions: rte_cfgfile_create() - create new cfgfile object rte_cfgfile_add_section() - add new section to existing cfgfile object rte_cfgfile_add_entry() - add new entry to existing cfgfile object in specified section This modification allows

[dpdk-dev] [PATCH 2/3] eal: add functions parsing EAL arguments

2017-05-30 Thread Jacek Piasecki
From: Kuba Kozak added function rte_eal_configure which translate options from config file into argc, **argv form. changed function rte_eal_init to meld argc, argv** options from config file with these from command line and then parse as before Signed-off-by: Kuba Kozak Suggested-by: Bruce Ric

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

2017-05-30 Thread Jacek Piasecki
From: Kuba Kozak This patch shows how to pass arguments to application using config.ini file. If a --cfgfile-path option is passed into commandline non EAL section, then the file is loaded and used by app. If a file called config.ini is present in current working directory, and no --cfgfile-pa

Re: [dpdk-dev] [PATCH 00/13] cxgbe: add support for Chelsio T6 family of adapters

2017-05-30 Thread Thomas Monjalon
27/05/2017 05:46, Rahul Lakkireddy: > This series of patches add support for Chelsio T6 family of adapters. It is almost one year since your last contribution, welcome back Rahul :) During that time, rte_flow has been implemented in DPDK. Do you plan to use it for Chelsio offloads, instead of flo

Re: [dpdk-dev] [PATCH 01/13] cxgbe: add support to run Chelsio T6 cards

2017-05-30 Thread Ferruh Yigit
On 5/27/2017 4:46 AM, Rahul Lakkireddy wrote: > Add code to detect and run T6 devices. Update PCI ID Device table > with Chelsio T6 device ids and update documentation. Can you please update DPDK supported NICs web page [1] too, with a separate web patch [2] ? [1] http://dpdk.org/doc/nics [2] ht

Re: [dpdk-dev] [PATCH 05/13] cxgbe: update link speeds and port modules

2017-05-30 Thread Ferruh Yigit
On 5/27/2017 4:46 AM, Rahul Lakkireddy wrote: > Add 25G and 100G link speeds and update supported port modules. Not with this patch, but with separate patch, can it be possible to update speed_capa in cxgbe_dev_info_get() to get device specific speed capability, and update doc/guides/nics/features

Re: [dpdk-dev] [PATCH 00/13] cxgbe: add support for Chelsio T6 family of adapters

2017-05-30 Thread Ferruh Yigit
On 5/27/2017 4:46 AM, Rahul Lakkireddy wrote: > This series of patches add support for Chelsio T6 family of adapters. > > Patches 1 - 4 update CXGBE PMD to detect and run Chelsio T6 cards. > > Patches 5 - 6 add new link speeds and update port modules. > > Patch 7 updates information prints to ac

Re: [dpdk-dev] [PATCH] net/mlx5: add vectorized Rx

2017-05-30 Thread Thomas Monjalon
28/05/2017 17:40, Yongseok Koh: > Vectorized Rx API for x86 is added. > > Signed-off-by: Yongseok Koh > --- > drivers/net/mlx5/Makefile | 1 + > drivers/net/mlx5/mlx5_defs.h | 6 + > drivers/net/mlx5/mlx5_ethdev.c | 8 + > drivers/net/mlx5/mlx5_rxq.c| 39 +++- > drivers/net/mlx

Re: [dpdk-dev] [RFC] Kernel Control Path (KCP)

2017-05-30 Thread Thomas Monjalon
26/05/2017 18:52, Ferruh Yigit: > We are looking for re-sending [1] the Kernel Control Path (KCP) > with some updates [2]. > > Mainly this is an usability improvement for DPDK. > > And a quick reminder about what KCP is: > > "KCP is Linux virtual network interface that can control DPDK ports". >

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

2017-05-30 Thread Ferruh Yigit
On 5/27/2017 4:47 AM, Jingjing Wu wrote: > i40e base code upate. The main changes are: > - use virtchnl.h instead of i40e_virtchnl.h > - add support for Adaptive Virtual Function > - add new AQ commands for read/write PHY registers > - add new phy types for 25G Hi Jingjing, Patchset giving bu

Re: [dpdk-dev] [PATCH 0/4] cxgbe: latency and performance fixes

2017-05-30 Thread Ferruh Yigit
On 5/27/2017 4:47 AM, Rahul Lakkireddy wrote: > This series of patches rework TX and RX path to reduce latency > and improve performance. > > Patch 1 reduces latency for slow traffic by using status page update > on RX path to process batch of packets and improves coalesce TX path > to handle slow

Re: [dpdk-dev] [PATCH v3 1/3] lib: add Generic Receive Offload API framework

2017-05-30 Thread Ananyev, Konstantin
HI Jiayu, > -Original Message- > From: Hu, Jiayu > Sent: Tuesday, May 30, 2017 6:29 AM > To: Ananyev, Konstantin > Cc: dev@dpdk.org; Wiles, Keith ; > yuanhan@linux.intel.com > Subject: RE: [PATCH v3 1/3] lib: add Generic Receive Offload API framework > > Hi Konstantin, > > > -O

Re: [dpdk-dev] [dpdk-stable] [PATCH 1/5] net/sfc/base: fix incorrect error code usage in common code

2017-05-30 Thread Ferruh Yigit
On 5/27/2017 8:55 AM, Andrew Rybchenko wrote: > From: Andy Moreton > > MCDI results retuerned in req.emr_rc have already been translated > from MC_CMD_ERR_* to errno names, so using an MC_CMD_ERR_* value > is incorrect. > > Fixes: e7cd430c864f ("net/sfc/base: import SFN7xxx family support") > Cc

Re: [dpdk-dev] [PATCH 1/3] net/ixgbe/base: remove PHY access for some 1G ports

2017-05-30 Thread Ferruh Yigit
On 5/27/2017 9:33 AM, Wei Dai wrote: > This patch removes some some 1GBASE-T PHY access since the FW > configures the PHY. SW shall not configure or initialize link. > Accessing the PHY would require the use of MDI clause 22 which > should be avoided in high layer driver code. > > Signed-off-by: W

Re: [dpdk-dev] [PATCH 6/7] mbuf: introduce new Tx offload flag for MPLS-in-UDP

2017-05-30 Thread Ferruh Yigit
On 5/28/2017 9:37 AM, Rasesh Mody wrote: > From: Harish Patil > > Some PMDs need to know the tunnel type in order to handle advance TX > features. This patch adds a new TX offload flag for MPLS-in-UDP packets. > > Signed-off-by: Harish Patil > --- > lib/librte_mbuf/rte_mbuf.c |2 ++ > lib/

Re: [dpdk-dev] [dpdk-stable] [PATCH] net/mlx5: fix flow application order on stop/start

2017-05-30 Thread Ferruh Yigit
On 5/29/2017 2:29 PM, Adrien Mazarguil wrote: > On Mon, May 29, 2017 at 11:40:58AM +0200, Nelio Laranjeiro wrote: >> Flow rules must be applied in the same order as they have been created and >> thus destroyed in the reverse order. >> >> Fixes: 2097d0d1e2cc ("net/mlx5: support basic flow items and

Re: [dpdk-dev] [PATCH] net/mlx5: removal already initialised mbuf fields

2017-05-30 Thread Ferruh Yigit
On 5/29/2017 2:30 PM, Adrien Mazarguil wrote: > On Mon, May 29, 2017 at 11:45:09AM +0200, Nelio Laranjeiro wrote: >> Since commit 8f094a9ac5d7 ("mbuf: set mbuf fields while in pool"), some >> fields are already initialised and do not need to be modified by the PMD >> anymore. >> >> Signed-off-by: N

Re: [dpdk-dev] [PATCH] net/ring: fix adding MAC addresses

2017-05-30 Thread Ferruh Yigit
On 5/26/2017 2:18 PM, Charles (Chas) Williams wrote: > When .mac_addr_add() was changed to allow a return code, ring was changed > to return -ENOTSUP. This changes the behavior of the rte_ring driver in > a way that does not maintain backward compatibility. Additionally, if > the intent is to ret

Re: [dpdk-dev] [PATCH] ethdev: add roughly match pattern

2017-05-30 Thread Adrien Mazarguil
Hi Zhang, You should cram "flow API" somewhere in the title of such commits. On Tue, May 23, 2017 at 07:28:54PM -0400, Qi Zhang wrote: > Add new meta pattern item RTE_FLOW_TYPE_ITEM_ROUGHLY. > > This is for device that support no-perfect match option. > Usually a no-perfect match is fast but the

Re: [dpdk-dev] [PATCH] net/ring: fix adding MAC addresses

2017-05-30 Thread Ferruh Yigit
On 5/30/2017 1:45 PM, Ferruh Yigit wrote: > On 5/26/2017 2:18 PM, Charles (Chas) Williams wrote: >> When .mac_addr_add() was changed to allow a return code, ring was changed >> to return -ENOTSUP. This changes the behavior of the rte_ring driver in >> a way that does not maintain backward compatib

Re: [dpdk-dev] [RFC v3] flow_classify: add librte_flow_classify library

2017-05-30 Thread Iremonger, Bernard
Hi Ferruh, > -Original Message- > From: Yigit, Ferruh > Sent: Thursday, May 25, 2017 4:47 PM > To: dev@dpdk.org > Cc: Yigit, Ferruh ; Mcnamara, John > ; Tahhan, Maryam > ; Iremonger, Bernard > ; Adrien Mazarguil > > Subject: [RFC v3] flow_classify: add librte_flow_classify library > > Si

Re: [dpdk-dev] [PATCH 1/2] net/sfc: check added but not completed descs on EF10 Tx reap

2017-05-30 Thread Ferruh Yigit
On 5/26/2017 2:50 PM, Andrew Rybchenko wrote: > There is not point to check other Tx descriptors. > It is important if Tx datapath does not reset Tx descriptor > mbuf pointer to NULL on completion (EF10 simple Tx will do). > > Signed-off-by: Andrew Rybchenko > Reviewed-by: Andy Moreton > Reviewe

Re: [dpdk-dev] [PATCH v2] net/mlx4: support user space rxq interrupt event

2017-05-30 Thread Adrien Mazarguil
On Sun, May 28, 2017 at 07:11:38PM +0300, Moti Haimovsky wrote: > Implement rxq interrupt callbacks > > Signed-off-by: Moti Haimovsky Hi Moti, While this patch is almost identical to its mlx5 counterpart, I have one minor nit (see below). Besides that: Acked-by: Adrien Mazarguil > --- > doc

[dpdk-dev] [PATCH] net/mlx4: support user space rxq interrupt event

2017-05-30 Thread Moti Haimovsky
Implement rxq interrupt callbacks Based on implemantation done for mlx5 Signed-off-by: Moti Haimovsky --- doc/guides/nics/features/mlx4.ini | 1 + doc/guides/rel_notes/release_17_08.rst | 5 + drivers/net/mlx4/mlx4.c| 218 - drivers/net/ml

Re: [dpdk-dev] [PATCH v3 1/3] lib: add Generic Receive Offload API framework

2017-05-30 Thread Hu, Jiayu
Hi Bruce, > -Original Message- > From: Richardson, Bruce > Sent: Monday, May 29, 2017 8:19 PM > To: Hu, Jiayu > Cc: Ananyev, Konstantin ; dev@dpdk.org; > Wiles, Keith ; yuanhan@linux.intel.com > Subject: Re: [dpdk-dev] [PATCH v3 1/3] lib: add Generic Receive Offload API > framework >

Re: [dpdk-dev] [PATCH] event/sw: fix credit tracking in port dequeue

2017-05-30 Thread Eads, Gage
A couple nit-picks on the test, but once resolved: Acked-by: Gage Eads > -Original Message- > From: Van Haaren, Harry > Sent: Monday, May 29, 2017 10:17 AM > To: dev@dpdk.org > Cc: jerin.ja...@caviumnetworks.com; Eads, Gage ; > Van Haaren, Harry > Subject: [PATCH] event/sw: fix cr

[dpdk-dev] [RFC 0/3] rte_mtr: generic ethdev API for metering and policing

2017-05-30 Thread Cristian Dumitrescu
This patch set introduces an ethdev-based generic API for Traffic Metering and Policing (MTR), which is yet another standard RX offload for Ethernet devices. Similar to rte_flow and rte_tm APIs, the configuration of MTR objects is done in their own namespace (rte_mtr) within the librte_ether libra

[dpdk-dev] [RFC 1/3] ethdev: add traffic metering and policing ops get API

2017-05-30 Thread Cristian Dumitrescu
Following similar approach to rte_flow and rte_tm for modularity reasons. Signed-off-by: Cristian Dumitrescu --- lib/librte_ether/rte_ethdev.c | 12 lib/librte_ether/rte_ethdev.h | 20 lib/librte_ether/rte_ether_version.map | 6 ++ 3 files

[dpdk-dev] [RFC 2/3] ethdev: add new rte_mtr API for traffic metering and policing

2017-05-30 Thread Cristian Dumitrescu
Signed-off-by: Cristian Dumitrescu --- MAINTAINERS| 4 + lib/librte_ether/Makefile | 7 +- lib/librte_ether/rte_ether_version.map | 8 + lib/librte_ether/rte_mtr.c | 184 + lib/librte_ether/rte_mtr.h | 465

[dpdk-dev] [RFC 3/3] rte_flow: add new action for traffic metering and policing

2017-05-30 Thread Cristian Dumitrescu
Signed-off-by: Cristian Dumitrescu --- lib/librte_ether/rte_flow.h | 22 ++ 1 file changed, 22 insertions(+) diff --git a/lib/librte_ether/rte_flow.h b/lib/librte_ether/rte_flow.h index c47edbc..2942ca7 100644 --- a/lib/librte_ether/rte_flow.h +++ b/lib/librte_ether/rte_flow.

Re: [dpdk-dev] Proposed schedule dates for DPDK 17.08, 17.11 and 18.02

2017-05-30 Thread Thomas Monjalon
No comment? So the next dates will be 17.08 Proposal deadline: May 28 Integration deadline: June 29 Release: August 1 17.11 Proposal deadline: August 25, 2017 Integration deadline: September 29, 2017

[dpdk-dev] [PATCH] Correctly handle malloc_elem resize with padding

2017-05-30 Thread Jamie Lavigne
Currently when a malloc_elem is split after resizing, any padding present in the elem is ignored. This causes the resized elem to be too small when padding is present, and user data can overwrite the beginning of the following malloc_elem. Solve this by including the size of the padding when comp

[dpdk-dev] [PATCH v2] Correctly handle malloc_elem resize with padding

2017-05-30 Thread Jamie Lavigne
Currently when a malloc_elem is split after resizing, any padding present in the elem is ignored. This causes the resized elem to be too small when padding is present, and user data can overwrite the beginning of the following malloc_elem. Solve this by including the size of the padding when comp

Re: [dpdk-dev] [PATCH v2 20/25] bnxt: add support to get and clear VF specific stats

2017-05-30 Thread Ajit Khaparde
On Mon, May 29, 2017 at 12:43 PM, Ferruh Yigit wrote: > > +int rte_pmd_bnxt_get_tx_drop_count(uint8_t port, uint64_t *count) > > +{ > > + struct rte_eth_dev *dev; > > + struct rte_eth_dev_info dev_info; > > + struct bnxt *bp; > > + > > + dev = &rte_eth_devices[port]; > > + rte

[dpdk-dev] [PATCH] net/fm10k: initialize link status in device start

2017-05-30 Thread Xiao Wang
If port LSC interrupt is configured, application will read link status directly, so driver need to prepare that value in advance. Fixes: 9ae6068c86da ("fm10k: add dev start/stop") Cc: sta...@dpdk.org Signed-off-by: Xiao Wang --- drivers/net/fm10k/fm10k_ethdev.c | 5 + 1 file changed, 5 inse

[dpdk-dev] [PATCH v3] net/e1000: fix checksum valid flags error

2017-05-30 Thread Wei Zhao
This problem is caused by a missing set of E1000_RXCSUM_CRCOFL in eth_igb_rx_init(), it should be set to enable SCTP packet L4 checksum.If it is not set, the printf message in cksum fwd about L4 SCTP cksum flag is error.for example, even if the sctp packet is not do L4 checksum, the print message i

Re: [dpdk-dev] [PATCH 00/11] net/e1000: Consistent filter API

2017-05-30 Thread Zhao1, Wei
Hi, Ferruh > -Original Message- > From: Yigit, Ferruh > Sent: Monday, May 29, 2017 7:01 PM > To: Zhao1, Wei ; dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH 00/11] net/e1000: Consistent filter API > > On 5/23/2017 8:12 AM, Wei Zhao wrote: > > The patches mainly finish following functions:

Re: [dpdk-dev] [PATCH v2] ethdev: moved bypass functions to ixgbe pmd

2017-05-30 Thread Lu, Wenzhuo
Hi Radu, > -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Radu Nicolau > Sent: Monday, May 29, 2017 11:23 PM > To: dev@dpdk.org > Cc: Yigit, Ferruh; Iremonger, Bernard; Nicolau, Radu > Subject: [dpdk-dev] [PATCH v2] ethdev: moved bypass functions to ixgbe > pmd

Re: [dpdk-dev] [PATCH v3] net/e1000: fix checksum valid flags error

2017-05-30 Thread Lu, Wenzhuo
Hi, > -Original Message- > From: Zhao1, Wei > Sent: Wednesday, May 31, 2017 11:03 AM > To: dev@dpdk.org > Cc: Lu, Wenzhuo; Zhao1, Wei > Subject: [PATCH v3] net/e1000: fix checksum valid flags error > > This problem is caused by a missing set of E1000_RXCSUM_CRCOFL in > eth_igb_rx_init(),

Re: [dpdk-dev] [PATCH 2/3] drivers/net: add support for IF-MIB and EtherLike-MIB for i40e

2017-05-30 Thread Xing, Beilei
Hi Michal, > -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Michal Jastrzebski > Sent: Monday, May 22, 2017 10:32 PM > To: dev@dpdk.org > Cc: Pattan, Reshma ; Jain, Deepak K > ; Van Haaren, Harry > ; Jastrzebski, MichalX K > ; Azarewicz, PiotrX T > > Subject: [d

Re: [dpdk-dev] Why DPDK is not using compressed TRIE for LPM6?

2017-05-30 Thread Atul Shree
Hi Cristian, We thought of using compressed trie because in worst case it will become the simple trie but in general cases if will avoid very costly memory operation of accessing a new node. On 29-05-2017 18:12, Dumitrescu, Cristian wrote: -Original Message- From: Richardson, Bruce Se