[dpdk-dev] maintenance on DPDK patchwork today

2018-06-05 Thread Thomas Monjalon
Hi, Patchwork will stop working during approximately one hour or hopefully less, today June 6th. It will be upgraded to patchwork 2. Sorry for the inconvenience.

Re: [dpdk-dev] [PATCH] doc: add template release notes for 18.08

2018-06-05 Thread Shreyansh Jain
On 6/5/2018 6:58 PM, Ferruh Yigit wrote: On 6/5/2018 1:36 PM, Shreyansh Jain wrote: Hello Ferruh, -Original Message- From: Ferruh Yigit [mailto:ferruh.yi...@intel.com] Sent: Tuesday, June 5, 2018 2:34 PM To: Thomas Monjalon ; dev@dpdk.org Cc: john.mcnam...@intel.com; marko.kovace...@in

[dpdk-dev] [PATCH] net/i40e: firmware status check

2018-06-05 Thread Xiaoyun Li
Check the firmware status at init time. If the status is abnormal, alert the user to exit DPDK. Signed-off-by: Xiaoyun Li --- drivers/net/i40e/i40e_ethdev.c | 10 +- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/drivers/net/i40e/i40e_ethdev.c b/drivers/net/i40e/i40e_ethdev

[dpdk-dev] [PATCH v2] doc/event: improve eventdev library documentation

2018-06-05 Thread Honnappa Nagarahalli
Add small amount of additional code, use consistent variable names across code blocks, change the image to represent queues and CPU cores intuitively. These help improve the eventdev library documentation. Signed-off-by: Honnappa Nagarahalli Reviewed-by: Gavin Hu --- v2: * Added copyright * Adde

Re: [dpdk-dev] [PATCH] doc/event: improve eventdev library documentation

2018-06-05 Thread Honnappa Nagarahalli
-Original Message- > Date: Tue, 5 Jun 2018 20:32:39 + > From: Honnappa Nagarahalli > To: "Van Haaren, Harry" , Jerin Jacob > > CC: "dev@dpdk.org" > Subject: RE: [PATCH] doc/event: improve eventdev library documentation > > > > -Original Message- > From: Van Haaren, Harr

Re: [dpdk-dev] [PATCH] doc/event: improve eventdev library documentation

2018-06-05 Thread Honnappa Nagarahalli
-Original Message- From: Jerin Jacob Sent: Tuesday, June 5, 2018 6:45 PM To: Honnappa Nagarahalli Cc: Van Haaren, Harry ; dev@dpdk.org Subject: Re: [PATCH] doc/event: improve eventdev library documentation -Original Message- > Date: Tue, 5 Jun 2018 20:32:39 + > From: Honn

Re: [dpdk-dev] [PATCH] eal: add request to map reserved physical memory

2018-06-05 Thread Scott Branden
Hi Anatoly, On 18-04-27 09:49 AM, Burakov, Anatoly wrote: On 27-Apr-18 5:30 PM, Scott Branden wrote: Hi Anatoly, We'd appreciate your input so we can come to a solution of supporting the necessary memory allocations? Hi Scott, I'm currently starting to work on a prototype that will be a

Re: [dpdk-dev] [PATCH] doc/event: improve eventdev library documentation

2018-06-05 Thread Jerin Jacob
-Original Message- > Date: Tue, 5 Jun 2018 20:32:39 + > From: Honnappa Nagarahalli > To: "Van Haaren, Harry" , Jerin Jacob > > CC: "dev@dpdk.org" > Subject: RE: [PATCH] doc/event: improve eventdev library documentation > > > > -Original Message- > From: Van Haaren, Harry

[dpdk-dev] [PATCH v2] net/qede: fix L2-handles used for RSS hash update

