[dpdk-dev] [PATCH V2] doc: add tested Intel platforms with Intel NICs

2021-02-07 Thread ChenBo
Add tested Intel platforms with Intel NICs to v21.02 release note. Update ice driver information. Signed-off-by: ChenBo --- doc/guides/rel_notes/release_21_02.rst | 124 + 1 file changed, 124 insertions(+) diff --git a/doc/guides/rel_notes/release_21_02.rst b/doc/guides

[dpdk-dev] [PATCH V1] doc: add tested Intel platforms with Intel NICs

2021-02-07 Thread ChenBo
Add tested Intel platforms with Intel NICs to v21.02 release note. Signed-off-by: ChenBo --- doc/guides/rel_notes/release_21_02.rst | 124 + 1 file changed, 124 insertions(+) diff --git a/doc/guides/rel_notes/release_21_02.rst b/doc/guides/rel_notes/release_21_02.rst in

[dpdk-dev] [Question about 'rte_eth_tx_prepare']

2021-02-07 Thread Chengchang Tang
Hi, Thomas Monjalon and Ferruh Yigit and others. I have some questions about 'rte_eth_tx_prepare'. When I use TSO offload in bond mode, the checksum error occurs. It is because the bond PMD does not implement 'tx_prepare'. So, it will not invoke the 'tx_prepare' of each PMDs to do prepare for the

Re: [dpdk-dev] [PATCH v3] net/ixgbe: fix UDP zero checksum error

2021-02-07 Thread Paolo Valerio
Haiyue Wang writes: > There is an 82599 errata that UDP frames with a zero checksum are > incorrectly marked as checksum invalid by the hardware. This was > leading to misleading PKT_RX_L4_CKSUM_BAD flag. > > This patch changes the bad UDP checksum to PKT_RX_L4_CKSUM_UNKNOWN, > so the software a

Re: [dpdk-dev] [dpdk-announce] release candidate 21.02-rc2

2021-02-07 Thread Pei Zhang
Hello Thomas, The testing with dpdk 21.02-rc2 from Red Hat looks good. We tested below 17 scenarios and all got PASS on RHEL8: (1)Guest with device assignment(PF) throughput testing(1G hugepage size): PASS (2)Guest with device assignment(PF) throughput testing(2M hugepage size) : PASS (3)Guest w

[dpdk-dev] [PATCH v4] doc: add new tables for rte flow items and actions support

2021-02-07 Thread Asaf Penso
In http://doc.dpdk.org/guides/nics/overview.html, table 1.1 lists all supported features. It has a single line for "Flow API" that refers to rte_flow support. rte_flow is composed of many items and actions that are not expressed in this single line. The following new tables are suggested: 1. rte_f

[dpdk-dev] [PATCH v3] doc: add new tables for rte flow items and actions support

2021-02-07 Thread Asaf Penso
In http://doc.dpdk.org/guides/nics/overview.html, table 1.1 lists all supported features. It has a single line for "Flow API" that refers to rte_flow support. rte_flow is composed of many items and actions that are not expressed in this single line. The following new tables are suggested: 1. rte_f

Re: [dpdk-dev] building l2fwd-crypto example from Makefile

2021-02-07 Thread David Marchand
On Sun, Feb 7, 2021 at 10:17 AM mirzaei.reza wrote: > I have a problem to build l2fwd-crypto example using its Makefile. I > build it using Makefile according to this [1] tutorial, when i run the > compiled file using the following command: > > ./l2fwd-crypto -l 1 -n 4 > --vdev="crypto_aesni_mb,so

Re: [dpdk-dev] [PATCH] doc: add new tables for rte flow items and actions support

2021-02-07 Thread Thomas Monjalon
07/02/2021 09:46, Asaf Penso: > From: Thomas Monjalon > >04/02/2021 18:05, Asaf Penso: > >> +age = Y > >> +sample = Y > >> +shared = S > >> +modify_field = Y > > > >I suggest not having "shared" in above table but marking "age" and "rss" > >as s

Re: [dpdk-dev] [PATCH v2] log: support custom log function

2021-02-07 Thread Feng Li
Li Feng 于2021年2月6日周六 上午1:42写道: > > Currently, the dpdk log is out to stdout/stderr and syslog. > The rte_openlog_stream could set an external FILE* stream, but it asks the > consumer to give it a FILE* pointer. > For C++ or other languages, it's hard to get a libc FILE*. > > Support to set a hook

Re: [dpdk-dev] [PATCH] log: support custom log function

2021-02-07 Thread Feng Li
Feng Li 于2021年2月6日周六 上午12:54写道: > > Stephen Hemminger 于2021年2月6日周六 上午12:11写道: > > > > On Fri, 5 Feb 2021 12:55:48 +0100 > > David Marchand wrote: > > > > > On Fri, Feb 5, 2021 at 12:25 PM Li Feng wrote: > > > > > > > > Currently, the dpdk log is out to stdout/stderr and syslog. > > > > We shoul

Re: [dpdk-dev] [PATCH] log: support custom log function

2021-02-07 Thread Feng Li
Stephen Hemminger 于2021年2月6日周六 上午12:11写道: > > On Fri, 5 Feb 2021 12:55:48 +0100 > David Marchand wrote: > > > On Fri, Feb 5, 2021 at 12:25 PM Li Feng wrote: > > > > > > Currently, the dpdk log is out to stdout/stderr and syslog. > > > We should support to output the log to another please, e.g. f

[dpdk-dev] [PATCH v2] doc: add new tables for rte flow items and actions support

2021-02-07 Thread Asaf Penso
In http://doc.dpdk.org/guides/nics/overview.html, table 1.1 lists all supported features. It has a single line for "Flow API" that refers to rte_flow support. rte_flow is composed of many items and actions that are not expressed in this single line. The following new tables are suggested: 1. rte_f

[dpdk-dev] building l2fwd-crypto example from Makefile

2021-02-07 Thread mirzaei.reza
Hello, I have a problem to build l2fwd-crypto example using its Makefile. I build it using Makefile according to this [1] tutorial, when i run the compiled file using the following command: ./l2fwd-crypto -l 1 -n 4 --vdev="crypto_aesni_mb,socket_id=0,max_nb_sessions=128" \ -- -p 1 --cdev SW --c

Re: [dpdk-dev] [PATCH] doc: add new tables for rte flow items and actions support

2021-02-07 Thread Asaf Penso
>-Original Message- >From: Thomas Monjalon >Sent: Friday, February 5, 2021 12:09 AM >To: Asaf Penso >Cc: dev@dpdk.org >Subject: Re: [dpdk-dev] [PATCH] doc: add new tables for rte flow items and >actions support > >04/02/2021 18:05, Asaf Penso: >> In http://doc.dpdk.org/guides/nics/overvie