Re: [PATCH] eal: introduce missing rte_thread wrappers

2023-11-28 Thread David Vodak
On 11/27/23 18:27, Tyler Retzlaff wrote: On Mon, Nov 27, 2023 at 10:25:02AM +0100, David Vodak wrote: Function rte_ctrl_thread_create has been replaced by rte_thread_create_control, encouraging Linux users to switch from the pthread_t API to the rte_thread API. However the rte_thread API does n

Re: [PATCH v3 1/6] doc: add RSS hash algorithm feature

2023-11-28 Thread Ferruh Yigit
On 11/28/2023 1:21 AM, lihuisong (C) wrote: > > 在 2023/11/27 23:43, Ferruh Yigit 写道: >> On 11/27/2023 1:12 PM, lihuisong (C) wrote: >>> 在 2023/11/27 20:19, Ferruh Yigit 写道: On 11/25/2023 1:47 AM, Huisong Li wrote: > Add hash algorithm feature introduced by 23.11 and fix some RSS > fea

Re: [PATCH v3 1/6] doc: add RSS hash algorithm feature

2023-11-28 Thread Ferruh Yigit
On 11/28/2023 1:34 AM, lihuisong (C) wrote: > > 在 2023/11/28 0:35, Ferruh Yigit 写道: >> On 11/27/2023 3:43 PM, Ferruh Yigit wrote: >>> On 11/27/2023 1:12 PM, lihuisong (C) wrote: 在 2023/11/27 20:19, Ferruh Yigit 写道: > On 11/25/2023 1:47 AM, Huisong Li wrote: >> Add hash algorithm featu

Re: [PATCH 0/3] fix some bug for hns3

2023-11-28 Thread Thomas Monjalon
28/11/2023 04:33, Jie Hai: > On 2023/11/28 2:33, Ferruh Yigit wrote: > > On 11/27/2023 1:55 PM, Jie Hai wrote: > >> On 2023/11/27 21:39, Dengdui Huang wrote: > >>> Dengdui Huang (3): > >>> net/hns3: fix reset detect be ignored > >>> net/hns3: fix VF wrong clear reset status > >>> net/hn

Re: [PATCH 01/11] doc: add Traffic Manager feature

2023-11-28 Thread Ferruh Yigit
On 11/28/2023 6:09 AM, Huisong Li wrote: > Add Traffic Manager feature. > > Fixes: 5d109deffa87 ("ethdev: add traffic management API") > Cc: sta...@dpdk.org > > Signed-off-by: Huisong Li > Acked-by: Chengwen Feng > Acked-by: Ferruh Yigit

Re: [PATCH 02/11] doc: add Traffic Manager feature for iavf

2023-11-28 Thread Ferruh Yigit
On 11/28/2023 6:09 AM, Huisong Li wrote: > Add Traffic Manager feature for iavf. > > Cc: sta...@dpdk.org > > Signed-off-by: Huisong Li > --- > doc/guides/nics/features/iavf.ini | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/doc/guides/nics/features/iavf.ini > b/doc/guides/nics/featu

RE: [PATCH 01/11] doc: add Traffic Manager feature

2023-11-28 Thread Hemant Agrawal
> -Original Message- > From: Ferruh Yigit > Sent: Tuesday, November 28, 2023 4:02 PM > To: Huisong Li ; dev@dpdk.org; > tho...@monjalon.net; Hemant Agrawal ; > Balasubramanian Manoharan > ; Cristian Dumitrescu > ; Jerin Jacob > > Cc: liuyongl...@huawei.com > Subject: Re: [PATCH 01/11] d

RE: [PATCH 09/11] doc: add Traffic Manager feature for dpaa2

2023-11-28 Thread Hemant Agrawal
> -Original Message- > From: Huisong Li > Sent: Tuesday, November 28, 2023 11:40 AM > To: dev@dpdk.org; ferruh.yi...@amd.com; tho...@monjalon.net; Hemant > Agrawal ; Sachin Saxena > > Cc: liuyongl...@huawei.com; lihuis...@huawei.com > Subject: [PATCH 09/11] doc: add Traffic Manager fea

Re: [PATCH 08/11] doc: add Traffic Manager feature for mvpp2

2023-11-28 Thread Ferruh Yigit
On 11/28/2023 6:09 AM, Huisong Li wrote: > Add Traffic Manager feature for mvpp2. > > Cc: sta...@dpdk.org > > Signed-off-by: Huisong Li > --- > doc/guides/nics/features/mvpp2.ini | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/doc/guides/nics/features/mvpp2.ini > b/doc/guides/nics/fe

Re: [PATCH 11/11] doc: add Traffic Manager feature for ice

2023-11-28 Thread Ferruh Yigit
On 11/28/2023 6:09 AM, Huisong Li wrote: > Add Traffic Manager feature for ice. > > Cc: sta...@dpdk.org > > Signed-off-by: Huisong Li > --- > doc/guides/nics/features/ice.ini | 1 + > doc/guides/nics/features/ice_dcf.ini | 1 + > 2 files changed, 2 insertions(+) > > diff --git a/doc/guides

