Re: [dpdk-dev] [dpdk-stable] [PATCH v2 2/2] net/mlx5: fix allocation when no memory on device NUMA node

2018-01-22 Thread Olivier Matz
Hi Shahaf, On Sun, Jan 21, 2018 at 06:58:09AM +, Shahaf Shuler wrote: > Friday, January 19, 2018 6:25 PM, Olivier Matz: > on the same numa node than the device, it is > > preferable to fallback on another socket instead of failing. > > > > Fixes: 1e3a39f72d5d ("net/mlx5: allocate verbs object

Re: [dpdk-dev] [PATCH v9 0/3] support c11 memory model barrier in librte_ring

2018-01-22 Thread Olivier Matz
On Mon, Jan 22, 2018 at 08:53:01AM +0100, Thomas Monjalon wrote: > 22/01/2018 05:41, Jia He: > > Changelog: > > V9: remove the SPDX tag and refine commit logs > > Why did you remove the SPDX tag? > > You need to fix the licensing issue. > BSD-2-Clause is uncommon in DPDK. > Thomas, The licensi

Re: [dpdk-dev] [PATCH v9 0/3] support c11 memory model barrier in librte_ring

2018-01-22 Thread Olivier Matz
On Mon, Jan 22, 2018 at 09:26:49AM +0100, Olivier Matz wrote: > On Mon, Jan 22, 2018 at 08:53:01AM +0100, Thomas Monjalon wrote: > > 22/01/2018 05:41, Jia He: > > > Changelog: > > > V9: remove the SPDX tag and refine commit logs > > > > Why did you remove the SPDX tag? > > > > You need to fix the

Re: [dpdk-dev] [PATCH v9 0/3] support c11 memory model barrier in librte_ring

2018-01-22 Thread Hemant Agrawal
> -Original Message- > From: Thomas Monjalon [mailto:tho...@monjalon.net] > Sent: Monday, January 22, 2018 1:23 PM > To: Jia He > Cc: dev@dpdk.org; Hemant Agrawal ; Jerin > Jacob ; Jianbo Liu > ; Jan Viktorin ; Olivier > Matz ; konstantin.anan...@intel.com; > bruce.richard...@intel.com >

Re: [dpdk-dev] [PATCH] ring: convert license headers to SPDX tags

2018-01-22 Thread Hemant Agrawal
> -Original Message- > From: Jia He [mailto:hejia...@gmail.com] > Sent: Monday, January 22, 2018 12:44 PM > To: dev@dpdk.org; Olivier Matz ; Hemant > Agrawal > Cc: Jia He ; Jia He > Subject: [PATCH] ring: convert license headers to SPDX tags > Importance: High > > Signed-off-by: Jia He

[dpdk-dev] [Bug 11] core dumped (SW)

2018-01-22 Thread bugzilla
https://dpdk.org/tracker/show_bug.cgi?id=11 Bug ID: 11 Summary: core dumped (SW) Product: DPDK Version: unspecified Hardware: x86 OS: Linux Status: CONFIRMED Severity: minor Priority: Normal

[dpdk-dev] [PATCH] net/mlx5: use PCI BDF as the port name

2018-01-22 Thread Yuanhan Liu
It is suggested to use PCI BDF to identify a port for port addition in OVS-DPDK. While mlx5 has its own naming style: name it by ib dev name. This breaks the typical OVS DPDK use case and brings more puzzle to the end users. To fix it, this patch changes it to use PCI BDF as the name, too. Also, a

Re: [dpdk-dev] [PATCH] examples/ipsec-secgw: try end in flow actions before fail

2018-01-22 Thread De Lara Guarch, Pablo
> -Original Message- > From: Nicolau, Radu > Sent: Thursday, January 18, 2018 4:08 PM > To: dev@dpdk.org > Cc: De Lara Guarch, Pablo ; Doherty, > Declan ; akhil.go...@nxp.com; Nicolau, Radu > > Subject: [PATCH] examples/ipsec-secgw: try end in flow actions before fail > > After trying R

[dpdk-dev] [PATCH] event/opdl: rework loops to comply with dpdk style

2018-01-22 Thread Harry van Haaren
This commit reworks the loop counter variable declarations to be in line with the DPDK source code. Fixes: 3c7f3dcfb099 ("event/opdl: add PMD main body and helper function") Fixes: 8ca8e3b48eff ("event/opdl: add event queue config get/set") Fixes: d548ef513cd7 ("event/opdl: add unit tests") Cc: l

Re: [dpdk-dev] [PATCH v3 7/7] app/testpmd: adjust ethdev port ownership

2018-01-22 Thread Gaëtan Rivet
Hi Matan, On Sat, Jan 20, 2018 at 06:14:13PM +, Matan Azrad wrote: > > > > > > > @@ -1394,7 +1394,7 @@ struct cmd_config_speed_all { > > > > > > > &link_speed) < 0) > > > > > > > return; > > > > > > > > > > > > > > - RTE_ETH_FOREACH_DEV(pid) { > > > > > > > + RTE

Re: [dpdk-dev] [PATCH v3] net/ixgbe: check security enable bits

2018-01-22 Thread Ananyev, Konstantin
> -Original Message- > From: Nicolau, Radu > Sent: Thursday, January 18, 2018 12:47 PM > To: dev@dpdk.org > Cc: Yigit, Ferruh ; Lu, Wenzhuo > ; Ananyev, Konstantin ; > Zhao, XinfengX ; De Lara Guarch, Pablo > ; Zhang, Helin > ; Nicolau, Radu > Subject: [PATCH v3] net/ixgbe: check secur

Re: [dpdk-dev] [PATCH] event/opdl: rework loops to comply with dpdk style

2018-01-22 Thread Liang, Ma
On 22 Jan 10:04, Harry van Haaren wrote: > This commit reworks the loop counter variable declarations > to be in line with the DPDK source code. > > Fixes: 3c7f3dcfb099 ("event/opdl: add PMD main body and helper function") > Fixes: 8ca8e3b48eff ("event/opdl: add event queue config get/set") > Fixe

Re: [dpdk-dev] [PATCH v2 1/4] net/virtio: fix queue flushing with vector Rx enabled

2018-01-22 Thread Olivier Matz
On Mon, Jan 22, 2018 at 10:56:41AM +0800, Tiwei Bie wrote: > On Fri, Jan 19, 2018 at 04:55:53PM +0100, Olivier Matz wrote: > > When using vector Rx mode (use_simple_rx = 1), vq->vq_descx[] is not > > kept up to date. To properly detach the mbufs in this case, browse > > sw_ring[] instead, as it's d

[dpdk-dev] IXGBE VF on KVM - Transmit stalled after switch reboot

2018-01-22 Thread sujith sankar
Hi, We are seeing a stall in packet transmission from VF after a network switch (Nexus 9000) restart. The packets sent out on ixgbe-vf are not seen on the wire. Is this expected when the switch restarts? Is a re-init of VF expected from PMD? The application, which is based on DPDK 16.04, is ru

[dpdk-dev] [PATCH v1] mk: support building with renamed makefile

2018-01-22 Thread Marko Kovacevic
The build system made a recursive call to "make" after creating the build directory. This recursive call used the hard-coded filename "Makefile", which prevented builds from working if the file was renamed and make called using "make -f". Taking the filename from MAKEFILES_LIST make variable fixes

Re: [dpdk-dev] [PATCH v3 7/7] app/testpmd: adjust ethdev port ownership

2018-01-22 Thread Matan Azrad
Hi Gaetan From: Gaëtan Rivet, Monday, January 22, 2018 12:17 PM > Hi Matan, > > On Sat, Jan 20, 2018 at 06:14:13PM +, Matan Azrad wrote: > > > > > > > > > > > @@ -1394,7 +1394,7 @@ struct cmd_config_speed_all { > > > > > > > > &link_speed) < 0) > > > > > > > >

