[dpdk-dev] [PATCH v5 10/12] net/ice: enable stats for DCF

2020-06-22 Thread Ting Xu
From: Qi Zhang Add support to get and reset Rx/Tx stats in DCF. Query stats from PF. Signed-off-by: Qi Zhang Signed-off-by: Ting Xu --- drivers/net/ice/ice_dcf.c| 27 drivers/net/ice/ice_dcf.h| 4 ++ drivers/net/ice/ice_dcf_ethdev.c | 102 ++

[dpdk-dev] [PATCH v5 11/12] net/ice: set MAC filter during dev start for DCF

2020-06-22 Thread Ting Xu
From: Qi Zhang Add support to add and delete MAC address filter in DCF. Signed-off-by: Qi Zhang Signed-off-by: Ting Xu --- drivers/net/ice/ice_dcf.c| 42 drivers/net/ice/ice_dcf.h| 1 + drivers/net/ice/ice_dcf_ethdev.c | 7 ++ 3 files ch

[dpdk-dev] [PATCH v5 09/12] net/ice: add queue start and stop for DCF

2020-06-22 Thread Ting Xu
From: Qi Zhang Add queue start and stop in DCF. Support queue enable and disable through virtual channel. Add support for Rx queue mbufs allocation and queue reset. Signed-off-by: Qi Zhang Signed-off-by: Ting Xu --- drivers/net/ice/ice_dcf.c| 57 ++ drivers/net/ice/ice_dcf.h

[dpdk-dev] [PATCH v5 07/12] net/ice: init RSS during DCF start

2020-06-22 Thread Ting Xu
From: Qi Zhang Enable RSS initialization during DCF start. Add RSS LUT and RSS key configuration functions. Signed-off-by: Qi Zhang Signed-off-by: Ting Xu --- drivers/net/ice/ice_dcf.c| 117 +++ drivers/net/ice/ice_dcf.h| 1 + drivers/net/ice/ice_

[dpdk-dev] [PATCH v5 12/12] doc: enable DCF datapath configuration

2020-06-22 Thread Ting Xu
Add doc for DCF datapath configuration in DPDK 20.08 release note. Add "ice_dcf" driver features. Signed-off-by: Ting Xu --- doc/guides/nics/features/ice_dcf.ini | 19 +++ doc/guides/rel_notes/release_20_08.rst | 6 ++ 2 files changed, 25 insertions(+) create mode 100644

Re: [dpdk-dev] [PATCH v2] net/ice: support based RSS configure

2020-06-22 Thread Jiang, JunyuX
Hi qi, > -Original Message- > From: Zhang, Qi Z > Sent: Monday, June 22, 2020 10:37 PM > To: Jiang, JunyuX ; dev@dpdk.org > Cc: Yang, Qiming ; Su, Simei > Subject: RE: [PATCH v2] net/ice: support based RSS configure > > > > > -Original Message- > > From: Jiang, JunyuX > > Sen

Re: [dpdk-dev] [PATCH v4 1/3] lib/lpm: integrate RCU QSBR

2020-06-22 Thread Honnappa Nagarahalli
> > > > > > On 08/06/2020 06:16, Ruifeng Wang wrote: > > > Currently, the tbl8 group is freed even though the readers might be > > > using the tbl8 group entries. The freed tbl8 group can be > > > reallocated quickly. This results in incorrect lookup results. > > > > > > RCU QSBR process is integ

Re: [dpdk-dev] [dpdk-stable] [PATCH] vhost: fix features definition location

2020-06-22 Thread Xia, Chenbo
> -Original Message- > From: stable On Behalf Of Matan Azrad > Sent: Friday, June 19, 2020 3:08 AM > To: Maxime Coquelin > Cc: dev@dpdk.org; sta...@dpdk.org > Subject: [dpdk-stable] [PATCH] vhost: fix features definition location > > The vhost library provide an infrastructure in orde

[dpdk-dev] [PATCH] doc: fix references to /dev/huge

2020-06-22 Thread Sarosh Arif
change /dev/huge to /dev/hugepages Bugzilla ID: 492 Signed-off-by: Sarosh Arif --- doc/guides/faq/faq.rst | 2 +- doc/guides/nics/thunderx.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/guides/faq/faq.rst b/doc/guides/faq/faq.rst index f19c1389b..bb1df7dc8 1

Re: [dpdk-dev] [PATCH v8 1/9] eal: move OS common functions to single file

2020-06-22 Thread Tal Shnaiderman
> Subject: Re: [dpdk-dev] [PATCH v8 1/9] eal: move OS common functions to > single file > > Can we reduce the scope in the title? > This patch is about EAL config in general, so I would reword it to: > eal: move OS common config objects > Agree, will change in v9. > 22/06/2020 09:55, tal.

[dpdk-dev] [RFC] ethdev: add a field for rte_eth_rxq_info

2020-06-22 Thread Chengchang Tang
In common practice, PMD configure the rx_buf_size according to the data room size of the object in mempool. But in fact the final value is related to the specifications of hw, and its values will affect the number of fragments in recieving pkts. At present, we seem to have no way to espose relevan

[dpdk-dev] [PATCH v2 0/4] aarch32 compilation

2020-06-22 Thread Ruifeng Wang
Build aarch32 binary on aarch64 platform hit issues with l3fwd [1] and ixgbe PMD [2]. This patch set is to fix these. When building with make, please refer to guide: http://patches.dpdk.org/patch/62820/ When building with meson, requires series: http://patches.dpdk.org/cover/69536/ [1] https://m

<    1   2   3