RE: [PATCH 01/11] doc: add Traffic Manager feature

2023-11-28 Thread Dumitrescu, Cristian
> -Original Message- > From: Ferruh Yigit > Sent: Tuesday, November 28, 2023 10:32 AM > To: Huisong Li ; dev@dpdk.org; tho...@monjalon.net; > Hemant Agrawal ; Balasubramanian Manoharan > ; Dumitrescu, Cristian > ; Jerin Jacob > > Cc: liuyongl...@huawei.com > Subject: Re: [PATCH 01/11] d

Re: [EXT] Re: [PATCH v2 1/1] devtools: update sources in build tags script

2023-11-28 Thread Thomas Monjalon
08/11/2023 16:23, Thomas Monjalon: > 08/11/2023 15:42, Srikanth Yalavarthi: > > From: Thomas Monjalon > > > 08/11/2023 10:28, Srikanth Yalavarthi: > > > > As part of deprecating kmods meson option, 'kernel/linux' > > > > directory is removed from the repository. > > > > > > > > This patch removes

Re: [PATCH v3 1/6] doc: add RSS hash algorithm feature

2023-11-28 Thread lihuisong (C)
在 2023/11/28 18:09, Ferruh Yigit 写道: On 11/28/2023 1:21 AM, lihuisong (C) wrote: 在 2023/11/27 23:43, Ferruh Yigit 写道: On 11/27/2023 1:12 PM, lihuisong (C) wrote: 在 2023/11/27 20:19, Ferruh Yigit 写道: On 11/25/2023 1:47 AM, Huisong Li wrote: Add hash algorithm feature introduced by 23.11 and

Re: [PATCH 02/11] doc: add Traffic Manager feature for iavf

2023-11-28 Thread lihuisong (C)
在 2023/11/28 18:35, Ferruh Yigit 写道: On 11/28/2023 6:09 AM, Huisong Li wrote: Add Traffic Manager feature for iavf. Cc: sta...@dpdk.org Signed-off-by: Huisong Li --- doc/guides/nics/features/iavf.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/guides/nics/features/iavf.ini b

Re: [PATCH 08/11] doc: add Traffic Manager feature for mvpp2

2023-11-28 Thread lihuisong (C)
在 2023/11/28 18:39, Ferruh Yigit 写道: On 11/28/2023 6:09 AM, Huisong Li wrote: Add Traffic Manager feature for mvpp2. Cc: sta...@dpdk.org Signed-off-by: Huisong Li --- doc/guides/nics/features/mvpp2.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/guides/nics/features/mvpp2.ini

Re: [PATCH 11/11] doc: add Traffic Manager feature for ice

2023-11-28 Thread lihuisong (C)
在 2023/11/28 18:41, Ferruh Yigit 写道: On 11/28/2023 6:09 AM, Huisong Li wrote: Add Traffic Manager feature for ice. Cc: sta...@dpdk.org Signed-off-by: Huisong Li --- doc/guides/nics/features/ice.ini | 1 + doc/guides/nics/features/ice_dcf.ini | 1 + 2 files changed, 2 insertions(+)

Re: [PATCH 02/11] doc: add Traffic Manager feature for iavf

2023-11-28 Thread lihuisong (C)
在 2023/11/28 18:35, Ferruh Yigit 写道: On 11/28/2023 6:09 AM, Huisong Li wrote: Add Traffic Manager feature for iavf. Cc: sta...@dpdk.org Signed-off-by: Huisong Li --- doc/guides/nics/features/iavf.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/guides/nics/features/iavf.ini b

Re: [PATCH v3 1/6] doc: add RSS hash algorithm feature

2023-11-28 Thread Ferruh Yigit
On 11/28/2023 11:29 AM, lihuisong (C) wrote: > > 在 2023/11/28 18:09, Ferruh Yigit 写道: >> On 11/28/2023 1:21 AM, lihuisong (C) wrote: >>> 在 2023/11/27 23:43, Ferruh Yigit 写道: On 11/27/2023 1:12 PM, lihuisong (C) wrote: > 在 2023/11/27 20:19, Ferruh Yigit 写道: >> On 11/25/2023 1:47 AM, Hu

Re: [dpdk-dev] [PATCH 2/2] devtools: forbid rte symbols in cnxk base driver

2023-11-28 Thread Thomas Monjalon
04/10/2023 14:27, jer...@marvell.com: > From: Jerin Jacob > > cnxk base code is shared between different driver environments. > > Forbid the direct usage of rte_ symbols instead use plt_ > symbol as alternatives. > > roc_platform.[ch] files abstract the difference of driver > environment, hence

Re: [PATCH 02/11] doc: add Traffic Manager feature for iavf

2023-11-28 Thread Ferruh Yigit
On 11/28/2023 11:47 AM, lihuisong (C) wrote: > > 在 2023/11/28 18:35, Ferruh Yigit 写道: >> On 11/28/2023 6:09 AM, Huisong Li wrote: >>> Add Traffic Manager feature for iavf. >>> >>> Cc: sta...@dpdk.org >>> >>> Signed-off-by: Huisong Li >>> --- >>>   doc/guides/nics/features/iavf.ini | 1 + >>>   1 f