[dpdk-dev] [PATCH v2 3/3] crypto/dpaa_sec: support for scatter gather

2018-01-22 Thread Akhil Goyal
Signed-off-by: Alok Makhariya Signed-off-by: Akhil Goyal Acked-by: Hemant Agrawal --- doc/guides/cryptodevs/features/dpaa_sec.ini | 1 + drivers/crypto/dpaa_sec/dpaa_sec.c | 501 +-- test/test/test_cryptodev.c | 10 + test/test/test_crypto

[dpdk-dev] [PATCH v2 2/3] crypto/dpaa2_sec: support for scatter gather

2018-01-22 Thread Akhil Goyal
Signed-off-by: Alok Makhariya Signed-off-by: Akhil Goyal Acked-by: Hemant Agrawal --- doc/guides/cryptodevs/features/dpaa2_sec.ini | 1 + drivers/crypto/dpaa2_sec/dpaa2_sec_dpseci.c | 588 +-- test/test/test_cryptodev.c | 10 + test/test/test_crypto

[dpdk-dev] [PATCH v2 1/3] doc: update feature list for cryptodevs

2018-01-22 Thread Akhil Goyal
Signed-off-by: Akhil Goyal --- changes in v2: separated the default.ini change from the dpaa2_sec patch. doc/guides/cryptodevs/features/aesni_gcm.ini | 1 + doc/guides/cryptodevs/features/default.ini | 1 + doc/guides/cryptodevs/features/null.ini | 1 + doc/guides/cryptodevs/features/open

Re: [dpdk-dev] [PATCH] net/mlx5: fix all multi verification code position

2018-01-22 Thread Shahaf Shuler
Thursday, January 18, 2018 1:03 AM, Yongseok Koh: > > On Jan 11, 2018, at 1:25 AM, Nelio Laranjeiro > wrote: > > > > All multi code should not be handled in exit part of the code but in > > the mainline of the function. > > > > Fixes: 4241d84c0a32 ("net/mlx5: fix flow type for allmulti rules") > >

[dpdk-dev] [PATCH v5 1/2] build: add support for ARM builds

2018-01-22 Thread Pavan Nikhilesh
From: Bruce Richardson Add files to enable compiling for ARM cross builds. This can be tested by doing a cross-compile for armv8-a type using the linaro gcc toolchain. meson arm-build --cross-file aarch64_cross.txt ninja -C arm-build where aarch64_cross.txt contained the followi

[dpdk-dev] [PATCH v5 2/2] build: add support for detecting march on ARM

2018-01-22 Thread Pavan Nikhilesh
Added support for detecting march and mcpu by reading midr_el1 register. The implementer, primary part number values read can be used to figure out the underlying arm cpu. Signed-off-by: Pavan Nikhilesh --- app/test-pmd/meson.build| 2 +- config/arm/armv8_machine.py | 18 + config/a

Re: [dpdk-dev] [PATCH v2 1/3] doc: update feature list for cryptodevs

2018-01-22 Thread De Lara Guarch, Pablo
> -Original Message- > From: Akhil Goyal [mailto:akhil.go...@nxp.com] > Sent: Monday, January 22, 2018 8:47 AM > To: dev@dpdk.org > Cc: De Lara Guarch, Pablo ; > hemant.agra...@nxp.com; alok.makhar...@nxp.com; Griffin, John > ; Trahe, Fiona ; Jain, > Deepak K ; Doherty, Declan > ; Akhil G

[dpdk-dev] [PATCH 1/2] net/mrvl: switch to the new Rx offload API

2018-01-22 Thread Tomasz Duszynski
Since the old Rx offload API is now depracated update the driver to use the latest one. Signed-off-by: Tomasz Duszynski --- drivers/net/mrvl/mrvl_ethdev.c | 73 ++ 1 file changed, 59 insertions(+), 14 deletions(-) diff --git a/drivers/net/mrvl/mrvl_ethdev

[dpdk-dev] [PATCH 0/2] switch to the new Rx/Tx offloads API

2018-01-22 Thread Tomasz Duszynski
This patch series replaces the old Rx/Tx offload API with the new API. Tomasz Duszynski (2): net/mrvl: switch to the new Rx offload API net/mrvl: switch to the new Tx offload API drivers/net/mrvl/mrvl_ethdev.c | 125 ++--- 1 file changed, 106 insertions(+)

[dpdk-dev] [PATCH 2/2] net/mrvl: switch to the new Tx offload API

2018-01-22 Thread Tomasz Duszynski
Since the old Tx offload API was depracated update the driver to use the latest one. Signed-off-by: Tomasz Duszynski --- drivers/net/mrvl/mrvl_ethdev.c | 52 ++ 1 file changed, 47 insertions(+), 5 deletions(-) diff --git a/drivers/net/mrvl/mrvl_ethdev.c b

Re: [dpdk-dev] [PATCH v2 1/3] doc: update feature list for cryptodevs

2018-01-22 Thread De Lara Guarch, Pablo
> -Original Message- > From: Akhil Goyal [mailto:akhil.go...@nxp.com] > Sent: Monday, January 22, 2018 8:47 AM > To: dev@dpdk.org > Cc: De Lara Guarch, Pablo ; > hemant.agra...@nxp.com; alok.makhar...@nxp.com; Griffin, John > ; Trahe, Fiona ; Jain, > Deepak K ; Doherty, Declan > ; Akhil G

Re: [dpdk-dev] [PATCH 1/5] net/bnxt: fix size of tx ring in HW

2018-01-22 Thread Ferruh Yigit
On 1/22/2018 6:20 AM, Ajit Khaparde wrote: > During Tx ring allocation, the actual ring size configured in the HW > ends up being twice the number of txd parameter specified to the driver. > The power of 2 ring size wrongly adds a +1 while sending the ring > create command to the FW. > > Fixes: 6e

Re: [dpdk-dev] [PATCH 2/5] net/bnxt: use driver specific dynamic log type

2018-01-22 Thread Ferruh Yigit
On 1/22/2018 6:20 AM, Ajit Khaparde wrote: > This patch implements driver specific log type doing away with > usage of RTE_LOG() for logging. > Signed-off-by: Ajit Khaparde <...> > @@ -3433,6 +3434,16 @@ bool is_bnxt_supported(struct rte_eth_dev *dev) > return is_device_supported(dev, &bnx

Re: [dpdk-dev] [PATCH 5/5] net/bnxt: Support for rx/tx_queue_start/stop ops

2018-01-22 Thread Ferruh Yigit
On 1/22/2018 6:20 AM, Ajit Khaparde wrote: > Currently this is implemented entirely in the PMD as there is no explicit > support in the HW. Re-program the RSS Table without this queue on stop > and add it back to the table on start. > > Signed-off-by: Somnath Kotur > Signed-off-by: Ajit Khaparde

[dpdk-dev] [PATCH] ethdev: move internal callback list definition

2018-01-22 Thread David Marchand
This structure is not exposed through public apis, we should just move it to the core header. Signed-off-by: David Marchand Reviewed-by: Ferruh Yigit --- lib/librte_ether/rte_ethdev.h | 4 lib/librte_ether/rte_ethdev_core.h | 4 2 files changed, 4 insertions(+), 4 deletions(-) d

Re: [dpdk-dev] [PATCH 4/5] net/bnxt: check if MAC address is all zeros

2018-01-22 Thread Ferruh Yigit
On 1/22/2018 6:20 AM, Ajit Khaparde wrote: > In certain cases the MAC address of a port could be all zeros. > Catch it early, log a message and fail the initiaization. > > Signed-off-by: Ajit Khaparde <...> > @@ -3247,6 +3247,16 @@ bnxt_dev_init(struct rte_eth_dev *eth_dev) > rc =

Re: [dpdk-dev] [PATCH v3 7/7] app/testpmd: adjust ethdev port ownership

2018-01-22 Thread Ananyev, Konstantin
Hi lads, > > Hi Matan, > > On Fri, Jan 19, 2018 at 01:35:10PM +, Matan Azrad wrote: > > Hi Konstantin > > > > From: Ananyev, Konstantin, Friday, January 19, 2018 3:09 PM > > > > -Original Message- > > > > From: Matan Azrad [mailto:ma...@mellanox.com] > > > > Sent: Friday, January 19,

Re: [dpdk-dev] [PATCH v5 2/2] build: add support for detecting march on ARM

2018-01-22 Thread Bruce Richardson
On Mon, Jan 22, 2018 at 05:16:49PM +0530, Pavan Nikhilesh wrote: > Added support for detecting march and mcpu by reading midr_el1 register. > The implementer, primary part number values read can be used to figure > out the underlying arm cpu. > > Signed-off-by: Pavan Nikhilesh > --- > app/test-p

[dpdk-dev] [Bug 12] Request for submit in Kernel Upstream

2018-01-22 Thread bugzilla
https://dpdk.org/tracker/show_bug.cgi?id=12 Bug ID: 12 Summary: Request for submit in Kernel Upstream Product: DPDK Version: unspecified Hardware: All OS: Linux Status: CONFIRMED Severity: normal

[dpdk-dev] [PATCH v3 1/2] net/mlx5: fix return value of start operation

2018-01-22 Thread Olivier Matz
On error, mlx5_dev_start() does not return a negative value as it is supposed to do. The consequence is that the application (ex: testpmd) does not notice that the port is not started and begins the rxtx on an uninitialized port, which crashes. Fixes: e1016cb73383 ("net/mlx5: fix Rx interrupts man

[dpdk-dev] [PATCH v3 2/2] net/mlx5: fix allocation when no memory on device NUMA node

2018-01-22 Thread Olivier Matz
When no memory is available on the same numa node than the device, the initialization of the device fails. However, the use case where the cores and memory are on a different socket than the device is valid, even if not optimal. To fix this issue, this commit introduces an infrastructure to select

Re: [dpdk-dev] [PATCH v5 2/2] build: add support for detecting march on ARM

2018-01-22 Thread Pavan Nikhilesh
On Mon, Jan 22, 2018 at 12:30:53PM +, Bruce Richardson wrote: > On Mon, Jan 22, 2018 at 05:16:49PM +0530, Pavan Nikhilesh wrote: > > Added support for detecting march and mcpu by reading midr_el1 register. > > The implementer, primary part number values read can be used to figure > > out the un

Re: [dpdk-dev] [PATCH] build: add support for vendor specific ARM cross builds

2018-01-22 Thread Jerin Jacob
-Original Message- > Date: Fri, 19 Jan 2018 17:35:57 + > From: Bruce Richardson > To: Pavan Nikhilesh > CC: jerin.ja...@caviumnetworks.com, harry.van.haa...@intel.com, > tho...@monjalon.net, dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH] build: add support for vendor specific ARM >

Re: [dpdk-dev] [PATCH 4/6] ethdev: introduce TX common tunnel offloads

2018-01-22 Thread Olivier Matz
Hi, On Tue, Jan 16, 2018 at 07:06:15PM +, Shahaf Shuler wrote: > Hi Oliver, Xueming, > > Tuesday, January 16, 2018 7:29 PM, Xueming(Steven) Li: > > > Hi Xueming, > > > > > > On Tue, Jan 09, 2018 at 10:11:08PM +0800, Xueming Li wrote: > > > > */ > > > > #define DEV_TX_OFFLOAD_SECURITY

Re: [dpdk-dev] [PATCH] examples: update copyright and license

2018-01-22 Thread Olivier Matz
On Wed, Jan 17, 2018 at 02:39:09PM +, Lee Daly wrote: > This updates the license on files in examples to be the standard > BSD-3-Clause license used for the rest of DPDK, > bringing the files in compliance with the DPDK licensing policy. > > Signed-off-by: Lee Daly For the 6WIND copyright pa

Re: [dpdk-dev] mbuf vlan_tci validity unclear

2018-01-22 Thread Olivier Matz
Hi Morten, On Wed, Jan 17, 2018 at 10:20:53PM +0100, Morten Brørup wrote: > In rte_mbuf.h, the description of the PKT_RX_VLAN flag (lines 93-94) says that > mbuf->vlan_tci contains the VLAN TCI if the flag is set; however, the > description of the vlan_tci field (line 513) says that the > PKT_RX_V

Re: [dpdk-dev] mbuf TX VLAN flags should be renamed

2018-01-22 Thread Olivier Matz
On Wed, Jan 17, 2018 at 10:23:06PM +0100, Morten Brørup wrote: > PKT_RX_VLAN_PKT and PKT_RX_QINQ_PKT were renamed to PKT_RX_VLAN and > PKT_RX_QINQ somewhere between DPDK version 16.07 and version 17.11. > > Shouldn’t PKT_TX_VLAN_PKT and PKT_TX_QINQ_PKT follow the same naming > convention and get ri

Re: [dpdk-dev] [PATCH] mbuf: remove void pointer cast

2018-01-22 Thread Olivier Matz
On Fri, Jan 19, 2018 at 06:18:13PM +0800, Zhiyong Yang wrote: > It is unnecessary to cast from void * to struct rte_mbuf *, > the change can make code clearer. > > Signed-off-by: Zhiyong Yang Acked-by: Olivier Matz Zhihong, for next time please prefix the patch with "PATCH v2" and use --in-rep

[dpdk-dev] [RFC 1/3] lib/security: set/retrieve per packet protocol metadata

2018-01-22 Thread Anoob Joseph
This patch enables the application to set & retrieve per packet protocol parameters like seq no, which is required in case of protocol offload. The ability to set/retrieve such data is PMD dependent and the application is expected to use "mdata_flags" while using such fields. Retrieving the sequen

[dpdk-dev] [RFC 0/3] set protocol specific metadata using set_pkt_metadata API

2018-01-22 Thread Anoob Joseph
This series adds support for setting & retrieving per packet protocol specific metadata. This is primarily required by the application to monitor sequence number overflows in inline protocol processing. The feature is added to the existing set_pkt_metadata API. The existing API passes all argument

[dpdk-dev] [RFC 2/3] net/ixgbe: use structure for passing metadata

2018-01-22 Thread Anoob Joseph
Using structure to pass metadata Signed-off-by: Anoob Joseph --- drivers/net/ixgbe/ixgbe_ipsec.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/drivers/net/ixgbe/ixgbe_ipsec.c b/drivers/net/ixgbe/ixgbe_ipsec.c index 85305c6..6c8d6b4 100644 --- a/drivers/net/ixgbe/ixgbe_

[dpdk-dev] [RFC 3/3] examples/ipsec-secgw: support for setting seq no

2018-01-22 Thread Anoob Joseph
Adding support for setting sequence number for inline protocol processed packets. Signed-off-by: Anoob Joseph --- examples/ipsec-secgw/esp.h | 9 + examples/ipsec-secgw/ipsec.c | 42 -- 2 files changed, 45 insertions(+), 6 deletions(-) diff --g

Re: [dpdk-dev] [PATCH] examples: update copyright and license

2018-01-22 Thread Hemant Agrawal
I will suggest to avoid this kind of patch with so many different copyrights. You need to break it into several patches with different copyright category. Simple rules: 1. You can add SPDX for any company copyright patches - without removing the license text. 2. if you are modifying or removing

Re: [dpdk-dev] [PATCH v3] cmdline: fix dynamic tokens parsing

2018-01-22 Thread Olivier Matz
On Sat, Jan 20, 2018 at 02:16:10AM +0800, Xueming Li wrote: > When using dynamic tokens, the result buffer contains pointers to some > location inside the result buffer. When the content of the temporary > buffer is copied in the final one, these pointers still point to the > temporary buffer. > >

Re: [dpdk-dev] [PATCH] cmdline: avoid garbage in unused fields of parsed result

2018-01-22 Thread Olivier Matz
On Sat, Jan 20, 2018 at 11:26:31AM +0800, Xueming Li wrote: > The result buffer was not initialized before parsing, inducing garbage > in unused fields or padding of the parsed structure. > > Initialize the result buffer each time before parsing. > > Fixes: af75078fece3 ("first public release") >

[dpdk-dev] [PATCH v2] build: add support for vendor specific ARM cross builds

2018-01-22 Thread Pavan Nikhilesh
Add various vendor specific cross build targets. This can be verified by using linaro toolchain and running meson build --cross-file config/arm/arch64_armv8__cross In future more cross build targets can be added. Signed-off-by: Pavan Nikhilesh --- v2 Changes: - rename cross file name

Re: [dpdk-dev] [PATCH] eal: fix a memory leak in regexp log level set API

2018-01-22 Thread Olivier Matz
On Sun, Jan 21, 2018 at 05:05:10PM +, Andrew Rybchenko wrote: > From: Ivan Malov > > Fixes: a5279180f510 ("eal: change several log levels matching a regexp") > Cc: sta...@dpdk.org > > Signed-off-by: Ivan Malov > Signed-off-by: Andrew Rybchenko Acked-by: Olivier Matz

Re: [dpdk-dev] [PATCH v3 7/7] app/testpmd: adjust ethdev port ownership

2018-01-22 Thread Matan Azrad
Hi From: Ananyev, Konstantin [mailto:konstantin.anan...@intel.com] > Hi lads, > > > > > Hi Matan, > > > > On Fri, Jan 19, 2018 at 01:35:10PM +, Matan Azrad wrote: > > > Hi Konstantin > > > > > > From: Ananyev, Konstantin, Friday, January 19, 2018 3:09 PM > > > > > -Original Message-

Re: [dpdk-dev] [PATCH v5 1/7] eal: prefix mbuf pool ops name with user defined

2018-01-22 Thread Olivier Matz
On Sat, Jan 20, 2018 at 11:45:02AM +0530, Hemant Agrawal wrote: > This patch prefix the mbuf pool ops name with "user" to indicate > that it is user defined. > > Signed-off-by: Hemant Agrawal Acked-by: Olivier Matz

Re: [dpdk-dev] [PATCH v5 2/7] mbuf: maintain user and compile time mempool ops name

2018-01-22 Thread Olivier Matz
On Sat, Jan 20, 2018 at 11:45:03AM +0530, Hemant Agrawal wrote: > This patch change the logic to maintain the value of > user defined and compile time i.e. RTE_MBUF_DEFAULT_MEMPOOL_OPS. > > The pktmbuf_create_pool is updated to reflect the same. > > Signed-off-by: Hemant Agrawal Acked-by: Olivi

Re: [dpdk-dev] [PATCH v5 3/7] mbuf: add pool ops name selection API helpers

2018-01-22 Thread Olivier Matz
On Sat, Jan 20, 2018 at 11:45:04AM +0530, Hemant Agrawal wrote: > This patch add support for various mempool ops config helper APIs. > > 1.User defined mempool ops > 2.Platform detected HW mempool ops (active). > 3.Best selection of mempool ops by looking into user defined, > platform registered

Re: [dpdk-dev] [PATCH v5 1/7] eal: prefix mbuf pool ops name with user defined

2018-01-22 Thread Hemant Agrawal
On 1/20/2018 11:45 AM, Hemant Agrawal wrote: This patch prefix the mbuf pool ops name with "user" to indicate that it is user defined. Signed-off-by: Hemant Agrawal --- lib/librte_eal/bsdapp/eal/eal.c | 4 ++-- lib/librte_eal/common/eal_internal_cfg.h | 3 ++- lib/librte_eal/linuxa

Re: [dpdk-dev] [PATCH v5 4/7] mbuf: pktmbuf pool create helper for specific mempool ops

2018-01-22 Thread Olivier Matz
On Sat, Jan 20, 2018 at 11:45:05AM +0530, Hemant Agrawal wrote: > Introduce a new helper for pktmbuf pool, which will allow > the application to optionally specify the mempool ops name > as well. > > Signed-off-by: Hemant Agrawal Acked-by: Olivier Matz

Re: [dpdk-dev] [PATCH v5 5/7] app/testpmd: set preferred mempool as default pktpool

2018-01-22 Thread Olivier Matz
On Sat, Jan 20, 2018 at 11:45:06AM +0530, Hemant Agrawal wrote: > From: Pavan Nikhilesh > > Set the mempool preferred by the ethernet devices as default mbuf > mempool before creating the pktpool. > > Signed-off-by: Pavan Nikhilesh > Signed-off-by: Hemant Agrawal Reviewed-by: Olivier Matz

Re: [dpdk-dev] [PATCH v6 05/14] net/dpaa2: use ethdev linkstatus helper functions

2018-01-22 Thread Shreyansh Jain
On Monday 22 January 2018 12:29 AM, Ferruh Yigit wrote: From: Stephen Hemminger Use new helper function to update the link status. Signed-off-by: Stephen Hemminger Signed-off-by: Ferruh Yigit --- v6: * Use correct APIs * Keep logic exact same, only use new APIs to get/set link --- drivers/

Re: [dpdk-dev] [PATCH v2] build: add support for vendor specific ARM cross builds

2018-01-22 Thread Jerin Jacob
-Original Message- > Date: Mon, 22 Jan 2018 18:44:50 +0530 > From: Pavan Nikhilesh > To: jerin.ja...@caviumnetworks.com, bruce.richard...@intel.com, > harry.van.haa...@intel.com, herbert.g...@arm.com, hemant.agra...@nxp.com > Cc: dev@dpdk.org, Pavan Nikhilesh > Subject: [dpdk-dev] [PATCH

[dpdk-dev] [PATCH] lib/librte_flow_classify: fix memory leak issue

2018-01-22 Thread Jasvinder Singh
Free allocated memory of the rule if not added to the table. Fixes: 50bdac5916d9 ("flow_classify: remove table id parameter from API") Coverity issue: 257032 Signed-off-by: Jasvinder Singh --- lib/librte_flow_classify/rte_flow_classify.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/l

Re: [dpdk-dev] [PATCH v5 2/2] build: add support for detecting march on ARM

2018-01-22 Thread Bruce Richardson
On Mon, Jan 22, 2018 at 06:07:18PM +0530, Pavan Nikhilesh wrote: > On Mon, Jan 22, 2018 at 12:30:53PM +, Bruce Richardson wrote: > > On Mon, Jan 22, 2018 at 05:16:49PM +0530, Pavan Nikhilesh wrote: > > > Added support for detecting march and mcpu by reading midr_el1 > > > register. The impleme

Re: [dpdk-dev] [PATCH v2] build: add support for vendor specific ARM cross builds

2018-01-22 Thread Bruce Richardson
On Mon, Jan 22, 2018 at 06:44:50PM +0530, Pavan Nikhilesh wrote: > Add various vendor specific cross build targets. > This can be verified by using linaro toolchain and running > > meson build --cross-file config/arm/arch64_armv8__cross > > In future more cross build targets can be added. >

[dpdk-dev] Minutes of tech-board meeting 2018-1-17

2018-01-22 Thread Jerin Jacob
Date: 17 Jan 2018 Attendees: Bruce Richardson, Ferruh Yigit, Hemant Agrawal, Jerin Jacob, Konstantin Ananyev, Olivier Matz, Thomas Monjalon Yuanhan Liu Absent: Stephen Hemminger Topic: Anatoly's request for discussing the DPDK dynamic memory allocation patches * mail thread: http://dpdk.org/ml

Re: [dpdk-dev] [PATCH v2] build: add support for vendor specific ARM cross builds

2018-01-22 Thread Pavan Nikhilesh
On Mon, Jan 22, 2018 at 02:12:05PM +, Bruce Richardson wrote: > On Mon, Jan 22, 2018 at 06:44:50PM +0530, Pavan Nikhilesh wrote: > > Add various vendor specific cross build targets. > > This can be verified by using linaro toolchain and running > > > > meson build --cross-file config/arm/ar

Re: [dpdk-dev] [PATCH v4 2/4] drivers/net: add drivers for Cavium NICs to meson build

2018-01-22 Thread Bruce Richardson
On Fri, Jan 19, 2018 at 11:45:19PM +0530, Pavan Nikhilesh wrote: > Add Cavium octeontx and thunder nicvf to meson build infrastructure. > > Signed-off-by: Pavan Nikhilesh Acked-by: Bruce Richardson NOTE: the NIC drivers should be kept in alphebetical order, but I'll fix that on apply of this se

Re: [dpdk-dev] [PATCH v4 1/4] drivers/mempool: add octeontx mempool driver to meson build

2018-01-22 Thread Bruce Richardson
On Fri, Jan 19, 2018 at 11:45:18PM +0530, Pavan Nikhilesh wrote: > Add octeontx hardware mempool driver to meson build. > > Signed-off-by: Pavan Nikhilesh > Acked-by: Bruce Richardson > --- Set applied to dpdk-next-build [with minor fixups for compilation due to rebasing and not having ARM pat

Re: [dpdk-dev] [PATCH v6 1/7] eal: prefix mbuf pool ops name with user defined

2018-01-22 Thread santosh
On Monday 22 January 2018 07:21 PM, Hemant Agrawal wrote: > This patch prefix the mbuf pool ops name with "user" to indicate > that it is user defined. > > Signed-off-by: Hemant Agrawal > Acked-by: Olivier Matz > --- Acked-by: Santosh Shukla

Re: [dpdk-dev] [PATCH v5 2/2] build: add support for detecting march on ARM

2018-01-22 Thread Pavan Nikhilesh
On Mon, Jan 22, 2018 at 02:09:28PM +, Bruce Richardson wrote: > On Mon, Jan 22, 2018 at 06:07:18PM +0530, Pavan Nikhilesh wrote: > > On Mon, Jan 22, 2018 at 12:30:53PM +, Bruce Richardson wrote: > > > On Mon, Jan 22, 2018 at 05:16:49PM +0530, Pavan Nikhilesh wrote: > > > > Added support for

Re: [dpdk-dev] [PATCH v6 2/7] mbuf: maintain user and compile time mempool ops name

2018-01-22 Thread santosh
On Monday 22 January 2018 07:21 PM, Hemant Agrawal wrote: > This patch change the logic to maintain the value of > user defined and compile time i.e. RTE_MBUF_DEFAULT_MEMPOOL_OPS. > > The pktmbuf_create_pool is updated to reflect the same. > > Signed-off-by: Hemant Agrawal > Acked-by: Olivier Mat

Re: [dpdk-dev] [PATCH] lib/librte_flow_classify: fix memory leak issue

2018-01-22 Thread Ferruh Yigit
On 1/22/2018 2:14 PM, Jasvinder Singh wrote: > Free allocated memory of the rule if not added to the table. > > Coverity issue: 257032 > Fixes: 50bdac5916d9 ("flow_classify: remove table id parameter from API") > > Signed-off-by: Jasvinder Singh Reviewed-by: Ferruh Yigit > --- > lib/librte_f

Re: [dpdk-dev] [PATCH v2] build: add support for vendor specific ARM cross builds

2018-01-22 Thread Pavan Nikhilesh
On Mon, Jan 22, 2018 at 07:10:53PM +0530, Jerin Jacob wrote: > -Original Message- > > Date: Mon, 22 Jan 2018 18:44:50 +0530 > > From: Pavan Nikhilesh > > To: jerin.ja...@caviumnetworks.com, bruce.richard...@intel.com, > > harry.van.haa...@intel.com, herbert.g...@arm.com, hemant.agra...@nx

Re: [dpdk-dev] [PATCH v6 3/7] mbuf: add pool ops name selection API helpers

2018-01-22 Thread santosh
On Monday 22 January 2018 07:21 PM, Hemant Agrawal wrote: > This patch add support for various mempool ops config helper APIs. > > 1.User defined mempool ops > 2.Platform detected HW mempool ops (active). > 3.Best selection of mempool ops by looking into user defined, > platform registered and c

Re: [dpdk-dev] [PATCH v6 4/7] mbuf: pktmbuf pool create helper for specific mempool ops

2018-01-22 Thread santosh
On Monday 22 January 2018 07:21 PM, Hemant Agrawal wrote: > Introduce a new helper for pktmbuf pool, which will allow > the application to optionally specify the mempool ops name > as well. > > Signed-off-by: Hemant Agrawal > Acked-by: Olivier Matz > --- Acked-by: Santosh Shukla

Re: [dpdk-dev] [PATCH v6 5/7] app/testpmd: set preferred mempool as default pktpool

2018-01-22 Thread santosh
On Monday 22 January 2018 07:21 PM, Hemant Agrawal wrote: > From: Pavan Nikhilesh > > Set the mempool preferred by the ethernet devices as default mbuf > mempool before creating the pktpool. > > Signed-off-by: Pavan Nikhilesh > Signed-off-by: Hemant Agrawal > Reviewed-by: Olivier Matz > --- A

Re: [dpdk-dev] [PATCH] net/mlx5: remmap UAR address for multiple process

2018-01-22 Thread Nélio Laranjeiro
Hi Xueming, On Fri, Jan 19, 2018 at 11:08:54PM +0800, Xueming Li wrote: > UAR(doorbell) is hw resources that have to be same address between > primary and secondary process, failed to mmap UAR will make TX packets > invisible to HW. > Today, UAR address returned from verbs api is mixed in heap and

Re: [dpdk-dev] [PATCH v2] meson: add tests to build

2018-01-22 Thread Bruce Richardson
On Wed, Dec 20, 2017 at 12:06:21PM +, Kevin Laatz wrote: > This commit adds most of the remaining tests to the meson build. > They can be run using test binary as normal. > > Signed-off-by: Kevin Laatz > > --- > v2: > Added the test names for the added tests. > --- > test/test/meson.bui

[dpdk-dev] [PATCH] app/testpmd: fix dereference null return valiue

2018-01-22 Thread Jasvinder Singh
Malloc() function might return NULL due to insufficient space. Therefore, check for handling memory allocation failure is added. Coverity issue: 257039 Fixes: e63b50162aa3 ("app/testpmd: clean metering and policing commands") Signed-off-by: Jasvinder Singh --- app/test-pmd/cmdline_mtr.c | 6 +++

[dpdk-dev] [PATCH v6 3/7] mbuf: add pool ops name selection API helpers

2018-01-22 Thread Hemant Agrawal
This patch add support for various mempool ops config helper APIs. 1.User defined mempool ops 2.Platform detected HW mempool ops (active). 3.Best selection of mempool ops by looking into user defined, platform registered and compile time configured. Signed-off-by: Hemant Agrawal Acked-by: Oliv

[dpdk-dev] [PATCH v6 7/7] dpaa2: register dpaa2 as platform HW mempool on runtime

2018-01-22 Thread Hemant Agrawal
Detect if the DPAA2 mempool objects are present and register it as platform default hw mempool Signed-off-by: Hemant Agrawal --- config/defconfig_arm64-dpaa2-linuxapp-gcc | 1 - drivers/bus/fslmc/portal/dpaa2_hw_dpbp.c | 3 +++ drivers/bus/fslmc/portal/dpaa2_hw_pvt.h | 2 ++ drivers/mempool/d

[dpdk-dev] [PATCH v6 1/7] eal: prefix mbuf pool ops name with user defined

2018-01-22 Thread Hemant Agrawal
This patch prefix the mbuf pool ops name with "user" to indicate that it is user defined. Signed-off-by: Hemant Agrawal Acked-by: Olivier Matz --- lib/librte_eal/bsdapp/eal/eal.c| 4 ++-- lib/librte_eal/common/eal_common_options.c | 2 +- lib/librte_eal/common/eal_internal_cfg.h |

[dpdk-dev] [PATCH v6 4/7] mbuf: pktmbuf pool create helper for specific mempool ops

2018-01-22 Thread Hemant Agrawal
Introduce a new helper for pktmbuf pool, which will allow the application to optionally specify the mempool ops name as well. Signed-off-by: Hemant Agrawal Acked-by: Olivier Matz --- lib/librte_mbuf/rte_mbuf.c | 23 +-- lib/librte_mbuf/rte_mbuf.h | 42 +++

[dpdk-dev] [PATCH v6 2/7] mbuf: maintain user and compile time mempool ops name

2018-01-22 Thread Hemant Agrawal
This patch change the logic to maintain the value of user defined and compile time i.e. RTE_MBUF_DEFAULT_MEMPOOL_OPS. The pktmbuf_create_pool is updated to reflect the same. Signed-off-by: Hemant Agrawal Acked-by: Olivier Matz --- lib/librte_eal/common/eal_common_options.c | 2 +- lib/librte_m

[dpdk-dev] [PATCH v6 6/7] dpaa: register dpaa as platform HW mempool on runtime

2018-01-22 Thread Hemant Agrawal
Signed-off-by: Hemant Agrawal --- config/defconfig_arm64-dpaa-linuxapp-gcc | 1 - drivers/bus/dpaa/dpaa_bus.c | 2 ++ drivers/bus/dpaa/rte_dpaa_bus.h | 2 ++ drivers/mempool/dpaa/dpaa_mempool.c | 2 +- 4 files changed, 5 insertions(+), 2 deletions(-) diff --git a/confi

[dpdk-dev] [PATCH v6 5/7] app/testpmd: set preferred mempool as default pktpool

2018-01-22 Thread Hemant Agrawal
From: Pavan Nikhilesh Set the mempool preferred by the ethernet devices as default mbuf mempool before creating the pktpool. Signed-off-by: Pavan Nikhilesh Signed-off-by: Hemant Agrawal Reviewed-by: Olivier Matz --- app/test-pmd/testpmd.c | 3 +++ 1 file changed, 3 insertions(+) diff --git

[dpdk-dev] [PATCH v6 0/7] Dynamic HW Mempool Detection Support

2018-01-22 Thread Hemant Agrawal
W.r.t the multiple discussions in the past about the ability to dynamically detect the HW mempool support. [1],[2] & [3] This patchset helps in removing the current static mempool selection model and provides a flexible model to select the pktmbuf mempool in more dynamic way. 1) This patchset upd

[dpdk-dev] [PATCH v6 1/4] build: add support for ARM builds

2018-01-22 Thread Pavan Nikhilesh
From: Bruce Richardson Add files to enable compiling for ARM native/cross builds. This can be tested by doing a cross-compile for armv8-a type using the linaro gcc toolchain. meson arm-build --cross-file aarch64_cross.txt ninja -C arm-build where aarch64_cross.txt contained the

[dpdk-dev] [PATCH v6 2/4] build: add support for detecting march on ARM

2018-01-22 Thread Pavan Nikhilesh
Added support for detecting march and mcpu by reading midr_el1 register. The implementer, primary part number values read can be used to figure out the underlying arm cpu. Signed-off-by: Pavan Nikhilesh --- app/test-eventdev/meson.build | 2 +- app/test-pmd/meson.build | 2 +- config/arm/

[dpdk-dev] [PATCH v6 3/4] build: add support for vendor specific ARM cross builds

2018-01-22 Thread Pavan Nikhilesh
Add various vendor specific cross build targets. This can be verified by using linaro toolchain and running meson build --cross-file config/arm/arm64___ In future more cross build targets can be added. Signed-off-by: Pavan Nikhilesh --- config/arm/arm64_armv8_linuxapp_gcc| 10 ++

[dpdk-dev] [PATCH] doc: add release note entry for meson build

2018-01-22 Thread Bruce Richardson
Signed-off-by: Bruce Richardson --- doc/guides/rel_notes/release_18_02.rst | 14 ++ 1 file changed, 14 insertions(+) diff --git a/doc/guides/rel_notes/release_18_02.rst b/doc/guides/rel_notes/release_18_02.rst index 00b3224f3..cba8275a4 100644 --- a/doc/guides/rel_notes/release_18_0

[dpdk-dev] [PATCH v6 4/4] doc: add instructions to cross compile using meson

2018-01-22 Thread Pavan Nikhilesh
Signed-off-by: Pavan Nikhilesh --- doc/build-sdk-meson.txt | 27 +++ 1 file changed, 27 insertions(+) diff --git a/doc/build-sdk-meson.txt b/doc/build-sdk-meson.txt index b5573f7a7..9618e759e 100644 --- a/doc/build-sdk-meson.txt +++ b/doc/build-sdk-meson.txt @@ -150,6 +15

[dpdk-dev] [PATCH] app/testpmd: fix dereference null return valiue

2018-01-22 Thread Jasvinder Singh
Calloc() function might returns NULL due to insufficient space. Therefore, check for handling memory allocation failure is added. Coverity issue: 257030 Fixes: 5b590fbe09b6 ("app/testpmd: add traffic management forwarding mode") Signed-off-by: Jasvinder Singh --- app/test-pmd/tm.c | 4 1 f

[dpdk-dev] [PATCH] build: make compat a universal dependency

2018-01-22 Thread Bruce Richardson
By making "compat" lib (which consists of a header only) a dependency of the EAL, we make the header file available to all other libs, drivers and apps, and thereby make it less work to do ABI versioning. Signed-off-by: Bruce Richardson --- drivers/net/bonding/meson.build| 2 +- lib/librte_d

[dpdk-dev] [PATCH] net/octeontx: register fpa as platform HW mempool

2018-01-22 Thread Pavan Nikhilesh
Register octeontx-fpavf as platform HW mempool when net/octeontx pmd is used. Signed-off-by: Pavan Nikhilesh --- This patch depends on http://dpdk.org/dev/patchwork/patch/34239 patchset. drivers/net/octeontx/octeontx_ethdev.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/net/o

Re: [dpdk-dev] [PATCH v3 1/3] kni: support for MAC addr change

2018-01-22 Thread Ferruh Yigit
On 1/22/2018 5:20 AM, Hemant Agrawal wrote: > Hi Ferruh, > > On 1/22/2018 3:37 AM, Ferruh Yigit wrote: >> On 1/18/2018 6:12 AM, Hemant Agrawal wrote: >>> This patch adds following: >>> 1. Option to configure the mac address during create. Generate random >>>address only if the user has not pro

Re: [dpdk-dev] [PATCH v6 1/4] build: add support for ARM builds

2018-01-22 Thread Bruce Richardson
On Mon, Jan 22, 2018 at 08:56:29PM +0530, Pavan Nikhilesh wrote: > From: Bruce Richardson > > Add files to enable compiling for ARM native/cross builds. > This can be tested by doing a cross-compile for armv8-a type using > the linaro gcc toolchain. > > meson arm-build --cross-file aarch

Re: [dpdk-dev] [PATCH v6 1/4] build: add support for ARM builds

2018-01-22 Thread Jerin Jacob
-Original Message- > Date: Mon, 22 Jan 2018 20:56:29 +0530 > From: Pavan Nikhilesh > To: jerin.ja...@caviumnetworks.com, bruce.richard...@intel.com, > harry.van.haa...@intel.com, herbert.g...@arm.com, hemant.agra...@nxp.com > Cc: dev@dpdk.org, Pavan Nikhilesh > Subject: [dpdk-dev] [PATCH

Re: [dpdk-dev] [PATCH v6 1/4] build: add support for ARM builds

2018-01-22 Thread Bruce Richardson
On Mon, Jan 22, 2018 at 09:50:04PM +0530, Jerin Jacob wrote: > -Original Message- > > Date: Mon, 22 Jan 2018 20:56:29 +0530 > > From: Pavan Nikhilesh > > To: jerin.ja...@caviumnetworks.com, bruce.richard...@intel.com, > > harry.van.haa...@intel.com, herbert.g...@arm.com, hemant.agra...@nx

  1   2   >