[dpdk-dev] [PATCH 1/4] eventdev: introduce event driven programming model

2016-11-25 Thread Jerin Jacob
On Thu, Nov 24, 2016 at 04:24:11PM +, Bruce Richardson wrote: > On Fri, Nov 18, 2016 at 11:14:59AM +0530, Jerin Jacob wrote: > > In a polling model, lcores poll ethdev ports and associated > > rx queues directly to look for packet. In an event driven model, > > by contrast, lcores call the sche

[dpdk-dev] [PATCH 1/4] eventdev: introduce event driven programming model

2016-11-25 Thread Jerin Jacob
On Thu, Nov 24, 2016 at 04:35:56PM +0100, Thomas Monjalon wrote: > 2016-11-24 07:29, Jerin Jacob: > > On Wed, Nov 23, 2016 at 07:39:09PM +0100, Thomas Monjalon wrote: > > > 2016-11-18 11:14, Jerin Jacob: > > > > +Eventdev API - EXPERIMENTAL > > > > +M: Jerin Jacob > > > > +F: lib/librte_eventdev/

[dpdk-dev] [PATCH] tools/dpdkdevbind.py: remove call to lower case for mod path

2016-11-25 Thread alloc

[dpdk-dev] [PATCH] tools/dpdkdevbind.py: remove call to lower case for mod path

2016-11-25 Thread alloc
If the module path has upper case chars, the dpdk-devbind.py script will crunch them to lower case. This will result in the script never finding a module. Port patch to dpdk-1.7.0 dpdk_nic_bind.py has been renamed to dpdk-devbind.py in 16.11, so just change file name. Signed-off-by: Paul Barrett

[dpdk-dev] [PATCH 2/4] eventdev: implement the northbound APIs

2016-11-25 Thread Jerin Jacob
On Wed, Nov 23, 2016 at 08:18:09PM +0100, Thomas Monjalon wrote: > 2016-11-18 11:15, Jerin Jacob: > > This patch set defines the southbound driver interface > > and implements the common code required for northbound > > eventdev API interface. > > Please make two separate patches. OK > > > +#if

[dpdk-dev] [PATCH] lpm: rte_lpm_iterate() - iterate through the routes

2016-11-25 Thread chunguang yang
From: J?rgen Grahn In practice, there's a need to iterate through the entries of a rte_lpm, apart from the usual insert/delete/lookup operations. This is useful for debugging and perhaps for things like removing all entries referencing a certain nexthop. This patch implements this through rte_l

[dpdk-dev] [PATCH v2 1/7] pci: If a driver's probe function fails, unmap resources.

2016-11-25 Thread Shreyansh Jain
On Thursday 24 November 2016 01:37 AM, Ben Walker wrote: > If resources were mapped prior to probe, unmap them > if probe fails. > > This does not handle the case where the kernel driver was > forcibly unbound prior to probe. > > Signed-off-by: Ben Walker > --- > lib/librte_eal/common/eal_common_

[dpdk-dev] [PATCH v2 2/7] pci: Separate detaching ethernet ports from PCI devices

2016-11-25 Thread Shreyansh Jain
On Thursday 24 November 2016 01:37 AM, Ben Walker wrote: > Attaching and detaching ethernet ports from an application > is not the same thing as physically removing a PCI device, > so clarify the flags indicating support. All PCI devices > are assumed to be physically removable, so no flag is > nec

[dpdk-dev] [PATCH] doc: introduce PVP reference benchmark

2016-11-25 Thread Maxime Coquelin
Hi John, On 11/24/2016 06:38 PM, Mcnamara, John wrote: >> -Original Message- >> From: Maxime Coquelin [mailto:maxime.coquelin at redhat.com] >> Sent: Wednesday, November 23, 2016 9:00 PM >> To: yuanhan.liu at linux.intel.com; thomas.monjalon at 6wind.com; Mcnamara, >> John >> ; Yang, Zhiy

[dpdk-dev] [PATCH] kni: avoid using lsb_release script

2016-11-25 Thread Robin Jarry
The lsb_release script is part of an optional package which is not always installed. On the other hand, /etc/lsb-release is always present even on minimal Ubuntu installations. root at ubuntu1604:~# dpkg -S /etc/lsb-release base-files: /etc/lsb-release Read the file if present and use the

[dpdk-dev] [PATCH 2/4] eventdev: implement the northbound APIs

2016-11-25 Thread Richardson, Bruce
> -Original Message- > From: Jerin Jacob [mailto:jerin.jacob at caviumnetworks.com] > Sent: Friday, November 25, 2016 4:18 AM > To: Thomas Monjalon > Cc: dev at dpdk.org; Richardson, Bruce ; Van > Haaren, Harry ; hemant.agrawal at nxp.com; > Eads, > Gage > Subject: Re: [dpdk-dev] [PATCH

[dpdk-dev] [PATCH 01/56] net/sfc: libefx-based PMD stub sufficient to build and init

2016-11-25 Thread Ferruh Yigit
On 11/24/2016 3:59 PM, Andrew Rybchenko wrote: > On 11/23/2016 06:26 PM, Ferruh Yigit wrote: >> On 11/21/2016 3:00 PM, Andrew Rybchenko wrote: >>> The PMD is put into the sfc/efx subdirectory to have a place for >>> the second PMD and library shared by both. >>> >>> Enable the PMD by default on sup

[dpdk-dev] [PATCH 30/56] net/sfc: include libefx in build

2016-11-25 Thread Ferruh Yigit
On 11/24/2016 3:44 PM, Andrew Rybchenko wrote: > See one question below. > > On 11/23/2016 06:26 PM, Ferruh Yigit wrote: >> On 11/21/2016 3:00 PM, Andrew Rybchenko wrote: >>> From: Artem Andreev >>> >>> Implement efsys.h for the PMD. >>> >>> Reviewed-by: Andy Moreton >>> Signed-off-by: Artem And

[dpdk-dev] [PATCH 00/56] Solarflare libefx-based PMD

2016-11-25 Thread Ferruh Yigit
On 11/23/2016 7:49 AM, Andrew Rybchenko wrote: > On 11/23/2016 03:02 AM, Ferruh Yigit wrote: >> On 11/21/2016 3:00 PM, Andrew Rybchenko wrote: >>> The patch series adds Solarflare libefx-based network PMD. >>> >>> This version of the driver supports Solarflare SFN7xxx and SFN8xxx >>> families of 10

[dpdk-dev] [PATCH 00/56] Solarflare libefx-based PMD

2016-11-25 Thread Ferruh Yigit
On 11/24/2016 4:15 PM, Andrew Rybchenko wrote: > On 11/23/2016 06:29 PM, Ferruh Yigit wrote: >> On 11/21/2016 3:00 PM, Andrew Rybchenko wrote: >>> The patch series adds Solarflare libefx-based network PMD. >>> >>> This version of the driver supports Solarflare SFN7xxx and SFN8xxx >>> families of 10

[dpdk-dev] [PATCH v2 3/7] pci: Pass rte_pci_addr to functions instead of separate args

2016-11-25 Thread Shreyansh Jain
On Thursday 24 November 2016 01:37 AM, Ben Walker wrote: > Instead of passing domain, bus, devid, func, just pass > an rte_pci_addr. > > Signed-off-by: Ben Walker > --- > lib/librte_eal/linuxapp/eal/eal_pci.c | 32 +--- > 1 file changed, 13 insertions(+), 19 deletions(

[dpdk-dev] [PATCH v2 4/7] pci: rte_eal_pci_scan now handles removal of PCI devices

2016-11-25 Thread Shreyansh Jain
Hi Ben, On Thursday 24 November 2016 01:37 AM, Ben Walker wrote: > rte_eal_pci_scan can be called repeatedly to re-scan the PCI > bus. If a device was removed from the system, the associated > driver will automatically be unloaded. > > Signed-off-by: Ben Walker > --- [...] While reviewing, I fou

[dpdk-dev] [PATCH v2 6/7] pci: Combine rte_eal_pci_scan and rte_eal_pci_probe

2016-11-25 Thread Shreyansh Jain
On Thursday 24 November 2016 01:37 AM, Ben Walker wrote: > Two functions is both confusing and unnecessary. Previously, > rte_eal_pci_scan populated an internal list of devices by > scanning sysfs. Then, rte_eal_pci_probe would match registered > drivers to that internal list. These are not really

[dpdk-dev] [PATCH 1/4] eventdev: introduce event driven programming model

2016-11-25 Thread Bruce Richardson
On Fri, Nov 25, 2016 at 05:53:34AM +0530, Jerin Jacob wrote: > On Thu, Nov 24, 2016 at 04:35:56PM +0100, Thomas Monjalon wrote: > > 2016-11-24 07:29, Jerin Jacob: > > > On Wed, Nov 23, 2016 at 07:39:09PM +0100, Thomas Monjalon wrote: > > > > 2016-11-18 11:14, Jerin Jacob: > > > > > +Eventdev API -

[dpdk-dev] [PATCH] kni: avoid using lsb_release script

2016-11-25 Thread Ferruh Yigit
On 11/25/2016 9:52 AM, Robin Jarry wrote: > The lsb_release script is part of an optional package which is not > always installed. On the other hand, /etc/lsb-release is always present > even on minimal Ubuntu installations. > > root at ubuntu1604:~# dpkg -S /etc/lsb-release > base-files:

[dpdk-dev] [PATCH] kni: avoid using lsb_release script

2016-11-25 Thread Robin Jarry
2016-11-25, Ferruh Yigit: >What about: >+-include /etc/lsb-release Sure, that cannot hurt. >s/DISTRIB_ID/DISTRIB_RELEASE Oops last minute typo... I'll submit a v2 right away. -- Robin

[dpdk-dev] [PATCH v2] kni: avoid using lsb_release script

2016-11-25 Thread Robin Jarry
The lsb_release script is part of an optional package which is not always installed. On the other hand, /etc/lsb-release is always present even on minimal Ubuntu installations. root at ubuntu1604:~# dpkg -S /etc/lsb-release base-files: /etc/lsb-release Read the file if present and use the

[dpdk-dev] [PATCH v2] kni: avoid using lsb_release script

2016-11-25 Thread Ferruh Yigit
On 11/25/2016 11:33 AM, Robin Jarry wrote: > The lsb_release script is part of an optional package which is not > always installed. On the other hand, /etc/lsb-release is always present > even on minimal Ubuntu installations. > > root at ubuntu1604:~# dpkg -S /etc/lsb-release > base-files:

[dpdk-dev] [PATCH 1/4] eventdev: introduce event driven programming model

2016-11-25 Thread Van Haaren, Harry
Hi All, > From: Jerin Jacob [mailto:jerin.jacob at caviumnetworks.com] > Sent: Friday, November 25, 2016 12:24 AM > To: Thomas Monjalon > Cc: dev at dpdk.org; Richardson, Bruce ; Van > Haaren, Harry > ; hemant.agrawal at nxp.com; Eads, Gage > > Subject: Re: [dpdk-dev] [PATCH 1/4] eventdev: int

[dpdk-dev] [PATCH 00/56] Solarflare libefx-based PMD

2016-11-25 Thread Andrew Rybchenko
On 11/25/2016 01:24 PM, Ferruh Yigit wrote: > On 11/23/2016 7:49 AM, Andrew Rybchenko wrote: >> On 11/23/2016 03:02 AM, Ferruh Yigit wrote: >>> On 11/21/2016 3:00 PM, Andrew Rybchenko wrote: The patch series adds Solarflare libefx-based network PMD. This version of the driver support

[dpdk-dev] [PATCH 1/4] eventdev: introduce event driven programming model

2016-11-25 Thread Richardson, Bruce
> -Original Message- > From: Van Haaren, Harry > Sent: Friday, November 25, 2016 11:59 AM > To: Jerin Jacob ; Thomas Monjalon > > Cc: dev at dpdk.org; Richardson, Bruce ; > hemant.agrawal at nxp.com; Eads, Gage > Subject: RE: [dpdk-dev] [PATCH 1/4] eventdev: introduce event driven > pro

[dpdk-dev] [PATCH v3] kni: avoid using lsb_release script

2016-11-25 Thread Robin Jarry
The lsb_release script is part of an optional package which is not always installed. On the other hand, /etc/lsb-release is always present even on minimal Ubuntu installations. root at ubuntu1604:~# dpkg -S /etc/lsb-release base-files: /etc/lsb-release Read the file if present and use the

[dpdk-dev] [PATCH v3] kni: avoid using lsb_release script

2016-11-25 Thread Ferruh Yigit
On 11/25/2016 12:22 PM, Robin Jarry wrote: > The lsb_release script is part of an optional package which is not > always installed. On the other hand, /etc/lsb-release is always present > even on minimal Ubuntu installations. > > root at ubuntu1604:~# dpkg -S /etc/lsb-release > base-files:

[dpdk-dev] [PATCH 00/56] Solarflare libefx-based PMD

2016-11-25 Thread Ferruh Yigit
On 11/25/2016 12:02 PM, Andrew Rybchenko wrote: > On 11/25/2016 01:24 PM, Ferruh Yigit wrote: >> On 11/23/2016 7:49 AM, Andrew Rybchenko wrote: >>> On 11/23/2016 03:02 AM, Ferruh Yigit wrote: On 11/21/2016 3:00 PM, Andrew Rybchenko wrote: > The patch series adds Solarflare libefx-based net

[dpdk-dev] [PATCH 00/56] Solarflare libefx-based PMD

2016-11-25 Thread Andrew Rybchenko
On 11/23/2016 03:02 AM, Ferruh Yigit wrote: > On 11/21/2016 3:00 PM, Andrew Rybchenko wrote: >> The patch series adds Solarflare libefx-based network PMD. >> >> This version of the driver supports Solarflare SFN7xxx and SFN8xxx >> families of 10/40 Gbps adapters. >> >> libefx is a platform-independ

[dpdk-dev] [PATCH 00/16] e1000 base code update

2016-11-25 Thread Ferruh Yigit
On 11/23/2016 5:22 PM, Wenzhuo Lu wrote: > Updated e1000 base code to fix several bugs and support > i219 NICs. > > Wenzhuo Lu (16): > e1000/base: increased ULP timer > e1000/base: increase PHY PLL clock gate timing > e1000/base: try more times to get HW mailbox lock > e1000/base: add gett

[dpdk-dev] [PATCH 00/16] e1000 base code update

2016-11-25 Thread Ferruh Yigit
Hi Wenzhuo, On 11/23/2016 5:22 PM, Wenzhuo Lu wrote: > Updated e1000 base code to fix several bugs and support > i219 NICs. > > Wenzhuo Lu (16): > e1000/base: increased ULP timer > e1000/base: increase PHY PLL clock gate timing > e1000/base: try more times to get HW mailbox lock > e1000/b

[dpdk-dev] [PATCH 00/56] Solarflare libefx-based PMD

2016-11-25 Thread Thomas Monjalon
2016-11-25 12:43, Ferruh Yigit: > On 11/25/2016 12:02 PM, Andrew Rybchenko wrote: > > On 11/25/2016 01:24 PM, Ferruh Yigit wrote: > >> On 11/23/2016 7:49 AM, Andrew Rybchenko wrote: > >>> On 11/23/2016 03:02 AM, Ferruh Yigit wrote: > Also folder structure is drivers/net/sfc/efx/, why /sfc/ > >

[dpdk-dev] [PATCH 1/4] eventdev: introduce event driven programming model

2016-11-25 Thread Thomas Monjalon
2016-11-25 11:00, Bruce Richardson: > On Fri, Nov 25, 2016 at 05:53:34AM +0530, Jerin Jacob wrote: > > On Thu, Nov 24, 2016 at 04:35:56PM +0100, Thomas Monjalon wrote: > > > 2016-11-24 07:29, Jerin Jacob: > > > > On Wed, Nov 23, 2016 at 07:39:09PM +0100, Thomas Monjalon wrote: > > > > > 2016-11-18

[dpdk-dev] [PATCH 00/56] Solarflare libefx-based PMD

2016-11-25 Thread Andrew Rybchenko
On 11/25/2016 04:00 PM, Thomas Monjalon wrote: > 2016-11-25 12:43, Ferruh Yigit: >> On 11/25/2016 12:02 PM, Andrew Rybchenko wrote: >>> On 11/25/2016 01:24 PM, Ferruh Yigit wrote: On 11/23/2016 7:49 AM, Andrew Rybchenko wrote: > On 11/23/2016 03:02 AM, Ferruh Yigit wrote: >> Also folde

[dpdk-dev] [PATCH] test: adding AES cipher-only tests on QAT PMD

2016-11-25 Thread Kusztal, ArkadiuszX
> -Original Message- > From: Trahe, Fiona > Sent: Thursday, November 24, 2016 6:29 PM > To: dev at dpdk.org > Cc: De Lara Guarch, Pablo ; Trahe, Fiona > ; Griffin, John ; > Kusztal, > ArkadiuszX > Subject: [PATCH] test: adding AES cipher-only tests on QAT PMD > > Extended functional AE

[dpdk-dev] [PATCH 01/56] net/sfc: libefx-based PMD stub sufficient to build and init

2016-11-25 Thread Andrew Rybchenko
On 11/25/2016 01:17 PM, Ferruh Yigit wrote: > On 11/24/2016 3:59 PM, Andrew Rybchenko wrote: >> On 11/23/2016 06:26 PM, Ferruh Yigit wrote: >>> On 11/21/2016 3:00 PM, Andrew Rybchenko wrote: The PMD is put into the sfc/efx subdirectory to have a place for the second PMD and library shared

[dpdk-dev] [PATCH 30/56] net/sfc: include libefx in build

2016-11-25 Thread Andrew Rybchenko
On 11/25/2016 01:24 PM, Ferruh Yigit wrote: > On 11/24/2016 3:44 PM, Andrew Rybchenko wrote: >> See one question below. >> >> On 11/23/2016 06:26 PM, Ferruh Yigit wrote: >>> On 11/21/2016 3:00 PM, Andrew Rybchenko wrote: From: Artem Andreev Implement efsys.h for the PMD. R

[dpdk-dev] [PATCH 0/3] net/mlx5: support flow_rte

2016-11-25 Thread Nelio Laranjeiro
This series requires rte_flow [1]. It brings rte_flow support to the same level as flow director (FDIR) in mlx5. [1] http://dpdk.org/ml/archives/dev/2016-November/050262.html Nelio Laranjeiro (3): net/mlx5: add preliminary support for rte_flow net/mlx5: add software support for rte_flow n

[dpdk-dev] [PATCH 1/3] net/mlx5: add preliminary support for rte_flow

2016-11-25 Thread Nelio Laranjeiro
Signed-off-by: Nelio Laranjeiro --- drivers/net/mlx5/Makefile| 1 + drivers/net/mlx5/mlx5.h | 16 ++ drivers/net/mlx5/mlx5_fdir.c | 15 ++ drivers/net/mlx5/mlx5_flow.c | 122 +++ 4 files changed, 154 insertions(+) create mode 100644 dr

[dpdk-dev] [PATCH 2/3] net/mlx5: add software support for rte_flow

2016-11-25 Thread Nelio Laranjeiro
Introduce initial software validation for rte_flow rules. Signed-off-by: Nelio Laranjeiro --- drivers/net/mlx5/mlx5.h | 1 + drivers/net/mlx5/mlx5_flow.c| 196 ++-- drivers/net/mlx5/mlx5_trigger.c | 1 + 3 files changed, 169 insertions(+), 29 d

[dpdk-dev] [PATCH 3/3] net/mlx5: add rte_flow rule creation

2016-11-25 Thread Nelio Laranjeiro
Convert Ethernet, IPv4, IPv6, TCP, UDP layers into ibv_flow and create those rules when after validation (i.e. NIC supports the rule). VLAN is still not supported in this commit. Signed-off-by: Nelio Laranjeiro --- drivers/net/mlx5/mlx5_flow.c | 645 ++-

[dpdk-dev] [PATCH] i40e: fix oversize packet counter not incrementing for large packets

2016-11-25 Thread Michael Bieniek
The XL710 requires that the Set MAC Config command be used to define the maximum frame size in order for the Receive Oversize Count register (GLPRT_ROC) to be incremented for packets received that are greater than the MTU. Without this change, the XL710 will drop the oversized packets without incre

[dpdk-dev] [PATCH v9] drivers/net:new PMD using tun/tap host interface

2016-11-25 Thread Aws Ismail
Keith, This won't build when integrated with v16.11. The register macro prefix has been renamed. a v10 is needed. diff --git a/drivers/net/tap/rte_eth_tap.c b/drivers/net/tap/rte_eth_tap.c index 7f303db..297d4b6 100644 --- a/drivers/net/tap/rte_eth_tap.c +++ b/drivers/net/tap/rte_eth_tap.c @@ -75

[dpdk-dev] Proposal for a new Committer model

2016-11-25 Thread Neil Horman
On Thu, Nov 24, 2016 at 10:17:09AM +0100, Thomas Monjalon wrote: > 2016-11-23 15:13, Neil Horman: > > Can either you or thomas provide some detail as to how you are doing patch > > management between trees (details of the commands you use are what I would > > be > > interested in). It sounds to me

[dpdk-dev] Proposal for a new Committer model

2016-11-25 Thread Neil Horman
On Thu, Nov 24, 2016 at 01:53:55PM +0800, Yuanhan Liu wrote: > On Wed, Nov 23, 2016 at 03:19:19PM -0500, Neil Horman wrote: > > On Wed, Nov 23, 2016 at 11:41:20PM +0800, Yuanhan Liu wrote: > > > On Wed, Nov 23, 2016 at 09:11:54AM -0500, Neil Horman wrote: > > > > > Could we define some of the poten

[dpdk-dev] [PATCH] i40evf: add set maximum frame size support

2016-11-25 Thread Michael Bieniek
This adds the ability to set maximum frame size for an i40e virtual interface. This patch is based on the i40e physical function maximum frame size implementation. This was tested on an system configured with multiple i40e virtual functions. Verified that the MTU was configurable and that sending p