RE: [PATCH] lib/ethdev: modified the definition of 'NVGRE_ENCAP'

2023-11-28 Thread Ori Kam
Hi Joey, > -Original Message- > From: Sunyang Wu > Sent: Friday, November 24, 2023 5:31 AM > To: dev@dpdk.org > Cc: Ori Kam ; sta...@dpdk.org; Joey Xing > > Subject: [PATCH] lib/ethdev: modified the definition of 'NVGRE_ENCAP' > > Fix the issue of incorrect definition of 'NVGRE_ENCAP',

Re: [PATCH 02/11] doc: add Traffic Manager feature for iavf

2023-11-28 Thread lihuisong (C)
在 2023/11/28 19:55, Ferruh Yigit 写道: On 11/28/2023 11:47 AM, lihuisong (C) wrote: 在 2023/11/28 18:35, Ferruh Yigit 写道: On 11/28/2023 6:09 AM, Huisong Li wrote: Add Traffic Manager feature for iavf. Cc: sta...@dpdk.org Signed-off-by: Huisong Li ---   doc/guides/nics/features/iavf.ini | 1

[PATCH v2 00/11] add Traffic Manager feature

2023-11-28 Thread Huisong Li
The traffic management API has been introduced for a long time, please see commit 5d109deffa87 ("ethdev: add traffic management API"). And many PMD also support this feature. So this series add this feature to features.rst, default.ini and driver.ini. --- v2: - fix the order of some feature for

[PATCH v2 02/11] doc: add Traffic Manager feature for iavf

2023-11-28 Thread Huisong Li
Add Traffic Manager feature for iavf and fix the position of "Inline crypto" feature to keep the order of default.ini as best as possible. Cc: sta...@dpdk.org Signed-off-by: Huisong Li --- doc/guides/nics/features/iavf.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/do

[PATCH v2 01/11] doc: add Traffic Manager feature

2023-11-28 Thread Huisong Li
Add Traffic Manager feature. Fixes: 5d109deffa87 ("ethdev: add traffic management API") Cc: sta...@dpdk.org Signed-off-by: Huisong Li Acked-by: Chengwen Feng Acked-by: Ferruh Yigit Acked-by: Hemant Agrawal Acked-by: Cristian Dumitrescu --- doc/guides/nics/features.rst | 13 +

[PATCH v2 03/11] doc: add Traffic Manager feature for i40e

2023-11-28 Thread Huisong Li
Add Traffic Manager feature for i40e. Cc: sta...@dpdk.org Signed-off-by: Huisong Li --- doc/guides/nics/features/i40e.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/guides/nics/features/i40e.ini b/doc/guides/nics/features/i40e.ini index e241dad047..2d168199f0 100644 --- a/doc/guid

[PATCH v2 04/11] doc: add Traffic Manager feature for ixgbe

2023-11-28 Thread Huisong Li
Add Traffic Manager feature for ixgbe. Cc: sta...@dpdk.org Signed-off-by: Huisong Li --- doc/guides/nics/features/ixgbe.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/guides/nics/features/ixgbe.ini b/doc/guides/nics/features/ixgbe.ini index 8590ac857f..f05fcec455 100644 --- a/doc/

[PATCH v2 06/11] doc: add Traffic Manager feature for hns3

2023-11-28 Thread Huisong Li
Add Traffic Manager feature for hns3. Cc: sta...@dpdk.org Signed-off-by: Huisong Li --- doc/guides/nics/features/hns3.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/guides/nics/features/hns3.ini b/doc/guides/nics/features/hns3.ini index 338b4e6864..a20ece20e8 100644 --- a/doc/guid

[PATCH v2 07/11] doc: add Traffic Manager feature for txgbe

2023-11-28 Thread Huisong Li
Add Traffic Manager feature for txgbe. Cc: sta...@dpdk.org Signed-off-by: Huisong Li --- doc/guides/nics/features/txgbe.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/guides/nics/features/txgbe.ini b/doc/guides/nics/features/txgbe.ini index e21083052c..3a11fb2037 100644 --- a/doc/

[PATCH v2 09/11] doc: add Traffic Manager feature for dpaa2

2023-11-28 Thread Huisong Li
Add Traffic Manager feature for dpaa2. Cc: sta...@dpdk.org Signed-off-by: Huisong Li Acked-by: Hemant Agrawal --- doc/guides/nics/features/dpaa2.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/guides/nics/features/dpaa2.ini b/doc/guides/nics/features/dpaa2.ini index 26dc8c2178..f0

[PATCH v2 05/11] doc: add Traffic Manager feature for cnxk

2023-11-28 Thread Huisong Li
Add Traffic Manager feature for cnxk. Cc: sta...@dpdk.org Signed-off-by: Huisong Li --- doc/guides/nics/features/cnxk.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/guides/nics/features/cnxk.ini b/doc/guides/nics/features/cnxk.ini index ac7de9a0f0..f85813ab52 100644 --- a/doc/guid

