Re: [dpdk-dev] [PATCH v2 1/3] eal/arm64: add 128-bit atomic compare exchange

2019-06-23 Thread Jerin Jacob Kollanukkaran
> -Original Message- > From: Phil Yang > Sent: Sunday, June 23, 2019 8:46 AM > To: dev@dpdk.org > Cc: tho...@monjalon.net; Jerin Jacob Kollanukkaran ; > hemant.agra...@nxp.com; honnappa.nagaraha...@arm.com; > gavin...@arm.com; n...@arm.com; gage.e...@intel.com > Subject: [EXT] [PATCH v2 1/

Re: [dpdk-dev] [PATCH] [RFC] ethdev: support flow aging

2019-06-23 Thread Jerin Jacob Kollanukkaran
> -Original Message- > From: Matan Azrad > Sent: Tuesday, June 18, 2019 11:27 AM > To: Jerin Jacob Kollanukkaran ; Adrien Mazarguil > ; dev@dpdk.org > Subject: [EXT] RE: [PATCH] [RFC] ethdev: support flow aging > > Hi Jerin Hi Matan, > > From: Jerin Jacob > > Sent: Thursday, June 6, 2

[dpdk-dev] [PATCH v6 2/3] net/ice: add generic flow API

2019-06-23 Thread Qiming Yang
This patch adds ice_flow_create, ice_flow_destroy, ice_flow_flush and ice_flow_validate support, these are used to handle all the generic filters. Signed-off-by: Qiming Yang --- drivers/net/ice/Makefile | 1 + drivers/net/ice/ice_ethdev.c | 44 +++ drivers/net/ice/ice_ethdev.h

[dpdk-dev] [PATCH v6 3/3] net/ice: add UDP tunnel port support

2019-06-23 Thread Qiming Yang
Enabled UDP tunnel port add and delete functions. Signed-off-by: Qiming Yang --- drivers/net/ice/ice_ethdev.c | 54 1 file changed, 54 insertions(+) diff --git a/drivers/net/ice/ice_ethdev.c b/drivers/net/ice/ice_ethdev.c index 8ee06d1..949d293 10064

[dpdk-dev] [PATCH v6 1/3] net/ice: enable switch filter

2019-06-23 Thread Qiming Yang
From: wei zhao The patch enables the backend of rte_flow. It transfers rte_flow_xxx to device specific data structure and configures packet process engine's binary classifier (switch) properly. Signed-off-by: Wei Zhao --- drivers/net/ice/Makefile| 1 + drivers/net/ice/ice_ethdev.

[dpdk-dev] [PATCH v6 0/3] Enable rte_flow API in ice driver

2019-06-23 Thread Qiming Yang
This patch set enables the backend of rte_flow, and the generic filter related functions in ice driver. Supported flows include ipv4, tcpv4, udpv4, ipv6, tcpv6, udpv6, tunnel, etc. This patch set depends on shared code update. --- v2 changes: - added UDP tunnel port support. - fixed compile issu

Re: [dpdk-dev] [PATCH] eventdev: fix doxygen comment

2019-06-23 Thread Rao, Nikhil
Hi Jerin, > -Original Message- > From: jer...@marvell.com [mailto:jer...@marvell.com] > Sent: Wednesday, June 19, 2019 1:33 PM > To: dev@dpdk.org; Jerin Jacob > Cc: sta...@dpdk.org; Rao, Nikhil > Subject: [dpdk-dev] [PATCH] eventdev: fix doxygen comment > > From: Jerin Jacob > > Updat

Re: [dpdk-dev] [PATCH v8 1/1] eventdev: add new software event timer adapter

2019-06-23 Thread Jerin Jacob Kollanukkaran
> -Original Message- > From: dev On Behalf Of Erik Gabriel Carrillo > Sent: Wednesday, June 19, 2019 9:56 PM > To: jerin.ja...@caviumnetworks.com > Cc: mattias.ronnb...@ericsson.com; pbhagavat...@caviumnetworks.com; > honnappa.nagaraha...@arm.com; dev@dpdk.org > Subject: [dpdk-dev] [PATCH

Re: [dpdk-dev] [RFC] app/testpmd: add profiling for Rx/Tx burst routines

2019-06-23 Thread Slava Ovsiienko
Hi, Bernard. PSB. > -Original Message- > From: Iremonger, Bernard > Sent: Thursday, June 20, 2019 18:15 > To: Slava Ovsiienko ; dev@dpdk.org > Cc: Yigit, Ferruh > Subject: RE: [dpdk-dev] [RFC] app/testpmd: add profiling for Rx/Tx burst > routines > > Hi Slava, > > > > -Original

Re: [dpdk-dev] [EXT] Re: [PATCH] cryptodev: add ff_disable field in cryptodev config

2019-06-23 Thread Anoob Joseph
Hi Akhil, I'll fix the issues and send a revised patch. Thanks, Anoob > -Original Message- > From: dev On Behalf Of Akhil Goyal > Sent: Friday, June 21, 2019 6:40 PM > To: Anoob Joseph ; Declan Doherty > ; Fiona Trahe ; Pablo > de Lara ; dev@dpdk.org > Cc: Jerin Jacob Kollanukkaran ; Na

[dpdk-dev] [PATCH v4 10/10] doc: announce bbdev changes

2019-06-23 Thread Nicolas Chautru
Update of the release notes for BBDEV features add and extension of ABI in previous commit. Signed-off-by: Nicolas Chautru --- doc/guides/rel_notes/release_19_08.rst | 15 +++ 1 file changed, 15 insertions(+) diff --git a/doc/guides/rel_notes/release_19_08.rst b/doc/guides/rel_note

[dpdk-dev] [PATCH v4 08/10] test-bbdev: update of bbdev test-app for 5GNR

2019-06-23 Thread Nicolas Chautru
Extending test framework for FEC 5GNR operations for UT verification and profiling. Signed-off-by: Nicolas Chautru --- app/test-bbdev/main.c | 48 +- app/test-bbdev/main.h |6 +- app/test-bbdev/meson.build|3 + app/test-bbdev/test-bbdev.py

[dpdk-dev] [PATCH v4 05/10] docs/guides: updating bbdev API for 5GNR operations

2019-06-23 Thread Nicolas Chautru
The documentation captures the related change in BBDEV API to support 5GNR encode/decode operations. Signed-off-by: Nicolas Chautru --- doc/guides/prog_guide/bbdev.rst | 505 1 file changed, 458 insertions(+), 47 deletions(-) diff --git a/doc/guides/prog

[dpdk-dev] [PATCH v4 07/10] docs/guides: updating building steps for BBDEV PMD

2019-06-23 Thread Nicolas Chautru
This now includes steps to build with either libraries for AVX2, or AVX512 or no dependency. Signed-off-by: Nicolas Chautru --- doc/guides/bbdevs/turbo_sw.rst | 42 +- 1 file changed, 29 insertions(+), 13 deletions(-) diff --git a/doc/guides/bbdevs/turbo_

[dpdk-dev] [PATCH v4 03/10] bbdev: renaming non-generic LTE specific structure

2019-06-23 Thread Nicolas Chautru
Renaming of the enums and structure which were LTE specific to allow for extension and support for 5GNR operations. Signed-off-by: Nicolas Chautru --- app/test-bbdev/test_bbdev_vector.c | 4 +- app/test-bbdev/test_bbdev_vector.h | 2 +- drivers/baseband/fpga_lte_f

[dpdk-dev] [PATCH v4 06/10] baseband/turbo_sw: extension of turbosw PMD for 5G

2019-06-23 Thread Nicolas Chautru
Implementation still based on Intel SDK libraries optimized for AVX512 instructions set and 5GNR. This can be also build for AVX2 for 4G capability or without SDK dependency for maintenance. Signed-off-by: Nicolas Chautru --- config/common_base | 1 + drivers/base

[dpdk-dev] [PATCH v4 04/10] bbdev: extension of BBDEV API for 5G FEC

2019-06-23 Thread Nicolas Chautru
Extension to BBDEV operations to support 5G on top of existing 4G operations. Signed-off-by: Nicolas Chautru --- lib/librte_bbdev/rte_bbdev.c| 22 +- lib/librte_bbdev/rte_bbdev.h| 135 +- lib/librte_bbdev/rte_bbdev_op.h | 567 3 files cha

[dpdk-dev] [PATCH v4 00/10] bbdev: adding support in BBDEV for 5GNR FEC

2019-06-23 Thread Nicolas Chautru
v4 update: cosmetic changes reported by ci/checkpatch This set enables specifically bbdev to support 5GNR operations (previously only LTE specific) and to add the related support to turbo_sw PMD driver, test framework and documentation. This set is v3 of the serie shared weeks few ago covering

[dpdk-dev] [PATCH v4 02/10] baseband/fpga_lte_fec: dependency patch

2019-06-23 Thread Nicolas Chautru
Not meant for review, purely for dependency for CI. This is a squash of the related serie which is not applied yet: adding driver for FEC on FPGA https://patches.dpdk.org/project/dpdk/list/?series=5017 Signed-off-by: Nicolas Chautru --- config/common_base |5 +

[dpdk-dev] [PATCH v4 01/10] baseband/turbo_sw: baseband/turbo_sw: dependency patch

2019-06-23 Thread Nicolas Chautru
Not meant for review, purely for dependency for CI. This is a squash of the related serie which is not applied yet: option to build turbosw PMD without SDK https://patches.dpdk.org/project/dpdk/list/?series=5093 Signed-off-by: Nicolas Chautru --- config/common_base

Re: [dpdk-dev] make doc fails

2019-06-23 Thread Thomas Monjalon
21/06/2019 21:56, Stephen Hemminger: > Just tried make doc on current DPDK tree and it fails: > > /home/shemminger/git/dpdk/doc/guides/faq/faq.rst:7: WARNING: undefined label: > linux_gsg (if the link has no caption the label must precede a section header) > /home/shemminger/git/dpdk/doc/guides/f

Re: [dpdk-dev] [PATCH 00/29] net/sfc/base: update base driver

2019-06-23 Thread Thomas Monjalon
18/06/2019 09:52, Ferruh Yigit: > On 6/10/2019 8:38 AM, Andrew Rybchenko wrote: > > checkpatches.sh generates warnings/errors because of a bit different > > coding style in base driver. [...] > Series applied to dpdk-next-net/master, thanks. > > Fixed following checkpatch warnings while merging:

Re: [dpdk-dev] [PATCH v9] app/pdump: exit with primary process

2019-06-23 Thread Thomas Monjalon
20/06/2019 15:32, Pattan, Reshma: > From: Suanming.Mou [mailto:mousuanm...@huawei.com] > > Signed-off-by: Suanming Mou > > Reviewed-by: Anatoly Burakov > > Reviewed-by: Vipin Varghese > > Reviewed-by: Reshma Pattan > > Reviewed-by: Thomas Monjalon > > --- > > V9: > > * reword the comments and

Re: [dpdk-dev] pktgen-dpdk send too big packet, and stop sending packets after few seconds

2019-06-23 Thread Wiles, Keith
> On Jun 23, 2019, at 3:00 AM, Xia Rui wrote: > > Hello, everyone. > I am using pktgen-dpdk and testpmd to test the functionality of ovs-dpdk. The > network topology is : > +-+--+ host(OVS-DPDK) > +---+-+ >

[dpdk-dev] pktgen-dpdk send too big packet, and stop sending packets after few seconds

2019-06-23 Thread Xia Rui
Hello, everyone. I am using pktgen-dpdk and testpmd to test the functionality of ovs-dpdk. The network topology is : +-+--+ host(OVS-DPDK) +---+-+ | | vhost-user port 1 |<---