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
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:
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
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
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
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
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 +
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
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
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_
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_
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
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
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,
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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.
> > >
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 +
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
> -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
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.
> > >>
> -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
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
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
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/
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
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
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
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
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
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
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
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
> -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
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
> > +#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
> -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
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
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
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
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
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
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|
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
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
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
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
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
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
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,
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
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
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.
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
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
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
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
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
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
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
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
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
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
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(+),
> -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
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
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
> -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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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 - 100 of 148 matches
Mail list logo