[PATCH v2 08/11] doc: add Traffic Manager feature for mvpp2

2023-11-28 Thread Huisong Li
Add Traffic Manager feature for mvpp2 and fix the position of "Flow control" feature to keep the order of default.ini as best as possible. Cc: sta...@dpdk.org Signed-off-by: Huisong Li --- doc/guides/nics/features/mvpp2.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/d

[PATCH v2 11/11] doc: add Traffic Manager feature for ice

2023-11-28 Thread Huisong Li
Add Traffic Manager feature for ice. Cc: sta...@dpdk.org Signed-off-by: Huisong Li --- doc/guides/nics/features/ice.ini | 1 + doc/guides/nics/features/ice_dcf.ini | 1 + 2 files changed, 2 insertions(+) diff --git a/doc/guides/nics/features/ice.ini b/doc/guides/nics/features/ice.ini index

[PATCH v2 10/11] doc: add Traffic Manager feature for ipn3ke

2023-11-28 Thread Huisong Li
Add Traffic Manager feature for ipn3ke. Cc: sta...@dpdk.org Signed-off-by: Huisong Li Acked-by: Rosen Xu --- doc/guides/nics/features/ipn3ke.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/guides/nics/features/ipn3ke.ini b/doc/guides/nics/features/ipn3ke.ini index 1f6b780273..e412

Re: [PATCH v3 1/6] doc: add RSS hash algorithm feature

2023-11-28 Thread lihuisong (C)
在 2023/11/28 19:52, Ferruh Yigit 写道: On 11/28/2023 11:29 AM, lihuisong (C) wrote: 在 2023/11/28 18:09, Ferruh Yigit 写道: On 11/28/2023 1:21 AM, lihuisong (C) wrote: 在 2023/11/27 23:43, Ferruh Yigit 写道: On 11/27/2023 1:12 PM, lihuisong (C) wrote: 在 2023/11/27 20:19, Ferruh Yigit 写道: On 11/25

[PATCH 00/16] add link speed configuration feature

2023-11-28 Thread Huisong Li
The link speed configuration feature which is from dev_conf.link_speeds has been introduced for a long time. This setting interface is used to set fixed speed and link autonegotiation with speed capabilities feature. It is very important for NIC. For this, many PMDs have also supported this feature

[PATCH 01/16] doc: add features for link speeds