2018-06-05 Thread Rasesh Mody
Fix fast path array index which is used for passing L2 handles to RSS indirection table, properly distribute rxq handles for indirection table. Currently, it is using the local copy of indirection table. When the RX queue configuration changes the local copy becomes invalid. Fixes: 69d7ba88f1a1 ("

Re: [dpdk-dev] [PATCH] net/mlx5: fix error number handling

2018-06-05 Thread Yongseok Koh
> On Jun 4, 2018, at 11:52 PM, Nélio Laranjeiro > wrote: > > On Mon, Jun 04, 2018 at 10:37:31AM -0700, Yongseok Koh wrote: >> rte_errno should be saved only if error has occurred because rte_errno >> could have garbage value. >> >> Fixes: a6d83b6a9209 ("net/mlx5: standardize on negative errno v

Re: [dpdk-dev] [PATCH] doc/event: improve eventdev library documentation

2018-06-05 Thread Honnappa Nagarahalli
-Original Message- From: Van Haaren, Harry Sent: Tuesday, June 5, 2018 11:31 AM To: Jerin Jacob ; Honnappa Nagarahalli Cc: dev@dpdk.org Subject: RE: [PATCH] doc/event: improve eventdev library documentation > From: Jerin Jacob [mailto:jerin.ja...@caviumnetworks.com] > Sent: Monday, J

Re: [dpdk-dev] [PATCH] net/qede: fix L2-handles used for RSS hash update

2018-06-05 Thread Mody, Rasesh
> From: Kevin Traynor [mailto:ktray...@redhat.com] > Sent: Tuesday, June 05, 2018 9:42 AM > > On 06/05/2018 05:16 PM, Mody, Rasesh wrote: > >> From: Kevin Traynor [mailto:ktray...@redhat.com] > >> Sent: Tuesday, June 05, 2018 6:40 AM > >> > >> On 06/01/2018 06:16 PM, Rasesh Mody wrote: > >>> Fix f

Re: [dpdk-dev] [Bug 60] rte_event_port_unlink() causes subsequent events to end up in wrong port

2018-06-05 Thread Van Haaren, Harry
> From: Jerin Jacob [mailto:jerin.ja...@caviumnetworks.com] > Sent: Monday, June 4, 2018 9:20 AM > To: bugzi...@dpdk.org > Cc: dev@dpdk.org; Van Haaren, Harry ; Ma, Liang > J ; hemant.agra...@nxp.com; sunil.k...@nxp.com; > nipun.gu...@nxp.com > Subject: Re: [dpdk-dev] [Bug 60] rte_event_port_unlink

Re: [dpdk-dev] [PATCH v2 00/26] net/ena: new features and fixes

2018-06-05 Thread Ferruh Yigit
On 6/4/2018 1:09 PM, Michal Krawczyk wrote: > The ENA driver was updated with the new features and few fixes and minor > changes are introduced. > First of all, the communication layer which is delivered by vendor was > updated - the version in the HEAD is a bit outdated now. ENA is able to > commu

Re: [dpdk-dev] [PATCH] net/qede: fix L2-handles used for RSS hash update

2018-06-05 Thread Kevin Traynor
On 06/05/2018 05:16 PM, Mody, Rasesh wrote: >> From: Kevin Traynor [mailto:ktray...@redhat.com] >> Sent: Tuesday, June 05, 2018 6:40 AM >> >> On 06/01/2018 06:16 PM, Rasesh Mody wrote: >>> Fix fast path array index which is used for passing L2 handles to RSS >>> indirection table. Currently, it is

Re: [dpdk-dev] [PATCH] doc/event: improve eventdev library documentation

2018-06-05 Thread Van Haaren, Harry
> From: Jerin Jacob [mailto:jerin.ja...@caviumnetworks.com] > Sent: Monday, June 4, 2018 5:42 AM > To: Honnappa Nagarahalli > Cc: dev@dpdk.org; Van Haaren, Harry > Subject: Re: [PATCH] doc/event: improve eventdev library documentation > > -Original Message- > > Date: Thu, 31 May 2018 15:

Re: [dpdk-dev] [PATCH] net/mvpp2: check pointer before using it

2018-06-05 Thread Ferruh Yigit
On 6/4/2018 10:24 AM, Tomasz Duszynski wrote: > Avoid NULL dereference by checking pointer before using it. > > Note that the fixes tag is before the driver was renamed > to mvpp2, so the patch will not apply that far back. > > Fixes: 3588aaa68eab ("net/mrvl: fix HIF objects allocation") > > Sig

Re: [dpdk-dev] [PATCH] net/qede: fix L2-handles used for RSS hash update

2018-06-05 Thread Mody, Rasesh
> From: Kevin Traynor [mailto:ktray...@redhat.com] > Sent: Tuesday, June 05, 2018 6:40 AM > > On 06/01/2018 06:16 PM, Rasesh Mody wrote: > > Fix fast path array index which is used for passing L2 handles to RSS > > indirection table. Currently, it is using the local copy of > > indirection table.

Re: [dpdk-dev] [PATCH] eal/devargs: add option to supply pci dev args

2018-06-05 Thread Jerin Jacob
-Original Message- > Date: Tue, 5 Jun 2018 17:01:28 +0530 > From: Pavan Nikhilesh > To: jerin.ja...@caviumnetworks.com, gaetan.ri...@6wind.com, > tho...@monjalon.net > Cc: dev@dpdk.org, Pavan Nikhilesh > Subject: [dpdk-dev] [PATCH] eal/devargs: add option to supply pci dev args > X-Mail

Re: [dpdk-dev] [PATCH] net/mvpp2: convert to dynamic logging

2018-06-05 Thread Ferruh Yigit
On 6/4/2018 9:55 AM, Tomasz Duszynski wrote: > Convert mvpp2 PMD to use dynamic logging. > > Signed-off-by: Tomasz Duszynski Applied to dpdk-next-net/master, thanks.

[dpdk-dev] [RFC] ethdev: support tunnel encapsulation action

2018-06-05 Thread Ori Kam
This RFC contain proposal to add generic support for tunnel encapsulation/decapsulation. Due to the fact that there are many possible tunnel types and each tunnel type has number of header variations, there is a need for some generic command. example for tunnel headers in case of MPLSoGRE: ETH /

Re: [dpdk-dev] [PATCH 2/2] examples/ipsec-secgw: fix portmask option parsing

2018-06-05 Thread Iremonger, Bernard
Hi Konstantin, > -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Konstantin Ananyev > Sent: Tuesday, June 5, 2018 3:16 PM > To: dev@dpdk.org; dev@dpdk.org > Cc: Ananyev, Konstantin ; Nicolau, Radu > > Subject: [dpdk-dev] [PATCH 2/2] examples/ipsec-secgw: fix port

[dpdk-dev] [PATCH 2/2] examples/ipsec-secgw: fix portmask option parsing

2018-06-05 Thread Konstantin Ananyev
parse_portmask() returns both portmask value and possible error code as 32-bit integer. That causes some confusion for callers. Split error code and portmask value into two distinct variables. Also allows to run the app with unprotected_port_mask == 0. Fixes: d299106e8e31 ("examples/ipsec-secgw: a

[dpdk-dev] [PATCH 1/2] examples/ipsec-secgw: fix bypass rule processing for outbound port

2018-06-05 Thread Konstantin Ananyev
For outbound ports BYPASS rule is erroneously treated as PROTECT one with SA idx zero. Fixes: 2a5106af132b ("examples/ipsec-secgw: fix corner case for SPI value") Signed-off-by: Konstantin Ananyev --- examples/ipsec-secgw/ipsec-secgw.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-)

[dpdk-dev] [PATCH v2] doc: add suggested new feature order to release notes

2018-06-05 Thread Ferruh Yigit
Signed-off-by: Ferruh Yigit --- Cc: Shreyansh Jain v2: * Wording fixed --- doc/guides/rel_notes/release_18_08.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/guides/rel_notes/release_18_08.rst b/doc/guides/rel_notes/release_18_08.rst index 5bc23c537..bce01b550 100644 --- a/doc/g

Re: [dpdk-dev] [PATCH] net/qede: fix L2-handles used for RSS hash update

2018-06-05 Thread Kevin Traynor
On 06/01/2018 06:16 PM, Rasesh Mody wrote: > Fix fast path array index which is used for passing L2 handles to RSS > indirection table. Currently, it is using the local copy of indirection > table. When the RX queue configuration changes the local copy becomes > invalid. > > Fixes: 69d7ba88f1a1 ("

Re: [dpdk-dev] [PATCH 3/4] net/virtio: don't use simple Rx path if TCP LRO requested

2018-06-05 Thread Maxime Coquelin
On 06/04/2018 04:32 PM, Maxime Coquelin wrote: On 06/04/2018 01:59 PM, Tiwei Bie wrote: On Fri, Jun 01, 2018 at 02:47:57PM +0200, Maxime Coquelin wrote: Signed-off-by: Maxime Coquelin ---   drivers/net/virtio/virtio_ethdev.c | 3 ++-   1 file changed, 2 insertions(+), 1 deletion(-) diff -

Re: [dpdk-dev] [PATCH] doc: add suggested new feature order to release notes

2018-06-05 Thread Ferruh Yigit
On 6/5/2018 1:36 PM, Shreyansh Jain wrote: >> -Original Message- >> From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Ferruh Yigit >> Sent: Tuesday, June 5, 2018 2:52 PM >> To: John McNamara ; Marko Kovacevic >> >> Cc: dev@dpdk.org; Ferruh Yigit ; Thomas >> Monjalon >> Subject: [dpdk-d

Re: [dpdk-dev] [PATCH] doc: add template release notes for 18.08

2018-06-05 Thread Ferruh Yigit
On 6/5/2018 1:36 PM, Shreyansh Jain wrote: > Hello Ferruh, > >> -Original Message- >> From: Ferruh Yigit [mailto:ferruh.yi...@intel.com] >> Sent: Tuesday, June 5, 2018 2:34 PM >> To: Thomas Monjalon ; dev@dpdk.org >> Cc: john.mcnam...@intel.com; marko.kovace...@intel.com; Hemant Agrawal >>

Re: [dpdk-dev] [PATCH v2] net/pcap: rx_iface_in stream type support

2018-06-05 Thread Ferruh Yigit
On 6/5/2018 10:39 AM, ido goshen wrote: > Support rx of in direction packets only > Useful for apps that also tx to eth_pcap ports in order not to see them > echoed back in as rx when out direction is also captured Can you please explain the problem a little more? If you are using rx_iface and tx_

Re: [dpdk-dev] [PATCH] doc: add template release notes for 18.08

2018-06-05 Thread Shreyansh Jain
Hello Ferruh, > -Original Message- > From: Ferruh Yigit [mailto:ferruh.yi...@intel.com] > Sent: Tuesday, June 5, 2018 2:34 PM > To: Thomas Monjalon ; dev@dpdk.org > Cc: john.mcnam...@intel.com; marko.kovace...@intel.com; Hemant Agrawal > ; Shreyansh Jain > Subject: Re: [dpdk-dev] [PATCH]

Re: [dpdk-dev] [PATCH] doc: add suggested new feature order to release notes

2018-06-05 Thread Shreyansh Jain
> -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Ferruh Yigit > Sent: Tuesday, June 5, 2018 2:52 PM > To: John McNamara ; Marko Kovacevic > > Cc: dev@dpdk.org; Ferruh Yigit ; Thomas > Monjalon > Subject: [dpdk-dev] [PATCH] doc: add suggested new feature order to

[dpdk-dev] [PATCH v7] checkpatches.sh: Add checks for ABI symbol addition

2018-06-05 Thread Neil Horman
Recently, some additional patches were added to allow for programmatic marking of C symbols as experimental. The addition of these markers is dependent on the manual addition of exported symbols to the EXPERIMENTAL section of the corresponding libraries version map file. The consensus on review i

Re: [dpdk-dev] [PATCH 4/4] net/virtio: improve offload check performance

2018-06-05 Thread Tiwei Bie
On Tue, Jun 05, 2018 at 01:58:00PM +0200, Maxime Coquelin wrote: > On 06/05/2018 01:20 PM, Tiwei Bie wrote: > > On Tue, Jun 05, 2018 at 11:43:11AM +0200, Maxime Coquelin wrote: > > > On 06/05/2018 05:10 AM, Tiwei Bie wrote: > > > > On Mon, Jun 04, 2018 at 04:29:56PM +0200, Maxime Coquelin wrote: >

[dpdk-dev] DPDK techboard minutes of May 22

2018-06-05 Thread Hemant Agrawal
Meeting notes for the DPDK technical board meeting held on 2018-05-22 Attendees: - Bruce Richardson - Ferruh Yigit - Hemant Agrawal - Jerin Jacob - Konstantin Ananyev - Olivier Matz - Stephen Hemminger - Thomas Monjalon 0) Check acti

Re: [dpdk-dev] [PATCH 4/4] net/virtio: improve offload check performance

2018-06-05 Thread Maxime Coquelin
On 06/05/2018 01:20 PM, Tiwei Bie wrote: On Tue, Jun 05, 2018 at 11:43:11AM +0200, Maxime Coquelin wrote: On 06/05/2018 05:10 AM, Tiwei Bie wrote: On Mon, Jun 04, 2018 at 04:29:56PM +0200, Maxime Coquelin wrote: On 06/04/2018 01:55 PM, Tiwei Bie wrote: On Fri, Jun 01, 2018 at 02:47:58PM +0

[dpdk-dev] [PATCH] eal/devargs: add option to supply pci dev args

2018-06-05 Thread Pavan Nikhilesh
Currently, the only way of supplying device argument to a pci device is to whitelist it i.e. -w 000X:00:0X.0,self_test=1. This is not a very feasible method as whitelisting a device has its own side effects. Add a new eal command line option --pci-args to pass device args without the need to white

Re: [dpdk-dev] [PATCH] buildtools: change license to SPDX

2018-06-05 Thread Neil Horman
On Tue, Jun 05, 2018 at 01:20:25PM +0530, Hemant Agrawal wrote: > Cc: nhor...@tuxdriver.com > > Signed-off-by: Hemant Agrawal > --- > buildtools/Makefile| 33 +++-- > buildtools/pmdinfogen/Makefile | 33 +++-- > lib/librte_compa

Re: [dpdk-dev] [PATCH 4/4] net/virtio: improve offload check performance

2018-06-05 Thread Tiwei Bie
On Tue, Jun 05, 2018 at 11:43:11AM +0200, Maxime Coquelin wrote: > On 06/05/2018 05:10 AM, Tiwei Bie wrote: > > On Mon, Jun 04, 2018 at 04:29:56PM +0200, Maxime Coquelin wrote: > > > On 06/04/2018 01:55 PM, Tiwei Bie wrote: > > > > On Fri, Jun 01, 2018 at 02:47:58PM +0200, Maxime Coquelin wrote: >

[dpdk-dev] [PATCH v1 6/7] doc: add octeontx zip PMD documentation

2018-06-05 Thread Shally Verma
add zip pmd feature specification and overview documentation Signed-off-by: Ashish Gupta Signed-off-by: Shally Verma Signed-off-by: Sunila Sahu --- doc/guides/compressdevs/features/octeontx.ini | 22 + doc/guides/compressdevs/index.rst | 1 + doc/guides/compressdevs/octeontx

[dpdk-dev] [PATCH v1 7/7] drivers/compress: add meson.build support

2018-06-05 Thread Shally Verma
Add octeontx in drivers/compress/meson.build. Also change the config and drv format flags to append _compress to use compression specific format for global filenames. This also require change in compression PMDs to rename their version.map files as rte_pmd__compress.map ex. Isal should rename as r

[dpdk-dev] [PATCH v1 5/7] test: add octeontx zip PMD for compressdev tests

2018-06-05 Thread Shally Verma
link zlib pmd library in app.mk Signed-off-by: Ashish Gupta Signed-off-by: Shally Verma Signed-off-by: Sunila Sahu --- mk/rte.app.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/mk/rte.app.mk b/mk/rte.app.mk index 438f99d87..b367a552b 100644 --- a/mk/rte.app.mk +++ b/mk/rte.app.mk @@ -2

[dpdk-dev] [PATCH v1 3/7] compress/octeontx: add xform and stream create support

2018-06-05 Thread Shally Verma
implement private xform and stream create ops Signed-off-by: Ashish Gupta Signed-off-by: Shally Verma Signed-off-by: Sunila Sahu --- drivers/compress/octeontx/zip_pmd.c | 138 drivers/compress/octeontx/zipvf.h | 29 2 files changed, 167 insertio

[dpdk-dev] [PATCH v1 4/7] compress/octeontx: add ops enq deq apis

2018-06-05 Thread Shally Verma
implement enqueue and dequeue apis Signed-off-by: Ashish Gupta Signed-off-by: Shally Verma Signed-off-by: Sunila Sahu --- drivers/compress/octeontx/zip_pmd.c | 111 drivers/compress/octeontx/zipvf.c | 49 +++ drivers/compress/octeontx/zipvf.h | 164 +++

[dpdk-dev] [PATCH v1 2/7] compress/octeontx: add device setup PMD ops

2018-06-05 Thread Shally Verma
implement device configure and PMD ops. setup stream resource memory pool setup and enable hardware queue Signed-off-by: Ashish Gupta Signed-off-by: Shally Verma Signed-off-by: Sunila Sahu --- drivers/compress/octeontx/include/zip_regs.h | 721 +++ drivers/compress/octe

[dpdk-dev] [PATCH v1 0/7] compress: add Octeontx ZIP compression PMD

2018-06-05 Thread Shally Verma
This patch series add compression PMD for cavium octeontx ZIP module in DPDK compress drivers. Currently PMD only tested for deflate, stateless compression and decompression with direct memory buffers. v1 includes: Octeontx ZIP PMD implementation Confuguration and Makefile changes to build Octeont

[dpdk-dev] [PATCH v1 1/7] compress/octeontx: add octeontx zip PMD support

2018-06-05 Thread Shally Verma
Add octeontx zip pmd support in compressdev driver. Add device probe and remove support. Update makefile to build octeontx zip pmd Signed-off-by: Ashish Gupta Signed-off-by: Shally Verma Signed-off-by: Sunila Sahu --- config/common_base | 6 + drivers/compress

Re: [dpdk-dev] [PATCH 4/4] net/virtio: improve offload check performance

2018-06-05 Thread Maxime Coquelin
On 06/05/2018 05:10 AM, Tiwei Bie wrote: On Mon, Jun 04, 2018 at 04:29:56PM +0200, Maxime Coquelin wrote: On 06/04/2018 01:55 PM, Tiwei Bie wrote: On Fri, Jun 01, 2018 at 02:47:58PM +0200, Maxime Coquelin wrote: [...] @@ -253,13 +246,15 @@ virtqueue_enqueue_xmit(struct virtnet_tx *txvq, st

[dpdk-dev] [PATCH] net/ixgbe: fix tunnel type set error for FDIR

2018-06-05 Thread Wei Zhao
Tunnel type format should be translated to ixgbe required format before register set in FDIR cloud mode, Ans also some register not useful in cloud mode but only useful in IP mode should be set to zero as datasheet request. Fixes: 82fb702077f6 ("ixgbe: support new flow director modes for X550") Fi

[dpdk-dev] [PATCH] net/ixgbe: fix tunnel id format error for FDIR

2018-06-05 Thread Wei Zhao
In cloud mode for FDIR, tunnel id should be set as protocol request, the lower 8 bits should be set as reserved. Fixes: 82fb702077f6 ("ixgbe: support new flow director modes for X550") Fixes: 11777435c727 ("net/ixgbe: parse flow director filter") Signed-off-by: Wei Zhao --- drivers/net/ixgbe/ix

[dpdk-dev] [PATCH] net/ixgbe: add support for VLAN in IP mode FDIR

2018-06-05 Thread Wei Zhao
In IP mode FDIR, X550 can support not only 4 tuple parameters but also vlan tci in protocol, so add this feature to flow parser. Fixes: 11777435c727 ("net/ixgbe: parse flow director filter") Signed-off-by: Wei Zhao --- drivers/net/ixgbe/ixgbe_flow.c | 6 -- 1 file changed, 4 insertions(+),

[dpdk-dev] [PATCH] app/testpmd: fix VLAN tci mask set error for FDIR

2018-06-05 Thread Wei Zhao
The vlan tci mask should be set to 0xEFFF, not 0x0, the wrong mask will cause mask error for register set. Fixes: d9d5e6f2f0ba ("app/testpmd: set default flow director mask") Signed-off-by: Wei Zhao --- app/test-pmd/testpmd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ap

[dpdk-dev] [PATCH] net/ixgbe: add query rule stats support for FDIR

2018-06-05 Thread Wei Zhao
There are many registeres in x550 support stats of flow director filters, for example the number of added or removed rules and the number match or miss match packet count for this for port, all these important information can be read form registeres in x550 and display with command xstats. Signed-

Re: [dpdk-dev] [RFC] eventdev: event tx adapter APIs

2018-06-05 Thread Rao, Nikhil
On 6/4/2018 10:41 AM, Jerin Jacob wrote: -Original Message- Date: Fri, 1 Jun 2018 23:47:00 +0530 From: "Rao, Nikhil" To: Jerin Jacob CC: hemant.agra...@nxp.com, dev@dpdk.org, narender.vang...@intel.com, abhinandan.guj...@intel.com, gage.e...@intel.com, nikhil@intel.com Subject: R

[dpdk-dev] [PATCH] doc: add suggested new feature order to release notes

2018-06-05 Thread Ferruh Yigit
Signed-off-by: Ferruh Yigit --- doc/guides/rel_notes/release_18_08.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/guides/rel_notes/release_18_08.rst b/doc/guides/rel_notes/release_18_08.rst index 5bc23c537..4229979b2 100644 --- a/doc/guides/rel_notes/release_18_08.rst +++ b/doc/g

Re: [dpdk-dev] [PATCH] doc: add template release notes for 18.08

2018-06-05 Thread Ferruh Yigit
On 5/31/2018 10:11 PM, Thomas Monjalon wrote: > Add template release notes for DPDK 18.08 with inline > comments and explanations of the various sections. > > Signed-off-by: Thomas Monjalon <...> > +Shared Library Versions > +--- > + > +.. Update any library version updated

[dpdk-dev] [PATCH v2] net/mlx5: clean-up developer logs

2018-06-05 Thread Nelio Laranjeiro
Split maintainers logs from user logs. A lot of debug logs are present providing internal information on how the PMD works to users. Such logs should not be available for them and thus should remain available only when the PMD is compiled in debug mode. This commits removes some useless debug lo

[dpdk-dev] [PATCH v2] ethdev: add flow API to expand RSS flows

2018-06-05 Thread Nelio Laranjeiro
Introduce an helper for PMD to expand easily flows items list with RSS action into multiple flow items lists with priority information. For instance a user items list being "eth / end" with rss action types "ipv4-udp ipv6-udp end" needs to be expanded into three items lists: - eth - eth / ipv4

[dpdk-dev] [PATCH] doc: change tools guide to SPDX license

2018-06-05 Thread Hemant Agrawal
Cc: christian.ehrha...@canonical.com Signed-off-by: Hemant Agrawal --- doc/guides/tools/devbind.rst | 29 + doc/guides/tools/index.rst | 29 + doc/guides/tools/pmdinfo.rst | 28 +--- 3 files changed, 3 insertions(+

[dpdk-dev] [PATCH] buildtools: change license to SPDX

2018-06-05 Thread Hemant Agrawal
Cc: nhor...@tuxdriver.com Signed-off-by: Hemant Agrawal --- buildtools/Makefile| 33 +++-- buildtools/pmdinfogen/Makefile | 33 +++-- lib/librte_compat/Makefile | 33 +++-- 3 files changed, 9 inse

[dpdk-dev] [PATCH] doc: add SPDX and copyright to contributing guide

2018-06-05 Thread Hemant Agrawal
Signed-off-by: Hemant Agrawal --- doc/guides/contributing/cheatsheet.rst| 3 +++ doc/guides/contributing/coding_style.rst | 3 +++ doc/guides/contributing/design.rst| 3 +++ doc/guides/contributing/documentation.rst | 3 +++ doc/guides/contributing/index.rst | 3 +++ doc/guid

[dpdk-dev] [PATCH] doc: add SPDX and copyright to rel notes

2018-06-05 Thread Hemant Agrawal
using "The DPDK Contributors" as decided by techboard. Signed-off-by: Hemant Agrawal --- doc/guides/rel_notes/deprecation.rst | 3 +++ doc/guides/rel_notes/release_16_04.rst | 3 +++ doc/guides/rel_notes/release_16_07.rst | 3 +++ doc/guides/rel_notes/release_16_11.rst | 3 +++ doc/guides/rel_