> -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/
> -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
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
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
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.
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
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
> -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
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
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
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
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
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
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_
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
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
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
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
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 +
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
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
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:
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
> 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)
> +---+-+
>
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 |<---
25 matches
Mail list logo