> -Original Message-
> From: dev On Behalf Of Dekel Peled
> Sent: Sunday, September 16, 2018 10:38 PM
> To: wenzhuo...@intel.com; jingjing...@intel.com; bernard.iremon...@intel.com;
> dev@dpdk.org;
> olivier.m...@6wind.com; Adrien Mazarguil ; Thomas
> Monjalon
> ; ferruh.yi...@intel.co
>
> static int
> diff --git a/lib/librte_ethdev/rte_flow.h b/lib/librte_ethdev/rte_flow.h
> index f8ba71cdb..48c3c606e 100644
> --- a/lib/librte_ethdev/rte_flow.h
> +++ b/lib/librte_ethdev/rte_flow.h
> @@ -1505,6 +1505,34 @@ enum rte_flow_action_type {
>* error.
>*/
> RTE_F
> -Original Message-
> From: dev On Behalf Of Dekel Peled
> Sent: Sunday, September 16, 2018 10:38 PM
> To: wenzhuo...@intel.com; jingjing...@intel.com; bernard.iremon...@intel.com;
> dev@dpdk.org;
> olivier.m...@6wind.com; Adrien Mazarguil ; Thomas
> Monjalon
> ; ferruh.yi...@intel.co
Add support for passive device reset on IGB ports.
Signed-off-by: Gaetan Rivet
---
drivers/net/e1000/igb_ethdev.c | 29 +
1 file changed, 29 insertions(+)
diff --git a/drivers/net/e1000/igb_ethdev.c b/drivers/net/e1000/igb_ethdev.c
index 64dfe6836..4dbf46b28 100644
-
The interactive command
show port eeprom
will dump the content of the EEPROM for the selected port.
Dumping eeprom of all ports at once is not supported.
Signed-off-by: Gaetan Rivet
---
app/test-pmd/cmdline.c | 9 +++--
app/test-pmd/config.c | 32
app/
Hi,
is there a specific reason that the rx offload capability
DEV_RX_OFFLOAD_SCATTER is not available in the i40e and cxgbe drivers in
DPDK 18.08?
We previously used this feature with DPDK 17.11 to handle jumbo frames
while using 2k mbufs and it worked without a problem.
It also seems that simply
>
> diff --git a/doc/guides/testpmd_app_ug/testpmd_funcs.rst
> b/doc/guides/testpmd_app_ug/testpmd_funcs.rst
> index 638331c17..f60be0862 100644
> --- a/doc/guides/testpmd_app_ug/testpmd_funcs.rst
> +++ b/doc/guides/testpmd_app_ug/testpmd_funcs.rst
> @@ -3713,6 +3713,14 @@ This section lists suppo
This adds a new forwarding mode to testpmd to simulate
more realistic behavior of a guest machine engaged in receiving
and sending packets performing Virtual Network Function (VNF).
The goal is to enable a simple way of measuring performance impact on
cache and memory footprint utilization from va
25/07/2018 20:20, Stephen Hemminger:
> No need for profanity in comments.
>
> Signed-off-by: Stephen Hemminger
> ---
> drivers/net/bnx2x/elink.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/net/bnx2x/elink.c b/drivers/net/bnx2x/elink.c
> index 34a29373af3
26/07/2018 11:41, Burakov, Anatoly:
> On 25-Jul-18 7:20 PM, Stephen Hemminger wrote:
> > There is no need to call rte_exit and crash the application here;
> > better to let the application handle the error itself.
> >
> > Remove the gratuitous profanity which would be visible if
> > the rte_exit w
07/08/2018 16:41, Reshma Pattan:
> pdump library now uses generic multi process channel
> and it is no more dependent on the pthreads, so remove
> the dependency from the Makefile.
>
Fixes: 660098d61f57 ("pdump: use generic multi-process channel")
> CC: sta...@dpdk.org
>
> Signed-off-by: Reshma
23/08/2018 14:08, Ciara Power:
> This patch adds the patch for the collectd plugin developed for use
> with the DPDK Telemetry library. The patch is included here to allow
> users to apply the patch to collectd when using DPDK Telemetry.
> Further details on applying the collectd patch can be found
On Mon, Sep 17, 2018 at 09:58:59PM +0200, Thomas Monjalon wrote:
> 17/09/2018 21:34, Bruce Richardson:
> > On Mon, Sep 17, 2018 at 06:44:52PM +0200, Thomas Monjalon wrote:
> > > 17/09/2018 17:17, Bruce Richardson:
> > > > On Mon, Sep 17, 2018 at 03:38:58PM +0200, Thomas Monjalon wrote:
> > > > > 17
On 18-Sep-18 10:43 AM, Thomas Monjalon wrote:
26/07/2018 11:41, Burakov, Anatoly:
On 25-Jul-18 7:20 PM, Stephen Hemminger wrote:
There is no need to call rte_exit and crash the application here;
better to let the application handle the error itself.
Remove the gratuitous profanity which would
18/09/2018 12:15, Bruce Richardson:
> On Mon, Sep 17, 2018 at 09:58:59PM +0200, Thomas Monjalon wrote:
> > 17/09/2018 21:34, Bruce Richardson:
> > > On Mon, Sep 17, 2018 at 06:44:52PM +0200, Thomas Monjalon wrote:
> > > > 17/09/2018 17:17, Bruce Richardson:
> > > > > On Mon, Sep 17, 2018 at 03:38:5
Versions of meson prior to 0.47 flattened the parameters to the
"set_variable" function, which meant that the function could not take
array variables as a parameter. Therefore, we need to disable driver
tracking for those older versions, in order to maintain compatibility
with the minimum supported
lpm6: store rules in hash table for lpm6
Rework the lpm6 rule subsystem and replace
current rules algorithm complexity O(n)
with hashtables which allow dealing with
large (50k) rule sets.
Signed-off-by: Alex Kiselev
Acked-by: Bruce Richardson
---
lib/Makefile | 2 +-
lib/librte
lpm6: add incremental update on delete
rework the delete function and add additional
internal data structures to support incremental
LPM tree update rather than full tree rebuild
Signed-off-by: Alex Kiselev
Acked-by: Bruce Richardson
---
lib/librte_lpm/rte_lpm6.c | 712 ++
-Original Message-
> Date: Mon, 17 Sep 2018 18:53:43 +0800
> From: Gavin Hu
> To: dev@dpdk.org
> CC: gavin...@arm.com, honnappa.nagaraha...@arm.com,
> jerin.ja...@caviumnetworks.com, sta...@dpdk.org
> Subject: [PATCH v5] doc: add cross compile part for sample applications
> X-Mailer: git-
Hi,
I am looking at support on e1000/IGB ports, and I have used this
command to verify support. It works for fiber but not for copper.
I can see in the get_module_info callback that copper SFPs are
not supported. Same thing as the kernel driver.
Is it possible to use MDIO for dumping the SFP EEP
https://bugs.dpdk.org/show_bug.cgi?id=91
Bug ID: 91
Summary: Unable to build on Ubuntu 18.04
Product: DPDK
Version: unspecified
Hardware: x86
OS: Linux
Status: CONFIRMED
Severity: critical
Priori
>
> +/**
> + * Returns the number of unlinks in progress.
> + *
> + * This function provides the application with a method to detect when an
> + * unlink has been completed by the implementation. See
> *rte_event_port_unlink*
> + * on how to issue unlink requests.
> + *
> + * @param dev_id
> + *
Hi Gagan,
On 9/13/2018 11:38 AM, Gagandeep Singh wrote:
From: Hemant Agrawal
This patch introduces basic support for caam_jr crypto driver.
Signed-off-by: Gagandeep Singh
Signed-off-by: Hemant Agrawal
---
config/common_base| 8 +
config/common_linuxapp
++John
Hi Gagan,
Please make this patch as last patch in your patchset for v2.
On 9/13/2018 11:38 AM, Gagandeep Singh wrote:
From: Hemant Agrawal
Signed-off-by: Hemant Agrawal
---
doc/guides/cryptodevs/caam_jr.rst | 159 ++
doc/guides/cryptodevs/index.rst |
On Monday 17 September 2018 06:30 PM, Burakov, Anatoly wrote:
On 17-Sep-18 1:16 PM, Shahaf Shuler wrote:
Monday, September 17, 2018 1:07 PM, Burakov, Anatoly:
Subject: Re: [dpdk-dev] [PATCH 00/16] Support externally allocated
memory
in DPDK
On 13-Sep-18 8:44 AM, Shahaf Shuler wrote:
[...]
Hi Anoob,
On 9/17/2018 7:43 PM, Joseph, Anoob wrote:
Hi Akhil,
On 17-09-2018 17:50, Akhil Goyal wrote:
External Email
On 9/17/2018 5:12 PM, Joseph, Anoob wrote:
Hi Akhil,
On 17-09-2018 16:07, Akhil Goyal wrote:
External Email
I think it would be better to squash the makefile related chan
Hi Akhil,
On 18-09-2018 18:01, Akhil Goyal wrote:
> External Email
>
> Hi Anoob,
>
> On 9/17/2018 7:43 PM, Joseph, Anoob wrote:
>> Hi Akhil,
>>
>>
>> On 17-09-2018 17:50, Akhil Goyal wrote:
>>> External Email
>>>
>>> On 9/17/2018 5:12 PM, Joseph, Anoob wrote:
>>>
Hi Akhil,
On 17-09-2018
> > I am not saying this should be the ONLY way to do as it does not work
> > very well with non NPU/FPGA class of SoC.
> >
> > So how about making the proposed IPSec library as plugin/driver to
> > rte_security.
>
> As I mentioned above, I don't think that pushing whole IPSec data-path into
>
On 9/18/2018 6:10 PM, jos...@dpdk.org wrote:
Hi Akhil,
On 18-09-2018 18:01, Akhil Goyal wrote:
External Email
Hi Anoob,
On 9/17/2018 7:43 PM, Joseph, Anoob wrote:
Hi Akhil,
On 17-09-2018 17:50, Akhil Goyal wrote:
External Email
On 9/17/2018 5:12 PM, Joseph, Anoob wrote:
Hi Akhil,
On
On Tue, 18 Sep 2018 11:55:52 +0100
Bruce Richardson wrote:
> Versions of meson prior to 0.47 flattened the parameters to the
> "set_variable" function, which meant that the function could not take
> array variables as a parameter. Therefore, we need to disable driver
> tracking for those older ve
v4:
* Reworded DSW introduction in the documentation.
* Updated the MAINTAINERS file and the 18.11 release notes.
v3:
* Fixed incorrect headline prefixes.
* Removed dummy dsw_event_schedule() function.
* Removed redundant output buffer flush.
v2:
* Added support for Meson builds.
* Eventdev 'xsta
Allow queue- and device-level configuration for and retrieval of
contextual information from a DSW event device.
Signed-off-by: Mattias Rönnblom
---
drivers/event/dsw/dsw_evdev.c | 87 +++
drivers/event/dsw/dsw_evdev.h | 28 +++
2 files changed, 115 insert
Allow port setup and release in the DSW event device.
Signed-off-by: Mattias Rönnblom
---
drivers/event/dsw/dsw_evdev.c | 60 +++
drivers/event/dsw/dsw_evdev.h | 28
2 files changed, 88 insertions(+)
diff --git a/drivers/event/dsw/dsw_evdev.c b/d
With this patch, the DSW event device can be started and stopped,
and also supports scheduling events between ports.
Signed-off-by: Mattias Rönnblom
---
drivers/event/dsw/Makefile| 2 +-
drivers/event/dsw/dsw_evdev.c | 125
drivers/event/dsw/dsw_evdev.h | 56 ++
drivers/e
Added support for linking and unlinking ports to queues in a DSW event
device.
Signed-off-by: Mattias Rönnblom
---
drivers/event/dsw/dsw_evdev.c | 67 +++
drivers/event/dsw/dsw_evdev.h | 1 +
2 files changed, 68 insertions(+)
diff --git a/drivers/event/dsw/dsw_e
The DSW event device will now attempt to migrate (move) flows between
ports in order to balance the load.
Signed-off-by: Mattias Rönnblom
---
drivers/event/dsw/dsw_evdev.c | 27 ++
drivers/event/dsw/dsw_evdev.h | 80
drivers/event/dsw/dsw_event.c | 735 +-
This patch contains the Meson and GNU Make build system extensions
required for the Distributed Event Device, and also the initialization
code for the driver itself.
Signed-off-by: Mattias Rönnblom
---
config/common_base| 5 ++
drivers/event/Makefile
With this patch, the DSW event device will (optionally) sort the event
burst before giving it to the application. The sorting will primarily
be on queue id, and secondary on flow id.
The sorting is an attempt to optimize data and instruction cache usage
for the application, at the cost of addition
The DSW event device port now attempts to estimate its load (i.e. how
busy it is). This is required for load balancing to work (although
load balancing is not included in this patch), and may also be useful
for debugging purposes.
Signed-off-by: Mattias Rönnblom
---
drivers/event/dsw/dsw_evdev.c
The DSW event device now implements the 'xstats' interface and a
number of port- and device-level counters.
Signed-off-by: Mattias Rönnblom
---
drivers/event/dsw/Makefile | 3 +-
drivers/event/dsw/dsw_evdev.c | 5 +-
drivers/event/dsw/dsw_evdev.h | 19 +++
drivers/event/dsw/dsw_event.
The DSW event device is documented in DPDK Programmer's Guide.
The MAINTAINERS file and the 18.11 release notes are updated.
Signed-off-by: Mattias Rönnblom
---
MAINTAINERS| 5 ++
doc/guides/eventdevs/dsw.rst | 96 ++
doc/guides/eve
On 9/17/2018 10:07 PM, Yongseok Koh wrote:
>
>> On Sep 17, 2018, at 9:03 AM, Asaf Penso wrote:
>>
>> tso and vlan parameters were removed from the signature
>> of txq_mbuf_to_swp function.
>>
>> The documentation of the function was not updated accordingly.
>>
>> Remove the tso and vlan documenta
On 9/18/2018 3:22 AM, Xiaoyun Li wrote:
> For IA, the AVX2 vector path is only recommended to be used on later
> platforms (identified by AVX512 support, like SKL etc.) This is because
> performance benchmark shows downgrade when running AVX2 vector path on
> early platform (BDW/HSW) in some cases.
Signed-off-by: Hemant Agrawal
---
v3: merge the patches
doc/guides/cryptodevs/dpaa_sec.rst | 25 +-
doc/guides/eventdevs/dpaa.rst | 48 ++
doc/guides/nics/dpaa.rst | 59 +-
doc/guides/platform/dpaa.rst | 100
Signed-off-by: Hemant Agrawal
---
v3: merge the patches
doc/guides/cryptodevs/dpaa2_sec.rst | 28 +++
doc/guides/eventdevs/dpaa2.rst | 50 ++-
doc/guides/nics/dpaa2.rst | 49 ++-
doc/guides/platform/dpaa2.rst | 98 +
On 9/18/2018 6:44 AM, Beilei Xing wrote:
> Remove driver log when no interrupt event indicated
> in alarm handler for both PF and VF, otherwise there
> will be lots of prints which makes console unusable.
>
> Signed-off-by: Beilei Xing
Reviewed-by: Ferruh Yigit
14/09/2018 18:21, Luca Boccassi:
> On Fri, 2018-09-14 at 17:17 +0100, Bruce Richardson wrote:
> > For usability, the default build type in meson is static, so that
> > binaries can be run from the build directory easily. However, static
> > builds take more space, so for build-testing purposes defa
Hi,
The application must already stop and close before detaching (which
will call uninit). Quoting from the documentation:
"* Before detaching, they must be stopped and closed.
DPDK applications must call "rte_eth_dev_stop()" and
"rte_eth_dev_close()" APIs before detaching ports. These
Compiling with all warnings turned on causes errors about unused variables
and an unused label. Remove these to allow building without having to
disable those warnings.
Fixes: 69dd4c3d0898 ("net/avf: enable queue and device")
Fixes: 3fd7a3719c66 ("net/avf: enable ops for MTU setting")
Fixes: d6bde
The AVF driver was missing $(WERROR_FLAGS) in it's cflags, which means
that a number of compilation errors were getting missed. This patch adds
in the flag and fixes most of the errors, just disabling the
strict-aliasing ones.
Fixes: 22b123a36d07 ("net/avf: initialize PMD")
Fixes: 69dd4c3d0898 ("n
18/09/2018 14:44, Timothy Redaelli:
> On Tue, 18 Sep 2018 11:55:52 +0100
> Bruce Richardson wrote:
>
> > Versions of meson prior to 0.47 flattened the parameters to the
> > "set_variable" function, which meant that the function could not take
> > array variables as a parameter. Therefore, we need
The current code has the hardcoded seq for fq allocation.
It require multiple changes, when some of the interfaces
are assigned to kernel stack. Changing it on the mac
id basis provide the flexibility to assign any interface
to kernel.
Signed-off-by: Hemant Agrawal
---
drivers/net/dpaa/dpaa_ethd
Misc fixes for dpaa driver
V2: remove the unused function from map file
Add description/details in git commit logs.
Hemant Agrawal (9):
net/dpaa: configure frame queue on MAC ID basis
net/dpaa: fix jumbo buffer config
net/dpaa: implement scatter offload support
net/dpaa: minor debug
This patch implement the sg support, which can be
enabled/disabled w.r.t configuration.
Signed-off-by: Hemant Agrawal
---
drivers/net/dpaa/dpaa_ethdev.c | 62 +++---
drivers/net/dpaa/dpaa_ethdev.h | 3 +-
drivers/net/dpaa/dpaa_rxtx.c | 8 +++---
drivers/ne
Avoid return after the jumbo buffer config in dev config API
Fixes: 9658ac3a4ef6 ("net/dpaa: set the correct frame size in device MTU")
Cc: sta...@dpdk.org
Signed-off-by: Hemant Agrawal
---
drivers/net/dpaa/dpaa_ethdev.c | 10 --
1 file changed, 8 insertions(+), 2 deletions(-)
diff --g
Improving the debug message for event mode and
reducing the log level for less important log
Signed-off-by: Hemant Agrawal
---
drivers/net/dpaa/dpaa_ethdev.c | 9 +
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/drivers/net/dpaa/dpaa_ethdev.c b/drivers/net/dpaa/dpaa_ethdev
This patch add supports in bus driver for qbman to support
and configure portal based FDs, which can be used for interrupt
based processing.
Signed-off-by: Hemant Agrawal
---
drivers/bus/dpaa/base/qbman/bman_driver.c | 17 ++
drivers/bus/dpaa/base/qbman/qman.c| 52 +++
From: Sachin Saxena
The link speed shall be on the basis of mac type.
Fixes: 799db4568c76 ("net/dpaa: support device info and speed capability")
Cc: shreyansh.j...@nxp.com
Cc: sta...@dpdk.org
Signed-off-by: Sachin Saxena
---
drivers/net/dpaa/dpaa_ethdev.c | 11 +--
1 file changed, 9 i
From: Nipun Gupta
minor optimization in packet handling path
Signed-off-by: Nipun Gupta
---
drivers/bus/dpaa/base/qbman/qman.c | 15 +--
1 file changed, 5 insertions(+), 10 deletions(-)
diff --git a/drivers/bus/dpaa/base/qbman/qman.c
b/drivers/bus/dpaa/base/qbman/qman.c
index 71d
From: Nipun Gupta
Minor optimization for TX path.
Signed-off-by: Nipun Gupta
---
drivers/bus/dpaa/base/qbman/qman.c | 5 -
1 file changed, 5 deletions(-)
diff --git a/drivers/bus/dpaa/base/qbman/qman.c
b/drivers/bus/dpaa/base/qbman/qman.c
index 8730550..71da275 100644
--- a/drivers/bus/d
This is to avoid the checks in datapath and help in performance.
LS1046 has different data stash settings.
Signed-off-by: Hemant Agrawal
---
drivers/net/dpaa/dpaa_ethdev.c | 9 +--
drivers/net/dpaa/dpaa_rxtx.c | 60 +-
drivers/net/dpaa/dpaa_rxtx.h
From: Sunil Kumar Kori
This is to align the code with dpaa2 to ease out maintaince
of both driver code bases.
Signed-off-by: Sunil Kumar Kori
---
drivers/net/dpaa/dpaa_rxtx.c | 25 +
1 file changed, 13 insertions(+), 12 deletions(-)
diff --git a/drivers/net/dpaa/dpaa_r
As part of performance optimization excercise, tuning
the prefetch placement.
Signed-off-by: Hemant Agrawal
---
drivers/net/dpaa/dpaa_rxtx.c | 7 +++
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/drivers/net/dpaa/dpaa_rxtx.c b/drivers/net/dpaa/dpaa_rxtx.c
index 2c57741..c4471
Few fields in compat are giving re-defination error
with new drivers such as caam_jr.
Checks have been added.
Signed-off-by: Hemant Agrawal
---
drivers/bus/dpaa/include/compat.h | 20 ++--
1 file changed, 14 insertions(+), 6 deletions(-)
diff --git a/drivers/bus/dpaa/include/com
When the system goes out of buffers temporarily, the logs
further slow down the system. There is no need for this
continuos logs.
Signed-off-by: Hemant Agrawal
---
drivers/mempool/dpaa/dpaa_mempool.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/mempool/dpaa/dpaa_me
Hi Gagan,
On 9/13/2018 11:38 AM, Gagandeep Singh wrote:
From: Hemant Agrawal
Signed-off-by: Gagandeep Singh
Signed-off-by: Hemant Agrawal
---
drivers/crypto/caam_jr/Makefile | 6 +
drivers/crypto/caam_jr/caam_jr.c | 329 +++-
drivers/crypto/caam_jr/caam
11/09/2018 22:42, Luca Boccassi:
> Signed-off-by: Luca Boccassi
> Acked-by: Bruce Richardson
Series applied, thanks
On 9/18/2018 2:17 PM, Bruce Richardson wrote:
> Compiling with all warnings turned on causes errors about unused variables
> and an unused label. Remove these to allow building without having to
> disable those warnings.
>
> Fixes: 69dd4c3d0898 ("net/avf: enable queue and device")
> Fixes: 3fd7a37
> -Original Message-
> From: Yigit, Ferruh
> Sent: Tuesday, September 18, 2018 9:01 PM
> To: Li, Xiaoyun ; Xing, Beilei ;
> Zhang, Qi Z
> Cc: dev@dpdk.org; Yang, Zhiyong ;
> tho...@monjalon.net; Richardson, Bruce
> Subject: Re: [PATCH v7] net/i40e: add interface to use latest vec path
>
On 9/18/2018 2:17 PM, Bruce Richardson wrote:
> The AVF driver was missing $(WERROR_FLAGS) in it's cflags, which means
> that a number of compilation errors were getting missed. This patch adds
> in the flag and fixes most of the errors, just disabling the
> strict-aliasing ones.
>
> Fixes: 22b123
> -Original Message-
> From: Yigit, Ferruh
> Sent: Tuesday, September 18, 2018 9:04 PM
> To: Xing, Beilei ; Zhang, Qi Z
> Cc: dev@dpdk.org
> Subject: Re: [dpdk-dev] [PATCH v2] net/i40e: remove driver log
>
> On 9/18/2018 6:44 AM, Beilei Xing wrote:
> > Remove driver log when no interrup
Hi Gagan,
On 9/13/2018 11:38 AM, Gagandeep Singh wrote:
From: Hemant Agrawal
Signed-off-by: Gagandeep Singh
Signed-off-by: Hemant Agrawal
---
drivers/crypto/caam_jr/caam_jr.c | 100 +++-
drivers/crypto/caam_jr/caam_jr.h | 257 +++
2 files changed, 356
18/09/2018 15:31, Hemant Agrawal:
> Avoid return after the jumbo buffer config in dev config API
>
> Fixes: 9658ac3a4ef6 ("net/dpaa: set the correct frame size in device MTU")
> Cc: sta...@dpdk.org
>
> Signed-off-by: Hemant Agrawal
Thanks for adding some comments in this series.
About this fix
Hi Gagan,
On 9/13/2018 11:38 AM, Gagandeep Singh wrote:
From: Hemant Agrawal
Signed-off-by: Gagandeep Singh
Signed-off-by: Hemant Agrawal
---
drivers/crypto/caam_jr/caam_jr.c | 64
1 file changed, 64 insertions(+)
diff --git a/drivers/crypto/caam_jr/caam_
On Tue, Sep 18, 2018 at 02:51:27PM +0100, Ferruh Yigit wrote:
> On 9/18/2018 2:17 PM, Bruce Richardson wrote:
> > Compiling with all warnings turned on causes errors about unused variables
> > and an unused label. Remove these to allow building without having to
> > disable those warnings.
> >
> >
Hi Gagan,
On 9/13/2018 11:38 AM, Gagandeep Singh wrote:
The caam_jr PMD provides poll mode crypto driver
support for NXP SEC 4.x+ (CAAM) hardware accelerator.
This patch has dependancy on below patches:
http://patchwork.dpdk.org/patch/43986/
http://patchwork.dpdk.org/patch/43964/
Hemant Agrawa
> -Original Message-
> From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Ye Xiaolong
> Sent: Friday, September 14, 2018 4:42 PM
> To: Wang, Xiao W
> Cc: Bie, Tiwei ; dev@dpdk.org
> Subject: Re: [dpdk-dev] [PATCH v2] net/ifc: do not notify before HW ready
>
> Looks good to me.
>
> R
Compiling with all warnings turned on causes errors about unused variables
and an unused label. Remove these to allow building without having to
disable those warnings.
Fixes: 69dd4c3d0898 ("net/avf: enable queue and device")
Fixes: 3fd7a3719c66 ("net/avf: enable ops for MTU setting")
Fixes: d6bde
The AVF driver was missing $(WERROR_FLAGS) in it's cflags, which means
that a number of compilation errors were getting missed. This patch adds
in the flag and fixes most of the errors, just disabling the
strict-aliasing ones.
Fixes: 22b123a36d07 ("net/avf: initialize PMD")
Fixes: 69dd4c3d0898 ("n
Use same autoconf generation mechanism as the MLX4/5 PMDs
Signed-off-by: Luca Boccassi
---
drivers/net/meson.build | 1 +
drivers/net/tap/meson.build | 41 +
2 files changed, 42 insertions(+)
create mode 100644 drivers/net/tap/meson.build
diff --git a/d
Signed-off-by: Luca Boccassi
---
drivers/crypto/meson.build | 2 +-
drivers/crypto/scheduler/meson.build | 19 +++
2 files changed, 20 insertions(+), 1 deletion(-)
create mode 100644 drivers/crypto/scheduler/meson.build
diff --git a/drivers/crypto/meson.build b/driver
Signed-off-by: Luca Boccassi
---
drivers/net/avf/base/meson.build | 20
drivers/net/avf/meson.build | 19 +++
drivers/net/meson.build | 1 +
3 files changed, 40 insertions(+)
create mode 100644 drivers/net/avf/base/meson.build
create mode 1006
Signed-off-by: Luca Boccassi
---
drivers/net/meson.build | 1 +
drivers/net/vdev_netvsc/meson.build | 19 +++
2 files changed, 20 insertions(+)
create mode 100644 drivers/net/vdev_netvsc/meson.build
diff --git a/drivers/net/meson.build b/drivers/net/meson.build
inde
Signed-off-by: Luca Boccassi
Acked-by: Shahed Shaikh
---
config/rte_config.h | 3 ++
drivers/net/meson.build | 2 +-
drivers/net/qede/base/meson.build | 57 +++
drivers/net/qede/meson.build | 12 +++
4 files changed, 73 insertions(+)
Signed-off-by: Luca Boccassi
---
drivers/baseband/meson.build | 7 +++
drivers/baseband/null/meson.build | 7 +++
drivers/meson.build | 1 +
3 files changed, 15 insertions(+)
create mode 100644 drivers/baseband/meson.build
create mode 100644 drivers/baseband/null/meso
Signed-off-by: Luca Boccassi
---
drivers/event/meson.build | 2 +-
drivers/event/opdl/meson.build | 11 +++
2 files changed, 12 insertions(+), 1 deletion(-)
create mode 100644 drivers/event/opdl/meson.build
diff --git a/drivers/event/meson.build b/drivers/event/meson.build
index e
So that it can be used from Meson as well
Signed-off-by: Luca Boccassi
---
drivers/event/opdl/Makefile | 2 +-
...md_evdev_opdl_version.map => rte_pmd_opdl_event_version.map} | 0
2 files changed, 1 insertion(+), 1 deletion(-)
rename drivers/event/opdl/{rte_p
Note that the library built by meson will not have the _uio suffix:
librte_pmd_vmxnet3.so - as it follows the directory name, while the
legacy makefile rename it to librte_pmd_vmxnet3_uio.so.
Signed-off-by: Luca Boccassi
---
drivers/net/meson.build | 4 +++-
drivers/net/vmxnet3/meson.bu
On Thu, 2018-09-13 at 17:16 +0100, Luca Boccassi wrote:
> Signed-off-by: Luca Boccassi
> ---
> drivers/net/meson.build | 4 +++-
> drivers/net/vmxnet3/meson.build | 18 ++
> 2 files changed, 21 insertions(+), 1 deletion(-)
> create mode 100644 drivers/net/vmxnet3/meson.b
On Tue, 18 Sep 2018 11:40:28 +0200
Thomas Monjalon wrote:
> 25/07/2018 20:20, Stephen Hemminger:
> > No need for profanity in comments.
> >
> > Signed-off-by: Stephen Hemminger
> > ---
> > drivers/net/bnx2x/elink.c | 4 ++--
> > 1 file changed, 2 insertions(+), 2 deletions(-)
> >
> > diff --g
On 18-Sep-18 1:29 PM, Shreyansh Jain wrote:
On Monday 17 September 2018 06:30 PM, Burakov, Anatoly wrote:
On 17-Sep-18 1:16 PM, Shahaf Shuler wrote:
Monday, September 17, 2018 1:07 PM, Burakov, Anatoly:
Subject: Re: [dpdk-dev] [PATCH 00/16] Support externally allocated
memory
in DPDK
On 13-S
On Tue, Sep 18, 2018 at 04:00:12PM +0100, Luca Boccassi wrote:
> On Thu, 2018-09-13 at 17:16 +0100, Luca Boccassi wrote:
> > Signed-off-by: Luca Boccassi
> > ---
> > drivers/net/meson.build | 4 +++-
> > drivers/net/vmxnet3/meson.build | 18 ++
> > 2 files changed, 21 ins
On 9/14/2018 3:45 AM, Jerin Jacob wrote:
> -Original Message-
>> Date: Thu, 13 Sep 2018 23:45:31 +
>> From: Honnappa Nagarahalli
>> To: Jerin Jacob
>> CC: Ola Liljedahl , "Kokkilagadda, Kiran"
>> , "Gavin Hu (Arm Technology China)"
>> , Ferruh Yigit , "Jacob, Jerin"
>> , "dev@dpdk
On 9/12/2018 12:29 AM, Dan Gora wrote:
> Set the carrier state to 'off' when the interface is instantiated
> or when it is marked 'up' or 'down'. This is necessary to set the
> interface to a known operational state until the carrier state is
> changed with rte_kni_update_link().
Why setting to n
On 9/13/2018 10:46 PM, Dan Gora wrote:
> Modify kni_net_ioctl() to return -EOPNOTSUPP for all ioctls instead
> of 0.
>
> This is necessary because the Wicked (and possibly other) network
> interface managers will perform the SIOCGIWNAME ioctl to check if
> the interface is a wireless interface. I
On 9/18/2018 7:33 PM, Thomas Monjalon wrote:
18/09/2018 15:31, Hemant Agrawal:
Avoid return after the jumbo buffer config in dev config API
Fixes: 9658ac3a4ef6 ("net/dpaa: set the correct frame size in device MTU")
Cc: sta...@dpdk.org
Signed-off-by: Hemant Agrawal
Thanks for adding some c
On 9/18/2018 5:15 PM, Ferruh Yigit wrote:
> On 9/12/2018 12:29 AM, Dan Gora wrote:
>> Set the carrier state to 'off' when the interface is instantiated
>> or when it is marked 'up' or 'down'. This is necessary to set the
>> interface to a known operational state until the carrier state is
>> chang
On 9/12/2018 12:29 AM, Dan Gora wrote:
> Add a new API function to KNI, rte_kni_update_link() to allow DPDK
> applications to update the link status for KNI network interfaces in
> the linux kernel.
>
> Signed-off-by: Dan Gora
+1 to sysfs implementation.
But right now this API is not used at al
This series is prepared on top of following patchset;
https://mails.dpdk.org/archives/dev/2018-September/111379.html
v4 changes
- introduce the table meter profile check in softnic pipeline table meter
profile add function (rte_eth_softnic_thread.c)
- change the table action check function to mo
Implement meter profile add function.
Signed-off-by: Jasvinder Singh
---
drivers/net/softnic/rte_eth_softnic.c | 3 +
drivers/net/softnic/rte_eth_softnic_internals.h | 31 ++
drivers/net/softnic/rte_eth_softnic_meter.c | 122 +++-
3 files changed, 155 ins
1 - 100 of 139 matches
Mail list logo