2023-11-28 Thread Huisong Li
Add features for link speeds. Fixes: 82113036e4e5 ("ethdev: redesign link speed config") Cc: sta...@dpdk.org Signed-off-by: Huisong Li Acked-by: Chengwen Feng --- doc/guides/nics/features.rst | 11 +++ doc/guides/nics/features/default.ini | 1 + 2 files changed, 12 insertions(

[PATCH 03/16] doc: add link speed configuration feature for bnxt

2023-11-28 Thread Huisong Li
Add link speed configuration feature for bnxt. Cc: sta...@dpdk.org Signed-off-by: Huisong Li --- doc/guides/nics/features/bnxt.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/guides/nics/features/bnxt.ini b/doc/guides/nics/features/bnxt.ini index bd4e2295dc..c33889663d 100644 --- a

[PATCH 04/16] doc: add link speed configuration feature for igc

2023-11-28 Thread Huisong Li
Add link speed configuration feature for igc. Cc: sta...@dpdk.org Signed-off-by: Huisong Li --- doc/guides/nics/features/igc.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/guides/nics/features/igc.ini b/doc/guides/nics/features/igc.ini index 47d9344435..d6db18c1e8 100644 --- a/doc/

[PATCH 05/16] doc: add link speed configuration feature for ixgbe

2023-11-28 Thread Huisong Li
Add link speed configuration feature for ixgbe. Cc: sta...@dpdk.org Signed-off-by: Huisong Li --- doc/guides/nics/features/ixgbe.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/guides/nics/features/ixgbe.ini b/doc/guides/nics/features/ixgbe.ini index 8590ac857f..0ceffcd85d 100644 -

[PATCH 07/16] doc: add link speed configuration feature for octeontx

2023-11-28 Thread Huisong Li
Add link speed configuration feature for octeontx. Cc: sta...@dpdk.org Signed-off-by: Huisong Li --- doc/guides/nics/features/octeontx.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/guides/nics/features/octeontx.ini b/doc/guides/nics/features/octeontx.ini index fa1e18b120..46ae831

[PATCH 06/16] doc: add link speed configuration feature for atlantic

2023-11-28 Thread Huisong Li
Add link speed configuration feature for atlantic. Cc: sta...@dpdk.org Signed-off-by: Huisong Li --- doc/guides/nics/features/atlantic.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/guides/nics/features/atlantic.ini b/doc/guides/nics/features/atlantic.ini index ef4155027c..29969c1

[PATCH 02/16] doc: add link speed configuration feature for i40e

2023-11-28 Thread Huisong Li
Add link speed configuration feature for i40e. Cc: sta...@dpdk.org Signed-off-by: Huisong Li --- doc/guides/nics/features/i40e.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/guides/nics/features/i40e.ini b/doc/guides/nics/features/i40e.ini index e241dad047..1c6a476a51 100644 --- a

[PATCH 08/16] doc: add link speed configuration feature for hns3

2023-11-28 Thread Huisong Li
Add link speed configuration feature for hns3. Cc: sta...@dpdk.org Signed-off-by: Huisong Li --- doc/guides/nics/features/hns3.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/guides/nics/features/hns3.ini b/doc/guides/nics/features/hns3.ini index 338b4e6864..24e9784c25 100644 --- a

[PATCH 09/16] doc: add link speed configuration feature for ngbe

2023-11-28 Thread Huisong Li
Add link speed configuration feature for ngbe. Cc: sta...@dpdk.org Signed-off-by: Huisong Li --- doc/guides/nics/features/ngbe.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/guides/nics/features/ngbe.ini b/doc/guides/nics/features/ngbe.ini index 2701c5f051..1dfd92e96b 100644 --- a

[PATCH 10/16] doc: add link speed configuration feature for txgbe

2023-11-28 Thread Huisong Li
Add link speed configuration feature for txgbe. Cc: sta...@dpdk.org Signed-off-by: Huisong Li --- doc/guides/nics/features/txgbe.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/guides/nics/features/txgbe.ini b/doc/guides/nics/features/txgbe.ini index e21083052c..f697642783 100644 -

[PATCH 11/16] doc: add link speed configuration feature for igb

2023-11-28 Thread Huisong Li
Add link speed configuration feature for igb. Cc: sta...@dpdk.org Signed-off-by: Huisong Li --- doc/guides/nics/features/igb.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/guides/nics/features/igb.ini b/doc/guides/nics/features/igb.ini index 7b4af6f86c..ee2408f3ee 100644 --- a/doc/

[PATCH 12/16] doc: add link speed configuration feature for thunderx

2023-11-28 Thread Huisong Li
Add link speed configuration feature for thunderx. Cc: sta...@dpdk.org Signed-off-by: Huisong Li --- doc/guides/nics/features/thunderx.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/guides/nics/features/thunderx.ini b/doc/guides/nics/features/thunderx.ini index b33bb37c82..2ab8db7

[PATCH 13/16] doc: add link speed configuration feature for ice

2023-11-28 Thread Huisong Li
Add link speed configuration feature for ice. Cc: sta...@dpdk.org Signed-off-by: Huisong Li --- doc/guides/nics/features/ice.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/guides/nics/features/ice.ini b/doc/guides/nics/features/ice.ini index 13f8871dcc..390558f495 100644 --- a/doc/

[PATCH 14/16] doc: add link speed configuration feature for ionic

2023-11-28 Thread Huisong Li
Add link speed configuration feature for ionic. Cc: sta...@dpdk.org Signed-off-by: Huisong Li --- doc/guides/nics/features/ionic.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/guides/nics/features/ionic.ini b/doc/guides/nics/features/ionic.ini index af0fc5462a..64b2316288 100644 -

[PATCH 15/16] doc: add link speed configuration feature for dpaa

2023-11-28 Thread Huisong Li
Add link speed configuration feature for dpaa. Cc: sta...@dpdk.org Signed-off-by: Huisong Li --- doc/guides/nics/features/dpaa.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/guides/nics/features/dpaa.ini b/doc/guides/nics/features/dpaa.ini index a382c7160c..b136ed191a 100644 --- a

[PATCH 16/16] doc: add link speed configuration feature for sfc

2023-11-28 Thread Huisong Li
Add link speed configuration feature for sfc. Cc: sta...@dpdk.org Signed-off-by: Huisong Li --- doc/guides/nics/features/sfc.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/guides/nics/features/sfc.ini b/doc/guides/nics/features/sfc.ini index 8a9198adcb..f9654e69ed 100644 --- a/doc/

[PATCH] net/ice: fix link update

2023-11-28 Thread Qi Zhang
The ice_aq_get_link_info function is not thread-safe. However, it is possible to simultaneous invocations during both the dev_start and the LSC interrupt handler, potentially leading to unexpected adminq errors. This patch addresses the issue by introducing a thread-safe wrapper that utilizes a spi

Re: [PATCH v5 0/1] devtools: add tracepoint check in checkpatch

2023-11-28 Thread Thomas Monjalon
07/03/2023 13:05, Ankur Dwivedi: > This patch series adds a validation in checkpatch tool to check if > tracepoint is present in any new function added in ethdev, eventdev > cryptodev and mempool library. > > v5: > - Copied the build_map_changes function from check-symbol-change.sh to >check-

Re: [PATCH 0/2] minor changes in script used for backports

2023-11-28 Thread Thomas Monjalon
These patches have been forgotten. Adding more Cc. 18/04/2023 16:07, Thomas Monjalon: > While looking again at git-log-fixes.sh, > I've found a minor bug and a small improvement. > > Thomas Monjalon (2): > devtools: fix check of multiple commits fixed at once > devtools: deduplicate function

Re: [PATCH v5 1/3] doc: fix the description of RSS related feature

2023-11-28 Thread Thomas Monjalon
28/11/2023 06:59, Huisong Li: > This patch fixes the description of RSS feature. > And the settinf ot hash algorithm is introduced by 23.11, so add it. > > Fixes: 34ff088cc241 ("ethdev: set and query RSS hash algorithm") > > Signed-off-by: Huisong Li > Acked-by: Chengwen Feng > Acked-by: Ferruh

[PATCH 1/1] ml/cnxk: exclude caching run stats from xstats

2023-11-28 Thread Srikanth Yalavarthi
From: Anup Prabhu Exclude the hardware and firmware latency of model data caching run from xstats calculation. Fixes: 9cfad6c334f2 ("ml/cnxk: update device and model xstats functions") Signed-off-by: Anup Prabhu Acked-by: Srikanth Yalavarthi --- drivers/ml/cnxk/cn10k_ml_ops.c | 11 ++

RE: [EXT] Re: [PATCH v5 0/1] devtools: add tracepoint check in checkpatch

2023-11-28 Thread Ankur Dwivedi
>07/03/2023 13:05, Ankur Dwivedi: >> This patch series adds a validation in checkpatch tool to check if >> tracepoint is present in any new function added in ethdev, eventdev >> cryptodev and mempool library. >> >> v5: >> - Copied the build_map_changes function from check-symbol-change.sh to >>

Re: [PATCH 2/2] devtools: deduplicate function to mark fixes

2023-11-28 Thread Luca Boccassi
On Tue, 18 Apr 2023 at 15:08, Thomas Monjalon wrote: > > In the commit 8070d8fecb4e ("devtools: add fixes flag to commit listing") > the function to mark a commit for "stable" was duplicated for "Fixes:" mark. > > The code is a bit smaller by using a single function for both marks. > > Signed-off-

Re: [PATCH 1/2] devtools: fix check of multiple commits fixed at once

2023-11-28 Thread Luca Boccassi
On Tue, 18 Apr 2023 at 15:08, Thomas Monjalon wrote: > > When looking for fixes to backport, > only the first origin commit hash (from "Fixes:") was checked. > There is very little chance that the next commits being fixed > have a wrong hash in the commit log of the fix, > but it is fixed by check

Re: [PATCH v2] doc: update release notes for 23.11

2023-11-28 Thread Thomas Monjalon
24/11/2023 16:20, John McNamara: > Fix grammar, spelling and formatting of DPDK 23.11 release notes. > > Signed-off-by: John McNamara > --- > * **Added support for power intrinsics with AMD processors.** > > + Added power intrinsics support for AMD processors. Replacing with: Added AMD ``

RE: [PATCH v7 1/2] vfio: add get device info API

2023-11-28 Thread Gupta, Nipun
[AMD Official Use Only - General] > -Original Message- > From: Mingjin Ye > Sent: Wednesday, November 22, 2023 3:53 PM > To: dev@dpdk.org > Cc: qiming.y...@intel.com; Mingjin Ye ; Anatoly > Burakov > Subject: [PATCH v7 1/2] vfio: add get device info API > > This patch adds an API to supp

Re: [PATCH v2] eal/linux: force iova-mode va without pa available

2023-11-28 Thread Christian Ehrhardt
On Fri, Nov 24, 2023 at 11:29 AM Dmitry Kozlyuk wrote: > 2023-11-24 11:09 (UTC+0100), christian.ehrha...@canonical.com: > [...] > > diff --git a/lib/eal/linux/eal.c b/lib/eal/linux/eal.c > > index 57da058cec..2f1fce3c54 100644 > > --- a/lib/eal/linux/eal.c > > +++ b/lib/eal/linux/eal.c > > @@ -10

[PATCH] test: set iova=va mode on ppc64 with --no-huge

2023-11-28 Thread christian . ehrhardt
From: Christian Ehrhardt On ppc64, without huge pages, pa would be the default but fails like: EAL: Cannot use IOVA as 'PA' since physical addresses are not available On a normal system setup we'd expect an admin to set up huge pages and for the unlikely case that they do not do that set iova=

Re: [PATCH] test: set iova=va mode on ppc64 with --no-huge

2023-11-28 Thread Luca Boccassi
On Tue, 28 Nov 2023 at 14:40, wrote: > > From: Christian Ehrhardt > > On ppc64, without huge pages, pa would be the default but fails like: > EAL: Cannot use IOVA as 'PA' since physical addresses are not available > > On a normal system setup we'd expect an admin to set up huge pages > and for

RE: [RFC PATCH] ethdev: introduce NAT64 action

2023-11-28 Thread Bing Zhao
Hi Ferruh, The full patch set will be sent for the coming 24.03 release. Thank you. > -Original Message- > From: Ferruh Yigit > Sent: Tuesday, October 10, 2023 5:56 PM > To: Ori Kam ; Bing Zhao ; NBU- > Contact-Thomas Monjalon (EXTERNAL) ; > andrew.rybche...@oktetlabs.ru > Cc: dev@dpdk.

Re: [EXT] Re: [PATCH v5 0/1] devtools: add tracepoint check in checkpatch

2023-11-28 Thread Thomas Monjalon
28/11/2023 15:07, Ankur Dwivedi: > >07/03/2023 13:05, Ankur Dwivedi: > >> This patch series adds a validation in checkpatch tool to check if > >> tracepoint is present in any new function added in ethdev, eventdev > >> cryptodev and mempool library. > >> > >> v5: > >> - Copied the build_map_change

DPDK 23.11 released

2023-11-28 Thread David Marchand
A new major release is available: https://fast.dpdk.org/rel/dpdk-23.11.tar.xz The number of commits has been stable for the 23.xx releases: 1161 commits from 161 authors 1647 files changed, 97078 insertions(+), 44688 deletions(-) The branch 23.11 should be supported for three years, m

[Bug 1326] rxtx_offload/txoffload_port: tx_offload switch is opposite to expected

2023-11-28 Thread bugzilla
https://bugs.dpdk.org/show_bug.cgi?id=1326 Thomas Monjalon (tho...@monjalon.net) changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resoluti

[Bug 1269] test-dma-perf running in iova-mode as PA for rte_memcpy results in seg-fault.

2023-11-28 Thread bugzilla
https://bugs.dpdk.org/show_bug.cgi?id=1269 Thomas Monjalon (tho...@monjalon.net) changed: What|Removed |Added Resolution|--- |FIXED Status|

[Bug 1271] Using dumpcap to capture packets with multiple pmds and enable mbuf check can lead to dpdk proc core

2023-11-28 Thread bugzilla
https://bugs.dpdk.org/show_bug.cgi?id=1271 Thomas Monjalon (tho...@monjalon.net) changed: What|Removed |Added Resolution|--- |FIXED Status|

[Bug 870] Fragmented packets incorrect RSS distribution with TAP PMD on Hyper-V platform

2023-11-28 Thread bugzilla
https://bugs.dpdk.org/show_bug.cgi?id=870 Thomas Monjalon (tho...@monjalon.net) changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolutio

[Bug 1295] Virtio driver, packed mode, the first desc misses the next flag, causing the message to be sent abnormally

2023-11-28 Thread bugzilla
https://bugs.dpdk.org/show_bug.cgi?id=1295 Thomas Monjalon (tho...@monjalon.net) changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resoluti

[PATCH v1] maintainers: remove tianfei from ifpga

2023-11-28 Thread Wei Huang
Signed-off-by: Wei Huang --- MAINTAINERS | 1 - 1 file changed, 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index 0d1c812..6eedea1 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1440,7 +1440,6 @@ Rawdev Drivers Intel FPGA M: Rosen Xu -M: Tianfei zhang T: git://dpdk.org/next/dpdk-

RE: [PATCH v1] maintainers: remove tianfei from ifpga

2023-11-28 Thread Xu, Rosen
Hi, > -Original Message- > From: Huang, Wei > Sent: Wednesday, November 29, 2023 9:45 AM > To: dev@dpdk.org; tho...@monjalon.net > Cc: sta...@dpdk.org; Xu, Rosen ; Mcnamara, John > ; Huang, Wei > Subject: [PATCH v1] maintainers: remove tianfei from ifpga > > Signed-off-by: Wei Huang >

Re: [PATCH v7 1/2] vfio: add get device info API

2023-11-28 Thread Chenbo Xia
On Nov 22, 2023, at 18:22, Mingjin Ye wrote: > > External email: Use caution opening links or attachments > > > This patch adds an API to support getting device information. > > The driver can use the "rte_vfio_get_device_info" helper to get > device information from EAL. > > Signed-off-by: M

[PATCH v5 00/10] Replace zero length arrays

2023-11-28 Thread Stephen Hemminger
Zero length arrays are a GNU extension that has been superseded by flex arrays. https://gcc.gnu.org/onlinedocs/gcc/Zero-Length.html These are places found by cocci/zero_length_array.cocci v5 - revised version of dpaxx ip_hdr fix rebase to 23.11 Stephen Hemminger (10): member: replace zer

[PATCH v5 01/10] member: replace zero length array with flex array

2023-11-28 Thread Stephen Hemminger
Zero length arrays are GNU extension. Replace with standard flex array. Signed-off-by: Stephen Hemminger Reviewed-by: Tyler Retzlaff --- lib/member/rte_member_heap.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/member/rte_member_heap.h b/lib/member/rte_member_heap.h i

[PATCH v5 02/10] cryptodev: replace zero length array with flex array

2023-11-28 Thread Stephen Hemminger
Zero length arrays are GNU extension. Replace with standard flex array. Signed-off-by: Stephen Hemminger Reviewed-by: Tyler Retzlaff Acked-by: Anoob Joseph --- drivers/crypto/cnxk/cnxk_se.h | 5 - lib/cryptodev/cryptodev_pmd.h | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff

[PATCH v5 03/10] security: replace zero length array with flex array

2023-11-28 Thread Stephen Hemminger
Zero length arrays are GNU extension. Replace with standard flex array. Signed-off-by: Stephen Hemminger Reviewed-by: Tyler Retzlaff Acked-by: Anoob Joseph --- drivers/crypto/cnxk/cn10k_ipsec.h | 4 +++- drivers/crypto/cnxk/cn9k_ipsec.h | 4 +++- lib/security/rte_security_driver.h | 2 +- 3

[PATCH v5 04/10] pipeline: replace zero length array with flex array

2023-11-28 Thread Stephen Hemminger
Zero length arrays are GNU extension. Replace with standard flex array. Signed-off-by: Stephen Hemminger Reviewed-by: Tyler Retzlaff --- lib/pipeline/rte_swx_pipeline_internal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/pipeline/rte_swx_pipeline_internal.h b/lib/p

[PATCH v5 05/10] net/nfp: replace zero length array with flex array

2023-11-28 Thread Stephen Hemminger
Zero length arrays are GNU extension. Replace with standard flex array. Signed-off-by: Stephen Hemminger Acked-by: Niklas Söderlund Reviewed-by: Tyler Retzlaff Acked-by: Chaoyong He --- drivers/net/nfp/flower/nfp_flower_cmsg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[PATCH v5 06/10] net/enic: replace zero length array with flex array

2023-11-28 Thread Stephen Hemminger
Zero length arrays are GNU extension. Replace with standard flex array. Signed-off-by: Stephen Hemminger Acked-by: John Daley Reviewed-by: Tyler Retzlaff --- drivers/net/enic/base/vnic_devcmd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/enic/base/vnic_devcm

[PATCH v5 07/10] net/mlx5: replace zero length array with flex array

2023-11-28 Thread Stephen Hemminger
Zero length arrays are GNU extension. Replace with standard flex array. Signed-off-by: Stephen Hemminger Reviewed-by: Tyler Retzlaff Acked-by: Dariusz Sosnowski --- drivers/common/mlx5/mlx5_prm.h | 2 +- drivers/net/mlx5/mlx5.h| 4 ++-- drivers/net/mlx5/mlx5_flow.h | 2 +- drivers/ne

[PATCH v5 08/10] pdcp: replace zero length array with flex array

2023-11-28 Thread Stephen Hemminger
Zero length arrays are GNU extension. Replace with standard flex array. Signed-off-by: Stephen Hemminger Reviewed-by: Tyler Retzlaff Acked-by: Anoob Joseph --- lib/pdcp/pdcp_entity.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/pdcp/pdcp_entity.h b/lib/pdcp/pdcp_enti

[PATCH v5 09/10] net/cpfl: replace zero length array with flex array

2023-11-28 Thread Stephen Hemminger
Zero length arrays are GNU extension. Replace with standard flex array. Signed-off-by: Stephen Hemminger Reviewed-by: Tyler Retzlaff --- drivers/net/cpfl/cpfl_flow_engine_fxp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/cpfl/cpfl_flow_engine_fxp.c b/drivers

[PATCH v5 10/10] common/dpaxx: replace zero length array

2023-11-28 Thread Stephen Hemminger
The zero length ip_header is used as an overlay to the encap IP header. Since the code is already assuming the layout of the structure, replace the array with direct access. Signed-off-by: Stephen Hemminger Acked-by: Hemant Agrawal --- drivers/common/dpaax/caamflib/desc/ipsec.h | 20 +++

DPDK Tech Board Meeting - Tomorrow Wed. Nov. 29th - 7am Pacific/10am Eastern/1500h UTC, 1600h France Time

2023-11-28 Thread Nathan Southern
Good evening DPDK Community, Tomorrow is our biweekly DPDK Tech Board meeting. 7am Pacific/10am Eastern/1500h UTC, 1600h France Time. A read-only copy of the agenda can be found here: https://annuel.framapad.org/p/r.0c3cc4d1e011214183872a98f6b5c7db

RE: release candidate 23.11-rc4

2023-11-28 Thread Xu, HailinX
> -Original Message- > From: Thomas Monjalon > Sent: Thursday, November 23, 2023 10:28 AM > To: annou...@dpdk.org > Subject: release candidate 23.11-rc4 > > A new DPDK release candidate is ready for testing: > https://git.dpdk.org/dpdk/tag/?id=v23.11-rc4 > > There are 58 new patche

RE: [PATCH 15/16] doc: add link speed configuration feature for dpaa

2023-11-28 Thread Hemant Agrawal
Acked-by: Hemant Agrawal > -Original Message- > From: Huisong Li > Sent: Tuesday, November 28, 2023 6:30 PM > To: dev@dpdk.org; ferruh.yi...@amd.com; tho...@monjalon.net; Hemant > Agrawal ; Sachin Saxena > > Cc: liuyongl...@huawei.com; lihuis...@huawei.com > Subject: [PATCH 15/16] doc: