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
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
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
> -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
>
> -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
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
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
> -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
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
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
> -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
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
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
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
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
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)
> > > > > > > >
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
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
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
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")
> >
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
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
> -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
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
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(+)
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
> -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
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
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
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
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
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 =
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,
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
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
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
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
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
-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
>
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
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
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
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
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
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
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
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_
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
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
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.
>
>
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")
>
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
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
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-
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
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
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
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
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
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
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/
-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
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
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
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.
>
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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 +++
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
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
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 |
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 +++
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
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
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
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
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
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/
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 ++
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
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
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
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
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
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
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
-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
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 - 100 of 174 matches
Mail list logo