Re: [dpdk-dev] [PATCH] vhost: fix multiple queue not being enabled for older kernels

2017-03-01 Thread Maxime Coquelin
On 02/23/2017 09:45 AM, Yuanhan Liu wrote: Some macros (say VIRTIO_NET_F_MQ) are needed for enabling multiple queue, however they are introduced since kernel v3.8, meaning build error happens if we build DPDK vhost on those platforms. 71dfdbe66a66 ("vhost: fix build with kernel < 3.8") meant t

Re: [dpdk-dev] [PATCH v2] crypto/openssl: add DES DOCSIS BPI support

2017-03-01 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-17.02-rc3(dd0eedb1cfcf0cb7423d859177c5bc6f931eaf8a) x86_64-native-linuxapp-gcc: compile pass - dts validation:

Re: [dpdk-dev] librte_power w/ intel_pstate cpufreq governor

2017-03-01 Thread Threqn Peng
Hello, The solution should be "rte_epoll_wait". 10G NIC burst handling with in "rte_epoll_wait" state(rx-queue number:12), pkt loss rate is about 0.003%. Patch mail list(http://dpdk.org/ml/archives/dev/2015-February/014191.html) As for "cpu scaling frequence", I think the better choice s

Re: [dpdk-dev] [PATCH 0/2] net/mlx5: add Tx offloads for tunneled packets

2017-03-01 Thread Shahaf Shuler
Tuesday, February 28, 2017 5:54 PM, Shahaf Shuler: > > This patchset adds support for hardware TX offloads for tunneled packets. > > [PATCH 1/2] net/mlx5: add hardware checksum offload for tunnel [PATCH > 2/2] net/mlx5: add hardware TSO support for VXLAN and GRE Forgot to mention the above patch

Re: [dpdk-dev] [PATCH] mk: Provide option to set Major ABI version

2017-03-01 Thread Christian Ehrhardt
On Tue, Feb 28, 2017 at 9:34 AM, Jan Blunck wrote: > In case CONFIG_RTE_NEXT_ABI=y is set this is actually generating > shared objects with suffix: > > .so.$(CONFIG_RTE_MAJOR_ABI).1 > > I don't think that this is the intention. > You are right, thanks for the catch Jan! The fix is a trivial ex

[dpdk-dev] [PATCH v2] mk: Provide option to set Major ABI version

2017-03-01 Thread Christian Ehrhardt
Downstreams might want to provide different DPDK releases at the same time to support multiple consumers of DPDK linked against older and newer sonames. Also due to the interdependencies that DPDK libraries can have applications might end up with an executable space in which multiple versions of a

Re: [dpdk-dev] [PATCH 4/5] net/vhost: remove limit of vhost TX burst size

2017-03-01 Thread Maxime Coquelin
On 02/24/2017 09:48 AM, Zhiyong Yang wrote: vhost removes limit of TX burst size(32 pkts) and supports to make an best effort to transmit pkts. Cc: yuanhan@linux.intel.com Cc: maxime.coque...@redhat.com Signed-off-by: Zhiyong Yang --- drivers/net/vhost/rte_eth_vhost.c | 24 +

Re: [dpdk-dev] [PATCH v1 01/14] ring: remove split cacheline build setting

2017-03-01 Thread Bruce Richardson
On Tue, Feb 28, 2017 at 11:24:25PM +0530, Jerin Jacob wrote: > On Tue, Feb 28, 2017 at 01:52:26PM +, Bruce Richardson wrote: > > On Tue, Feb 28, 2017 at 05:38:34PM +0530, Jerin Jacob wrote: > > > On Tue, Feb 28, 2017 at 11:57:03AM +, Bruce Richardson wrote: > > > > On Tue, Feb 28, 2017 at 0

Re: [dpdk-dev] [PATCH v7 01/17] lib: rename legacy distributor lib files

2017-03-01 Thread Hunt, David
On 24/2/2017 2:03 PM, Bruce Richardson wrote: On Tue, Feb 21, 2017 at 03:17:37AM +, David Hunt wrote: Move files out of the way so that we can replace with new versions of the distributor libtrary. Files are named in such a way as to match the symbol versioning that we will apply for backw

Re: [dpdk-dev] [PATCH v7 04/17] lib: add new burst oriented distributor structs

2017-03-01 Thread Hunt, David
On 24/2/2017 2:08 PM, Bruce Richardson wrote: On Tue, Feb 21, 2017 at 03:17:40AM +, David Hunt wrote: Signed-off-by: David Hunt --- lib/librte_distributor/rte_distributor_private.h | 61 1 file changed, 61 insertions(+) diff --git a/lib/librte_distributor/rte_

Re: [dpdk-dev] [PATCH v7 04/17] lib: add new burst oriented distributor structs

2017-03-01 Thread Hunt, David
On 24/2/2017 2:09 PM, Bruce Richardson wrote: On Tue, Feb 21, 2017 at 03:17:40AM +, David Hunt wrote: Signed-off-by: David Hunt --- lib/librte_distributor/rte_distributor_private.h | 61 1 file changed, 61 insertions(+) diff --git a/lib/librte_distributor/rte_

Re: [dpdk-dev] [PATCH v7 08/17] test: change params to distributor autotest

2017-03-01 Thread Hunt, David
On 24/2/2017 2:14 PM, Bruce Richardson wrote: On Tue, Feb 21, 2017 at 03:17:44AM +, David Hunt wrote: In the next few patches, we'll want to test old and new API, so here we're allowing different parameters to be passed to the tests, instead of just a distributor struct. Signed-off-by: Dav

Re: [dpdk-dev] [PATCH v5 3/3] net/vhost: vHost support to free consumed buffers

2017-03-01 Thread Maxime Coquelin
On 02/28/2017 07:41 AM, Yuanhan Liu wrote: On Mon, Feb 27, 2017 at 02:50:54PM +0100, Thomas Monjalon wrote: 2017-01-27 13:38, Billy McFall: Add support to the vHostdriver for the new API to force free consumed buffers on Tx ring. vHost does not cache the mbufs so there is no work to do. Sign

Re: [dpdk-dev] [PATCH v1 01/14] ring: remove split cacheline build setting

2017-03-01 Thread Olivier Matz
Hi Bruce, On Wed, 1 Mar 2017 09:47:03 +, Bruce Richardson wrote: > On Tue, Feb 28, 2017 at 11:24:25PM +0530, Jerin Jacob wrote: > > On Tue, Feb 28, 2017 at 01:52:26PM +, Bruce Richardson wrote: > > > On Tue, Feb 28, 2017 at 05:38:34PM +0530, Jerin Jacob wrote: > > > > On Tue, Feb 28,

Re: [dpdk-dev] [PATCH v1 02/14] ring: create common structure for prod and cons metadata

2017-03-01 Thread Olivier Matz
On Thu, 23 Feb 2017 17:23:55 +, Bruce Richardson wrote: > create a common structure to hold the metadata for the producer and > the consumer, since both need essentially the same information - the > head and tail values, the ring size and mask. > > Signed-off-by: Bruce Richardson > --- > li

Re: [dpdk-dev] [PATCH v1 02/14] ring: create common structure for prod and cons metadata

2017-03-01 Thread Bruce Richardson
On Wed, Mar 01, 2017 at 11:22:43AM +0100, Olivier Matz wrote: > On Thu, 23 Feb 2017 17:23:55 +, Bruce Richardson > wrote: > > create a common structure to hold the metadata for the producer and > > the consumer, since both need essentially the same information - the > > head and tail values, t

Re: [dpdk-dev] [PATCH v1 06/14] ring: remove watermark support

2017-03-01 Thread Olivier Matz
On Thu, 23 Feb 2017 17:23:59 +, Bruce Richardson wrote: > Remove the watermark support. A future commit will add support for having > enqueue functions return the amount of free space in the ring, which will > allow applications to implement their own watermark checks, while also > being more

Re: [dpdk-dev] [PATCH v1 01/14] ring: remove split cacheline build setting

2017-03-01 Thread Bruce Richardson
On Wed, Mar 01, 2017 at 11:17:53AM +0100, Olivier Matz wrote: > Hi Bruce, > > On Wed, 1 Mar 2017 09:47:03 +, Bruce Richardson > wrote: > > On Tue, Feb 28, 2017 at 11:24:25PM +0530, Jerin Jacob wrote: > > > On Tue, Feb 28, 2017 at 01:52:26PM +, Bruce Richardson wrote: > > > > On Tue, Feb

[dpdk-dev] [PATCH v2 2/2] vhost: fix max queues

2017-03-01 Thread Yuanhan Liu
0x8000 is the max virito-net queue pairs the virtio 1.0 spec claims to support. While for vhost-user, it's a different story: the max vring index could be passed by the vhost-user spec is 0xff, masked by the VHOST_USER_VRING_IDX_MASK. That said, the max queue pairs could vhost-user could supported

[dpdk-dev] [PATCH v2 1/2] vhost: fix multiple queue not being enabled for older kernels

2017-03-01 Thread Yuanhan Liu
Some macros (say VIRTIO_NET_F_MQ) are needed for enabling multiple queue, however they are introduced since kernel v3.8, meaning build error happens if we build DPDK vhost on those platforms. 71dfdbe66a66 ("vhost: fix build with kernel < 3.8") meant to fix it, but in a wrong way: it completely dis

Re: [dpdk-dev] [PATCH v1 06/14] ring: remove watermark support

2017-03-01 Thread Bruce Richardson
On Wed, Mar 01, 2017 at 11:34:57AM +0100, Olivier Matz wrote: > On Thu, 23 Feb 2017 17:23:59 +, Bruce Richardson > wrote: > > Remove the watermark support. A future commit will add support for having > > enqueue functions return the amount of free space in the ring, which will > > allow appli

Re: [dpdk-dev] [PATCH v2] tools: add tags and cscope index file generation support

2017-03-01 Thread Thomas Monjalon
2017-02-28 19:42, Jerin Jacob: > On Mon, Feb 27, 2017 at 03:18:52PM +0100, Thomas Monjalon wrote: > > 2017-01-17 14:11, Jerin Jacob: > > > This script generates cscope, gtags, and tags > > > index files based on EAL environment. > > > (architecture and OS(linux/bsd)) > > > > > > Selection of the a

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

2017-03-01 Thread Vladyslav Buslov
Prefetch both cache lines of mbuf and first cache line of payload if CONFIG_RTE_PMD_PACKET_PREFETCH is set. Signed-off-by: Vladyslav Buslov --- drivers/net/i40e/i40e_rxtx.c | 20 1 file changed, 16 insertions(+), 4 deletions(-) diff --git a/drivers/net/i40e/i40e_rxtx.c b/dr

Re: [dpdk-dev] [PATCHv7 03/47] common/dpaa2: adding qbman driver

2017-03-01 Thread Thomas Monjalon
2017-02-28 05:27, Shreyansh Jain: > From: Ferruh Yigit > > On 2/27/2017 10:01 AM, Shreyansh Jain wrote: > > > On Friday 24 February 2017 03:28 PM, Ferruh Yigit wrote: > > >> We can go with option (1) now, since these are not real APIs to user > > >> application, it can be possible to change them if

Re: [dpdk-dev] [PATCH v1 01/14] ring: remove split cacheline build setting

2017-03-01 Thread Olivier Matz
On Wed, 1 Mar 2017 10:42:58 +, Bruce Richardson wrote: > On Wed, Mar 01, 2017 at 11:17:53AM +0100, Olivier Matz wrote: > > On Wed, 1 Mar 2017 09:47:03 +, Bruce Richardson > > wrote: > > > So given that there is not much difference here, is the MIN_SIZE i.e. > > > forced 64B, your prefe

[dpdk-dev] [PATCH v2 0/1] net/mlx5: add TSO support

2017-03-01 Thread Shahaf Shuler
on v2: * Suppressed patches: [PATCH 1/4] ethdev: add Tx offload limitations. [PATCH 2/4] ethdev: add TSO disable flag. [PATCH 3/4] app/testpmd: add TSO disable to test options. * The changes introduced on the above conflict with tx_prepare API and break ABI. A proposal to disable by defaul

[dpdk-dev] [PATCH v2 1/1] net/mlx5: add hardware TSO support

2017-03-01 Thread Shahaf Shuler
Implement support for hardware TSO. Signed-off-by: Shahaf Shuler --- on v2: * Instead of exposing capability, TSO checks on data path. * PMD specific parameter to enable TSO. * different implementaion for the data path. Performance impact ~0.1-0.2Mpps --- doc/guides/nics/features/mlx5.ini

Re: [dpdk-dev] [PATCH v1 01/14] ring: remove split cacheline build setting

2017-03-01 Thread Jerin Jacob
On Wed, Mar 01, 2017 at 12:06:33PM +0100, Olivier Matz wrote: > On Wed, 1 Mar 2017 10:42:58 +, Bruce Richardson > wrote: > > On Wed, Mar 01, 2017 at 11:17:53AM +0100, Olivier Matz wrote: > > > On Wed, 1 Mar 2017 09:47:03 +, Bruce Richardson > > > wrote: > > > > So given that there is n

Re: [dpdk-dev] [PATCH] mk: optimize directory dependencies

2017-03-01 Thread Thomas Monjalon
2017-01-24 14:55, Wiles, Keith: > > On Jan 24, 2017, at 7:50 AM, Olivier MATZ wrote: > > On Tue, 24 Jan 2017 13:26:41 +, "Richardson, Bruce" > > wrote: > >> > >> Ok. Point taken for the lower-core count parts. > >> > >> Thomas - can at least one of these patches be merged into 17.02, > >> s

Re: [dpdk-dev] [PATCH 0/2] net/mlx5: add Tx offloads for tunneled packets

2017-03-01 Thread Shahaf Shuler
Wednesday, March 1, 2017 11:24 AM, Shahaf Shuler: February 28, 2017 5:54 PM, Shahaf Shuler: > > > > This patchset adds support for hardware TX offloads for tunneled packets. > > > > [PATCH 1/2] net/mlx5: add hardware checksum offload for tunnel [PATCH > > 2/2] net/mlx5: add hardware TSO support for

Re: [dpdk-dev] next technical board meeting, 2017-03-01

2017-03-01 Thread Thomas Monjalon
2017-02-21 14:11, Olivier MATZ: > Hello everyone, > > A meeting of the DPDK technical board will occur next week, on > the 1st of March 2017 at 3pm UTC (4pm France, 11pm PRC, 7am US Pacific). > The meeting takes place on the #dpdk-board channel on IRC (freenode). > > This meeting is public, so an

Re: [dpdk-dev] [PATCH] mk: optimize directory dependencies

2017-03-01 Thread Bruce Richardson
On Wed, Mar 01, 2017 at 12:25:45PM +0100, Thomas Monjalon wrote: > 2017-01-24 14:55, Wiles, Keith: > > > On Jan 24, 2017, at 7:50 AM, Olivier MATZ wrote: > > > On Tue, 24 Jan 2017 13:26:41 +, "Richardson, Bruce" > > > wrote: > > >> > > >> Ok. Point taken for the lower-core count parts. > > >

Re: [dpdk-dev] [PATCH v1 01/14] ring: remove split cacheline build setting

2017-03-01 Thread Bruce Richardson
On Wed, Mar 01, 2017 at 04:49:56PM +0530, Jerin Jacob wrote: > On Wed, Mar 01, 2017 at 12:06:33PM +0100, Olivier Matz wrote: > > On Wed, 1 Mar 2017 10:42:58 +, Bruce Richardson > > wrote: > > > On Wed, Mar 01, 2017 at 11:17:53AM +0100, Olivier Matz wrote: > > > > On Wed, 1 Mar 2017 09:47:03 +

Re: [dpdk-dev] [PATCHv7 03/47] common/dpaa2: adding qbman driver

2017-03-01 Thread Hemant Agrawal
On 3/1/2017 4:30 PM, Thomas Monjalon wrote: 2017-02-28 05:27, Shreyansh Jain: From: Ferruh Yigit On 2/27/2017 10:01 AM, Shreyansh Jain wrote: On Friday 24 February 2017 03:28 PM, Ferruh Yigit wrote: We can go with option (1) now, since these are not real APIs to user application, it can be po

Re: [dpdk-dev] [PATCH 1/2] crypto/qat: add ZUC EEA3 cipher capability

2017-03-01 Thread Trahe, Fiona
> -Original Message- > From: Kusztal, ArkadiuszX > Sent: Wednesday, March 1, 2017 7:56 AM > To: dev@dpdk.org > Cc: Trahe, Fiona ; De Lara Guarch, Pablo > ; Griffin, John ; > Jain, Deepak K ; Kusztal, ArkadiuszX > > Subject: [PATCH 1/2] crypto/qat: add ZUC EEA3 cipher capability > > This

Re: [dpdk-dev] [PATCH] mk: optimize directory dependencies

2017-03-01 Thread Olivier Matz
On Wed, 01 Mar 2017 12:25:45 +0100, Thomas Monjalon wrote: > 2017-01-24 14:55, Wiles, Keith: > > > On Jan 24, 2017, at 7:50 AM, Olivier MATZ wrote: > > > On Tue, 24 Jan 2017 13:26:41 +, "Richardson, Bruce" > > > wrote: > > >> > > >> Ok. Point taken for the lower-core count parts. > > >>

Re: [dpdk-dev] [PATCH 2/2] app/test: add ZUC EEA3 test cases to QAT test suite

2017-03-01 Thread Trahe, Fiona
> -Original Message- > From: Kusztal, ArkadiuszX > Sent: Wednesday, March 1, 2017 7:56 AM > To: dev@dpdk.org > Cc: Trahe, Fiona ; De Lara Guarch, Pablo > ; Griffin, John ; > Jain, Deepak K ; Kusztal, ArkadiuszX > > Subject: [PATCH 2/2] app/test: add ZUC EEA3 test cases to QAT test suite

[dpdk-dev] [PATCH] eventdev: remove default queue overriding

2017-03-01 Thread Harry van Haaren
PMDs that only do a specific type of scheduling cannot provide CFG_ALL_TYPES, so the Eventdev infrastructure should not demand that every PMD supports CFG_ALL_TYPES. By not overriding the default configuration of the queue as suggested by the PMD, the eventdev_common unit tests can pass on all PMD

[dpdk-dev] [PATCH v2 0/9] net/mlx5: enhance flow API

2017-03-01 Thread Nelio Laranjeiro
Changes in v2: - Send series to dev@dpdk.org This series brings: - fixes: - handle error on Queue Pair creation. - Move a free to the right function. - Uses a single RSS drop queue for dropping flows. - Enhance IPv6 filtering by adding extra fields. - support rss hash result in comb

[dpdk-dev] [PATCH v2 2/9] net/mlx5: fix resources free in the right function

2017-03-01 Thread Nelio Laranjeiro
ibv_attr should be freed in the function which allocates the memory. Fixes: 2097d0d1e2cc ("net/mlx5: support basic flow items and actions") CC: sta...@dpdk.org Signed-off-by: Nelio Laranjeiro --- drivers/net/mlx5/mlx5_flow.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/

[dpdk-dev] [PATCH v2 3/9] net/mlx5: support ether type support in flow item

2017-03-01 Thread Nelio Laranjeiro
Signed-off-by: Nelio Laranjeiro --- drivers/net/mlx5/mlx5_flow.c | 4 1 file changed, 4 insertions(+) diff --git a/drivers/net/mlx5/mlx5_flow.c b/drivers/net/mlx5/mlx5_flow.c index 0712926..d3c0661 100644 --- a/drivers/net/mlx5/mlx5_flow.c +++ b/drivers/net/mlx5/mlx5_flow.c @@ -163,6 +163,7

[dpdk-dev] [PATCH v2 1/9] net/mlx5: fix drop queue creation error

2017-03-01 Thread Nelio Laranjeiro
Creating a drop queue in mlx5 ends by creating a non polled queue, but if the associated work queue could not be created the error was not handled ending in a undefined situation. Fixes: 2097d0d1e2cc ("net/mlx5: support basic flow items and actions") CC: sta...@dpdk.org Signed-off-by: Nelio Laran

[dpdk-dev] [PATCH v2 4/9] net/mlx5: add RSS hash result with mark id

2017-03-01 Thread Nelio Laranjeiro
RSS hash and mark ID can now coexists. Signed-off-by: Nelio Laranjeiro --- drivers/net/mlx5/mlx5_rxtx.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/net/mlx5/mlx5_rxtx.c b/drivers/net/mlx5/mlx5_rxtx.c index 8f16f2f..122847d 100644 --- a/drivers/net/mlx5/mlx5_rxtx.c +++ b/drivers/ne

[dpdk-dev] [PATCH v2 5/9] net/mlx5: extend IPv6 flow item

2017-03-01 Thread Nelio Laranjeiro
This commit adds: - Vtc flow, - Protocol, - Hop limits Needs MLNX_OFED-4.0-0.0.7.0 or higher. Signed-off-by: Nelio Laranjeiro Acked-by: Adrien Mazarguil --- drivers/net/mlx5/mlx5_flow.c | 25 ++--- 1 file changed, 14 insertions(+), 11 deletions(-) diff --git a/drivers/n

[dpdk-dev] [PATCH v2 7/9] net/mlx5: prepare support for RSS action rule

2017-03-01 Thread Nelio Laranjeiro
In mlx5 PMD handling a single queue of several destination queues ends in creating the same Verbs attribute, the main difference resides in the indirection table and the RSS hash key. This helps to prepare the supports to the RSS queues by first handling the queue action has being an RSS queue wit

[dpdk-dev] [PATCH v2 9/9] net/mlx5: use an RSS drop queue

2017-03-01 Thread Nelio Laranjeiro
Having a drop queue per drop flow consumes a lot of memory and reduce the speed capabilities of the NIC to handle such cases. To avoid this and reduce memory consumption, an RSS drop queue is created for all drop flows. Signed-off-by: Nelio Laranjeiro --- drivers/net/mlx5/mlx5.h | 1 + dr

[dpdk-dev] [PATCH v2 8/9] net/mlx5: support RSS action flow rule

2017-03-01 Thread Nelio Laranjeiro
Implement a basic flow RSS action. This commits don't handle the default RSS queues already created by the control plane, this last part being huge. Any new request RSS flow request will be added using an higher priority than the default one to be sure this rule will be the one used. Default one

[dpdk-dev] [PATCH v2 6/9] net/mlx5: support flag flow action

2017-03-01 Thread Nelio Laranjeiro
This action is not terminal in this PMD, it must be followed by a queue action. Signed-off-by: Nelio Laranjeiro --- drivers/net/mlx5/mlx5_flow.c | 5 + drivers/net/mlx5/mlx5_prm.h | 7 --- drivers/net/mlx5/mlx5_rxtx.c | 19 +++ 3 files changed, 20 insertions(+), 11 del

Re: [dpdk-dev] [PATCH v2 11/15] net/avp: packet receive functions

2017-03-01 Thread Legacy, Allain
> -Original Message- > From: Bruce Richardson [mailto:bruce.richard...@intel.com] > In my experience, checkpatch ignores long lines that are due to error > messages. Perhaps you need to put the error message on a separate line, > if other things before the message are of significant size. I

Re: [dpdk-dev] [PATCH 4/5] net/vhost: remove limit of vhost TX burst size

2017-03-01 Thread Yang, Zhiyong
Hi, Maxime: > -Original Message- > From: Maxime Coquelin [mailto:maxime.coque...@redhat.com] > Sent: Wednesday, March 1, 2017 5:44 PM > To: Yang, Zhiyong ; dev@dpdk.org > Cc: yuanhan@linux.intel.com > Subject: Re: [PATCH 4/5] net/vhost: remove limit of vhost TX burst size > > > > On

Re: [dpdk-dev] [PATCH v2 02/15] net/avp: public header files

2017-03-01 Thread Legacy, Allain
> > +#ifndef RTE_AVP_ALIGNMENT > > +#define RTE_AVP_ALIGNMENT 64 > > I think we use RTE_CACHE_LINE_SIZE here? PPC and ThunderX1 targets are > cache line size of 128B We need this to stay aligned with our host compile environment so we are going to retain this as a local value instead of relying o

Re: [dpdk-dev] [PATCH v2 08/15] net/avp: device initialization

2017-03-01 Thread Legacy, Allain
> -Original Message- > From: Jerin Jacob [mailto:jerin.ja...@caviumnetworks.com] > > +/* Ethernet device validation marker */ #define > RTE_AVP_ETHDEV_MAGIC > > +0x92972862 > > I think, we don't need to add RTE_ for internal flags and PMD APIs etc. Ok, will rename. > > +/* 32-bit MMIO reg

Re: [dpdk-dev] [PATCH v2 11/15] net/avp: packet receive functions

2017-03-01 Thread Thomas Monjalon
2017-03-01 13:23, Legacy, Allain: > > -Original Message- > > From: Bruce Richardson [mailto:bruce.richard...@intel.com] > > In my experience, checkpatch ignores long lines that are due to error > > messages. Perhaps you need to put the error message on a separate line, > > if other things b

Re: [dpdk-dev] seg fault in InterVM communication using virtio

2017-03-01 Thread mitali
Hi, We have some doubt regarding virtio front end. As we are running dpdk application inside VM with virtio setup, do we need to use virtio specific functions like virtio_recv_pkts() and virtio_xmit_pkts() to receive and transmit packets, functions for port initialization like virtio_dev_queu

Re: [dpdk-dev] [PATCH v2 1/1] net/mlx5: add hardware TSO support

2017-03-01 Thread Nélio Laranjeiro
Sahaf, Some few remarks below. On Wed, Mar 01, 2017 at 01:11:42PM +0200, Shahaf Shuler wrote: > Implement support for hardware TSO. > > Signed-off-by: Shahaf Shuler > --- > on v2: > * Instead of exposing capability, TSO checks on data path. > * PMD specific parameter to enable TSO. > * diffe

Re: [dpdk-dev] [PATCH v2] mk: Provide option to set Major ABI version

2017-03-01 Thread Jan Blunck
On Wed, Mar 1, 2017 at 10:34 AM, Christian Ehrhardt wrote: > Downstreams might want to provide different DPDK releases at the same > time to support multiple consumers of DPDK linked against older and newer > sonames. > > Also due to the interdependencies that DPDK libraries can have applications

[dpdk-dev] [PATCH] net/i40e: fix error log in descriptor done function

2017-03-01 Thread Olivier Matz
It's not queue identifier but a descriptor identifier. Fixes: 4861cde46116 ("i40e: new poll mode driver") Signed-off-by: Olivier Matz --- drivers/net/i40e/i40e_rxtx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/i40e/i40e_rxtx.c b/drivers/net/i40e/i40e_rxtx.c

[dpdk-dev] [PATCH v8 01/18] lib: rename legacy distributor lib files

2017-03-01 Thread David Hunt
Move files out of the way so that we can replace with new versions of the distributor libtrary. Files are named in such a way as to match the symbol versioning that we will apply for backward ABI compatibility. Signed-off-by: David Hunt --- lib/librte_distributor/Makefile|

[dpdk-dev] [PATCH v8 0/18] distributor library performance enhancements

2017-03-01 Thread David Hunt
This patch aims to improve the throughput of the distributor library. It uses a similar handshake mechanism to the previous version of the library, in that bits are used to indicate when packets are ready to be sent to a worker and ready to be returned from a worker. One main difference is that in

[dpdk-dev] [PATCH v8 03/18] lib: add new burst oriented distributor structs

2017-03-01 Thread David Hunt
Signed-off-by: David Hunt --- lib/librte_distributor/rte_distributor_private.h | 56 1 file changed, 56 insertions(+) diff --git a/lib/librte_distributor/rte_distributor_private.h b/lib/librte_distributor/rte_distributor_private.h index 6d72f1c..d3a470e 100644 --- a/lib

[dpdk-dev] [PATCH v8 02/18] lib: create private header file

2017-03-01 Thread David Hunt
We'll be adding internal implementation definitions in here that are common to both burst and legacy APIs. Signed-off-by: David Hunt --- lib/librte_distributor/rte_distributor_private.h | 136 +++ lib/librte_distributor/rte_distributor_v20.c | 72 +--- 2 files ch

[dpdk-dev] [PATCH v8 05/18] lib: add SIMD flow matching to distributor

2017-03-01 Thread David Hunt
Add an optimised version of the in-flight flow matching algorithm using SIMD instructions. This should give up to 1.5x over the scalar versions performance. Falls back to scalar version if SSE4.2 not available Signed-off-by: David Hunt --- lib/librte_distributor/Makefile| 1

[dpdk-dev] [PATCH v8 04/18] lib: add new distributor code

2017-03-01 Thread David Hunt
This patch includes public header file which will be used once we add in the symbol versioning for v20 and v1705 APIs. Also includes v1702 header file, and code for new burst-capable distributor library. This will be re-named as rte_distributor.h later in the patch-set The new distributor code co

[dpdk-dev] [PATCH v8 07/18] lib: switch distributor over to new API

2017-03-01 Thread David Hunt
This is the main switch over between the legacy API and the new burst API. We rename all the functions in rte_distributor.c to remove the _v1705, and we add in _v20 in the rte_distributor_v20.c At the same time, we need the autotests and sample app to compile properly, hence thosie changes are in

[dpdk-dev] [PATCH v8 06/18] test/distributor: extra params for autotests

2017-03-01 Thread David Hunt
In the next few patches, we'll want to test old and new API, so here we're allowing different parameters to be passed to the tests, instead of just a distributor struct. Signed-off-by: David Hunt --- test/test/test_distributor.c | 64 +--- 1 file changed,

[dpdk-dev] [PATCH v8 09/18] lib: add symbol versioning to distributor

2017-03-01 Thread David Hunt
Also bumped up the ABI version number in the Makefile Signed-off-by: David Hunt --- lib/librte_distributor/Makefile| 2 +- lib/librte_distributor/rte_distributor.c | 8 lib/librte_distributor/rte_distributor_v20.c | 10 ++ lib/librte_distrib

[dpdk-dev] [PATCH v8 08/18] lib: make v20 header file private

2017-03-01 Thread David Hunt
Signed-off-by: David Hunt --- lib/librte_distributor/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/librte_distributor/Makefile b/lib/librte_distributor/Makefile index a812fe4..2b28eff 100644 --- a/lib/librte_distributor/Makefile +++ b/lib/librte_distributor/Makefile @@ -57,7 +57

[dpdk-dev] [PATCH v8 10/18] test: test single and burst distributor API

2017-03-01 Thread David Hunt
Signed-off-by: David Hunt --- test/test/test_distributor.c | 116 ++- 1 file changed, 82 insertions(+), 34 deletions(-) diff --git a/test/test/test_distributor.c b/test/test/test_distributor.c index 7a30513..890a852 100644 --- a/test/test/test_distributor.

[dpdk-dev] [PATCH v8 11/18] test: add perf test for distributor burst mode

2017-03-01 Thread David Hunt
Signed-off-by: David Hunt --- test/test/test_distributor_perf.c | 75 ++- 1 file changed, 51 insertions(+), 24 deletions(-) diff --git a/test/test/test_distributor_perf.c b/test/test/test_distributor_perf.c index 1dd326b..732d86d 100644 --- a/test/test/test_d

[dpdk-dev] [PATCH v8 13/18] sample: distributor: wait for ports to come up

2017-03-01 Thread David Hunt
On some machines, ports take several seconds to come up. This patch causes the app to wait. Signed-off-by: David Hunt --- examples/distributor/main.c | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/examples/distributor/main.c b/examples/distributor/main.c index 3657e5d

[dpdk-dev] [PATCH v8 12/18] examples/distributor: allow for extra stats

2017-03-01 Thread David Hunt
This will allow us to see what's going on at various stages throughout the sample app, with per-second visibility Signed-off-by: David Hunt --- examples/distributor/main.c | 139 +++- 1 file changed, 123 insertions(+), 16 deletions(-) diff --git a/example

Re: [dpdk-dev] [PATCH 1/2] net/mlx5: add hardware checksum offload for tunnel packets

2017-03-01 Thread Nélio Laranjeiro
Shahaf, See comments below, On Tue, Feb 28, 2017 at 05:53:47PM +0200, Shahaf Shuler wrote: > Prior to this commit Tx checksum offload was supported only for the > inner headers. > This commit adds support for the hardware to compute the checksum for the > outer headers as well. > > The support i

[dpdk-dev] [PATCH v8 14/18] examples/distributor: give distributor a core

2017-03-01 Thread David Hunt
Signed-off-by: David Hunt --- examples/distributor/main.c | 181 ++-- 1 file changed, 123 insertions(+), 58 deletions(-) diff --git a/examples/distributor/main.c b/examples/distributor/main.c index aeb75a8..e9ebe5e 100644 --- a/examples/distributor/main.c

[dpdk-dev] [PATCH v8 15/18] examples/distributor: limit number of Tx rings

2017-03-01 Thread David Hunt
Signed-off-by: David Hunt --- examples/distributor/main.c | 23 ++- 1 file changed, 14 insertions(+), 9 deletions(-) diff --git a/examples/distributor/main.c b/examples/distributor/main.c index e9ebe5e..cf2e826 100644 --- a/examples/distributor/main.c +++ b/examples/distribut

[dpdk-dev] [PATCH v8 16/18] examples/distributor: give Rx thread a core

2017-03-01 Thread David Hunt
This so that with the increased amount of stats we are counting, we don't interfere with the rx core. Signed-off-by: David Hunt --- examples/distributor/main.c | 50 ++--- 1 file changed, 34 insertions(+), 16 deletions(-) diff --git a/examples/distributor

[dpdk-dev] [PATCH v8 17/18] doc: distributor library changes for new burst API

2017-03-01 Thread David Hunt
Signed-off-by: David Hunt --- doc/guides/prog_guide/packet_distrib_lib.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/guides/prog_guide/packet_distrib_lib.rst b/doc/guides/prog_guide/packet_distrib_lib.rst index b5bdabb..e0adcaa 100644 --- a/doc/guides/prog_guide/packet_distrib_l

[dpdk-dev] [PATCH v8 18/18] maintainers: add to distributor lib maintainers

2017-03-01 Thread David Hunt
Signed-off-by: David Hunt --- MAINTAINERS | 1 + 1 file changed, 1 insertion(+) diff --git a/MAINTAINERS b/MAINTAINERS index 5030c1c..42eece0 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -501,6 +501,7 @@ F: doc/guides/sample_app_ug/ip_reassembly.rst Distributor M: Bruce Richardson +M: Davi

Re: [dpdk-dev] [PATCH v8 09/18] lib: add symbol versioning to distributor

2017-03-01 Thread Hunt, David
ERROR:SPACING: space prohibited before that ',' (ctx:WxW) #84: FILE: lib/librte_distributor/rte_distributor.c:172: +BIND_DEFAULT_SYMBOL(rte_distributor_get_pkt, , 17.05); ^ FYI, checkpatch does not like this regardless of whether there's a space there

Re: [dpdk-dev] [PATCH 2/2] net/mlx5: add hardware TSO support for VXLAN and GRE

2017-03-01 Thread Nélio Laranjeiro
On Tue, Feb 28, 2017 at 05:53:48PM +0200, Shahaf Shuler wrote: > This commit adds support for hardware TSO for tunneled packets. > > Signed-off-by: Shahaf Shuler > --- > drivers/net/mlx5/mlx5_ethdev.c | 4 +++- > drivers/net/mlx5/mlx5_rxtx.c | 9 + > 2 files changed, 12 insertions(+),

Re: [dpdk-dev] [PATCH v2 11/15] net/avp: packet receive functions

2017-03-01 Thread Legacy, Allain
> -Original Message- > From: Thomas Monjalon [mailto:thomas.monja...@6wind.com] > > WARNING:LONG_LINE_STRING: line over 80 characters > > #120: FILE: drivers/net/avp/avp_ethdev.c:236: > > + PMD_DRV_LOG(ERR, "Timeout while waiting for a > response for %u\n", > > > > There

Re: [dpdk-dev] [PATCH v2 11/15] net/avp: packet receive functions

2017-03-01 Thread Stephen Hemminger
On Wed, 01 Mar 2017 15:14:57 +0100 Thomas Monjalon wrote: > 2017-03-01 13:23, Legacy, Allain: > > > -Original Message- > > > From: Bruce Richardson [mailto:bruce.richard...@intel.com] > > > In my experience, checkpatch ignores long lines that are due to error > > > messages. Perhaps you n

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

2017-03-01 Thread Ravi Kerur
Hi Konstantin, Thank you for the review. RSS hash value changes could be due to merge, I didn't make that change. I will go through the changes and fix it in 'v2' patch along with RFC removed and checkpatch fix. Thanks. On Tue, Feb 28, 2017 at 2:36 AM, Ananyev, Konstantin < konstantin.anan...@i

Re: [dpdk-dev] [PATCH v2 11/15] net/avp: packet receive functions

2017-03-01 Thread Legacy, Allain
> -Original Message- > From: Stephen Hemminger [mailto:step...@networkplumber.org] > > In checkpatch source there is a regex to identify logging functions and > special > exceptions for long lines etc. But the logging functions are for kernel > (printk > etc), not DPDK logging functions

[dpdk-dev] [PATCH] crypto/scheduler: add failover scheduling mode

2017-03-01 Thread Fan Zhang
This patch adds the failover scheduling mode to scheduler crypto PMD. In this mode the 1st and 2nd slaves are used as primary and secondary slaves respectively. The scheduler will try to enqueue the incoming crypto operations to the primary slave first, and will only enqueue to the secondary slave

[dpdk-dev] [PATCH v3] proc-info: added collectd-format and host-id options.

2017-03-01 Thread Roman Korynkevych
Extended proc-info application to send DPDK port statistics to STDOUT in the format expected by collectd exec plugin. Added HOST ID option to identify the host DPDK process is running on when multiple instance of DPDK are running in parallel. This is needed for the barometer project in OPNFV. Sign

[dpdk-dev] [PATCH 0/6] get status of Rx and Tx descriptors

2017-03-01 Thread Olivier Matz
This patchset introduces a new ethdev API: - rte_eth_rx_descriptor_status() - rte_eth_tx_descriptor_status() The Rx API is aims to replace rte_eth_rx_descriptor_done() which does almost the same, but does not differentiate the case of a descriptor used by the driver (not returned to the hw). The

[dpdk-dev] [PATCH 1/6] ethdev: add descriptor status API

2017-03-01 Thread Olivier Matz
Introduce a new API to get the status of a descriptor. For Rx, it is almost similar to rx_descriptor_done API, except it differentiates "used" descriptors (which are hold by the driver and not returned to the hardware). For Tx, it is a new API. The descriptor_done() API, and probably the rx_queu

[dpdk-dev] [PATCH 2/6] net/ixgbe: implement descriptor status API

2017-03-01 Thread Olivier Matz
Signed-off-by: Olivier Matz --- drivers/net/ixgbe/ixgbe_ethdev.c | 4 +++ drivers/net/ixgbe/ixgbe_ethdev.h | 5 drivers/net/ixgbe/ixgbe_rxtx.c | 55 3 files changed, 64 insertions(+) diff --git a/drivers/net/ixgbe/ixgbe_ethdev.c b/drivers/net/ixg

[dpdk-dev] [PATCH 3/6] net/e1000: implement descriptor status API (igb)

2017-03-01 Thread Olivier Matz
Signed-off-by: Olivier Matz --- drivers/net/e1000/e1000_ethdev.h | 5 + drivers/net/e1000/igb_ethdev.c | 2 ++ drivers/net/e1000/igb_rxtx.c | 46 3 files changed, 53 insertions(+) diff --git a/drivers/net/e1000/e1000_ethdev.h b/drivers/net/e10

[dpdk-dev] [PATCH 4/6] net/e1000: implement descriptor status API (em)

2017-03-01 Thread Olivier Matz
Signed-off-by: Olivier Matz --- drivers/net/e1000/e1000_ethdev.h | 5 drivers/net/e1000/em_ethdev.c| 2 ++ drivers/net/e1000/em_rxtx.c | 49 3 files changed, 56 insertions(+) diff --git a/drivers/net/e1000/e1000_ethdev.h b/drivers/net/e100

[dpdk-dev] [PATCH 5/6] net/mlx5: implement descriptor status API

2017-03-01 Thread Olivier Matz
Since there is no "descriptor done" flag like on Intel drivers, the approach is different on mlx5 driver. - for Tx, we call txq_complete() to free descriptors processed by the hw, then we check if the descriptor is between tail and head - for Rx, we need to browse the cqes, managing compressed on

[dpdk-dev] [PATCH 6/6] net/i40e: implement descriptor status API

2017-03-01 Thread Olivier Matz
Signed-off-by: Olivier Matz --- drivers/net/i40e/i40e_ethdev.c| 2 ++ drivers/net/i40e/i40e_ethdev_vf.c | 2 ++ drivers/net/i40e/i40e_rxtx.c | 56 +++ drivers/net/i40e/i40e_rxtx.h | 4 +++ 4 files changed, 64 insertions(+) diff --git a/drivers

[dpdk-dev] [PATCH] doc: adds information related to the AVP PMD

2017-03-01 Thread Allain Legacy
Updates the documentation and feature lists for the AVP PMD device. Signed-off-by: Allain Legacy Signed-off-by: Matt Peters Acked-by: John McNamara --- MAINTAINERS| 1 + doc/guides/nics/avp.rst| 112 + doc/guides/nic

Re: [dpdk-dev] [PATCH] doc: adds information related to the AVP PMD

2017-03-01 Thread Legacy, Allain
Please ignore. Allain Legacy, Software Developer direct 613.270.2279  fax 613.492.7870 skype allain.legacy   > -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Allain Legacy > Sent: Wednesday, March 01, 2017 12:42 PM > To: thomas.monja...@6wind.com > Cc: dev@dpd

[dpdk-dev] [PATCH] devtools: add long lines to the list of options

2017-03-01 Thread Allain Legacy
The checkpatch.pl tool is flagging warnings on long debug log strings. Since splitting these strings makes it difficult to search for logs it is preferred to allow these as exceptions to the long line rule. The addition of the LONG_LINE_STRINGS to the list of exceptions will allow lines that end w

Re: [dpdk-dev] [PATCH 0/6] get status of Rx and Tx descriptors

2017-03-01 Thread Andrew Rybchenko
On 03/01/2017 08:19 PM, Olivier Matz wrote: This patchset introduces a new ethdev API: - rte_eth_rx_descriptor_status() - rte_eth_tx_descriptor_status() May be corresponding features should be added to the NICs documentation? The Rx API is aims to replace rte_eth_rx_descriptor_done() which do

Re: [dpdk-dev] [PATCH 0/6] get status of Rx and Tx descriptors

2017-03-01 Thread Stephen Hemminger
On Wed, 1 Mar 2017 18:19:06 +0100 Olivier Matz wrote: > This patchset introduces a new ethdev API: > - rte_eth_rx_descriptor_status() > - rte_eth_tx_descriptor_status() > > The Rx API is aims to replace rte_eth_rx_descriptor_done() which > does almost the same, but does not differentiate the ca

Re: [dpdk-dev] [PATCH] devtools: add long lines to the list of options

2017-03-01 Thread Stephen Hemminger
On Wed, 1 Mar 2017 12:44:19 -0500 Allain Legacy wrote: > The checkpatch.pl tool is flagging warnings on long debug log strings. > Since splitting these strings makes it difficult to search for logs it is > preferred to allow these as exceptions to the long line rule. The addition > of the LONG_L

Re: [dpdk-dev] [PATCH 1/6] ethdev: add descriptor status API

2017-03-01 Thread Andrew Rybchenko
On 03/01/2017 08:19 PM, Olivier Matz wrote: Introduce a new API to get the status of a descriptor. For Rx, it is almost similar to rx_descriptor_done API, except it differentiates "used" descriptors (which are hold by the driver and not returned to the hardware). For Tx, it is a new API. The d

Re: [dpdk-dev] [PATCH] devtools: add long lines to the list of options

2017-03-01 Thread Thomas Monjalon
2017-03-01 10:08, Stephen Hemminger: > > --- a/devtools/checkpatches.sh > > +++ b/devtools/checkpatches.sh > > @@ -45,7 +45,7 @@ options="$options > > --ignore=LINUX_VERSION_CODE,FILE_PATH_CHANGES,\ > > VOLATILE,PREFER_PACKED,PREFER_ALIGNED,PREFER_PRINTF,\ > > PREFER_KERNEL_TYPES,BIT_MACRO,CONST

  1   2   >