[PATCH v2] gro : fix reordering of packets in GRO library

2022-10-28 Thread Kumara Parameshwaran
From: Kumara Parameshwaran When a TCP packet contains flags like PSH it is returned immediately to the application though there might be packets of the same flow in the GRO table. If PSH flag is set on a segment packets up to the segment should be delivered immediately. But the current implementa

[PATCH v5 1/3] sched: fix subport profile ID

2022-10-28 Thread Megha Ajmera
In rte_sched_subport_config() API, subport_profile_id is not set correctly. Fixes: ac6fcb841b0f ("sched: update subport rate dynamically") Cc: cristian.dumitre...@intel.com Signed-off-by: Megha Ajmera Acked-by: Dumitrescu, Cristian --- lib/sched/rte_sched.c | 2 -- 1 file changed, 2 deletions(

[PATCH v5 3/3] sched: support for 100G+ rates in subport/pipe config

2022-10-28 Thread Megha Ajmera
Config load functions updated to support 100G rates for subport and pipes. Added new parse function to convert string to unsigned long long. Added error checks. Signed-off-by: Megha Ajmera --- examples/qos_sched/cfg_file.c | 180 +- examples/qos_sched/cfg_file.h |

[PATCH v5 2/3] sched: fix number of subport profiles

2022-10-28 Thread Megha Ajmera
Removed unused subport field from profile.cfg Correctly using subport profile id in subport config load. Fixes: 802d214dc880 ("examples/qos_sched: update subport rate dynamically") Cc: sta...@dpdk.org Signed-off-by: Megha Ajmera Acked-by: Cristian Dumitrescu --- examples/qos_sched/cfg_file.c

[PATCH v3] gro : fix reordering of packets in GRO library

2022-10-28 Thread Kumara Parameshwaran
From: Kumara Parameshwaran When a TCP packet contains flags like PSH it is returned immediately to the application though there might be packets of the same flow in the GRO table. If PSH flag is set on a segment packets up to the segment should be delivered immediately. But the current implementa

[PATCH] net/iavf: fix Tx descriptors for IPSec

2022-10-28 Thread Zhichao Zeng
This patch fixes the building of context and data descriptor on the scalar path for IPSec. Fixes: f7c8c36fdeb7 ("net/iavf: enable inner and outer Tx checksum offload") Signed-off-by: Radu Nicolau Signed-off-by: Zhichao Zeng Tested-by: Ke Xu --- drivers/net/iavf/iavf_rxtx.c | 80 ++

[PATCH v4] gro : fix reordering of packets in GRO library

2022-10-28 Thread Kumara Parameshwaran
From: Kumara Parameshwaran When a TCP packet contains flags like PSH it is returned immediately to the application though there might be packets of the same flow in the GRO table. If PSH flag is set on a segment packets up to the segment should be delivered immediately. But the current implementa

[PATCH v6 1/3] sched: fix subport profile ID

2022-10-28 Thread Megha Ajmera
In rte_sched_subport_config() API, subport_profile_id is not set correctly. Fixes: ac6fcb841b0f ("sched: update subport rate dynamically") Cc: cristian.dumitre...@intel.com Signed-off-by: Megha Ajmera Acked-by: Dumitrescu, Cristian --- lib/sched/rte_sched.c | 2 -- 1 file changed, 2 deletions(

[PATCH v6 2/3] sched: fix number of subport profiles

2022-10-28 Thread Megha Ajmera
Removed unused subport field from profile.cfg Correctly using subport profile id in subport config load. Fixes: 802d214dc880 ("examples/qos_sched: update subport rate dynamically") Cc: sta...@dpdk.org Signed-off-by: Megha Ajmera Acked-by: Cristian Dumitrescu --- examples/qos_sched/cfg_file.c

[PATCH v6 3/3] sched: support for 100G+ rates in subport/pipe config

2022-10-28 Thread Megha Ajmera
- Config load functions updated to support 100G rates for subport and pipes. - Added new parse function to convert string to unsigned long long. - Added error checks. - Fixed format warnings. Signed-off-by: Megha Ajmera --- examples/qos_sched/cfg_file.c | 179 +-

Re: [PATCH v4 0/3] ethdev: AGE action preparation

2022-10-28 Thread Andrew Rybchenko
On 10/27/22 00:49, Michael Baum wrote: RFC's: https://patchwork.dpdk.org/project/dpdk/patch/7a45693f478b1b721b4e05131141b526185a175c.1654063912.git.jack...@nvidia.com/ https://patchwork.dpdk.org/project/dpdk/patch/608febf8d5d3c434a1eddb2e56f425ebbd6ff0b4.1654063912.git.jack...@nvidia.com/ v2: -

RE: [PATCH v6 3/3] sched: support for 100G+ rates in subport/pipe config

2022-10-28 Thread Dumitrescu, Cristian
> -Original Message- > From: Ajmera, Megha > Sent: Friday, October 28, 2022 10:56 AM > To: dev@dpdk.org; Singh, Jasvinder ; > Dumitrescu, Cristian ; > step...@networkplumber.org > Cc: sta...@dpdk.org > Subject: [PATCH v6 3/3] sched: support for 100G+ rates in subport/pipe > config > >

Re: [PATCH V2] app/testpmd: update bond port configurations when add slave

2022-10-28 Thread humin (Q)
在 2022/10/28 14:20, Huisong Li 写道: Some capabilities (like, rx_offload_capa and tx_offload_capa) of bonding device in dev_info is zero when no slave is added. And its capability will be updated when add a new slave device. The capability to update dynamically may introduce some problems if not

Re: [PATCH v4 1/2] build: allow to conditionally build apps

2022-10-28 Thread David Marchand
On Fri, Oct 14, 2022 at 10:45 AM Bruce Richardson wrote: > > On Fri, Oct 14, 2022 at 09:51:17AM +0200, Markus Theil wrote: > > Makes apps configurable from meson, like already > > possible for drivers. > > > > Signed-off-by: Markus Theil > Acked-by: Bruce Richardson Series applied, thanks. I'll

[PATCH] build: list selected applications

2022-10-28 Thread David Marchand
With the addition of enable/disable_apps meson options, it is a bit harder to figure out which application is built, and why. Display the list of applications in the same way we do for drivers and libraries. Signed-off-by: David Marchand --- app/meson.build | 37 +++-

Re: [PATCH] build: list selected applications

2022-10-28 Thread Bruce Richardson
On Fri, Oct 28, 2022 at 02:34:19PM +0200, David Marchand wrote: > With the addition of enable/disable_apps meson options, it is a bit > harder to figure out which application is built, and why. > > Display the list of applications in the same way we do for drivers and > libraries. > > Signed-off-

Re: [PATCH v6 1/3] sched: fix subport profile ID

2022-10-28 Thread David Marchand
On Fri, Oct 28, 2022 at 11:58 AM Megha Ajmera wrote: > > In rte_sched_subport_config() API, subport_profile_id is not set correctly. > > Fixes: ac6fcb841b0f ("sched: update subport rate dynamically") > Cc: cristian.dumitre...@intel.com Cc: sta...@dpdk.org > > Signed-off-by: Megha Ajmera > Acked

Re: [PATCH v6 2/3] sched: fix number of subport profiles

2022-10-28 Thread David Marchand
On Fri, Oct 28, 2022 at 11:59 AM Megha Ajmera wrote: > Wrong prefix in the title, it should be examples/qos_sched:. > Removed unused subport field from profile.cfg > Correctly using subport profile id in subport config load. This reads odd... but I'll keep untouched. > > Fixes: 802d214dc880

Re: [PATCH v6 3/3] sched: support for 100G+ rates in subport/pipe config

2022-10-28 Thread David Marchand
On Fri, Oct 28, 2022 at 12:57 PM Dumitrescu, Cristian wrote: > > Subject: [PATCH v6 3/3] sched: support for 100G+ rates in subport/pipe > > config As mentionned in 2/3, the title prefix is incorrect. > > > > - Config load functions updated to support 100G rates > > for subport and pipes. > > - A

Re: [PATCH] maintainers: remove obsolete contact details

2022-10-28 Thread David Marchand
On Tue, Oct 25, 2022 at 5:12 PM Mcnamara, John wrote: > > Bernard is no longer with Intel and is no longer involved in the DPDK > > community, so remove him from the MAINTAINERS file. > > Acked-by: John McNamara Let's wish Bernard best of luck for the future. Applied, thanks. -- David Marchan

Re: [PATCH] flow_classify: mark library as deprecated

2022-10-28 Thread David Marchand
On Thu, Oct 27, 2022 at 4:14 PM Thomas Monjalon wrote: > > This library has no maintainer and, for now, nobody expressed interest > > in taking over. > > Mark this experimental library as deprecated and announce plan for > > removal in v23.11. > > > > Signed-off-by: David Marchand > > Acked-by: T

Re: [PATCH v11 02/18] net/idpf: add support for device initialization

2022-10-28 Thread Andrew Rybchenko
On 10/25/22 11:57, Andrew Rybchenko wrote: On 10/24/22 16:12, Junfeng Guo wrote: Support device init and add the following dev ops:   - dev_configure   - dev_close   - dev_infos_get Signed-off-by: Beilei Xing Signed-off-by: Xiaoyun Li Signed-off-by: Xiao Wang Signed-off-by: Junfeng Guo [s

Re: [PATCH v14 02/18] net/idpf: add support for device initialization

2022-10-28 Thread Andrew Rybchenko
On 10/27/22 10:47, Junfeng Guo wrote: Support device init and add the following dev ops: - dev_configure - dev_close - dev_infos_get Signed-off-by: Beilei Xing Signed-off-by: Xiaoyun Li Signed-off-by: Xiao Wang Signed-off-by: Wenjun Wu Signed-off-by: Junfeng Guo [snip] +static int

[PATCH] MAINTAINERS: remove sthemmin@microsoft

2022-10-28 Thread Stephen Hemminger
These are my last couple of days at Microsoft. Remove the old email from MAINTAINERS. Will no longer have free access to Azure to work on Netvsc. Signed-off-by: Stephen Hemminger --- MAINTAINERS | 2 -- 1 file changed, 2 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 2bd4a55f1b0a..bc

Re: [PATCH v14 05/18] net/idpf: add support for device start and stop

2022-10-28 Thread Andrew Rybchenko
On 10/27/22 10:47, Junfeng Guo wrote: Add dev ops dev_start, dev_stop and link_update. Signed-off-by: Beilei Xing Signed-off-by: Xiaoyun Li Signed-off-by: Junfeng Guo [snip] @@ -284,6 +305,40 @@ idpf_dev_configure(struct rte_eth_dev *dev) return 0; } +static int +idpf_dev_st

Re: [PATCH v14 06/18] net/idpf: add support for queue start

2022-10-28 Thread Andrew Rybchenko
On 10/27/22 10:47, Junfeng Guo wrote: Add support for these device ops: - rx_queue_start - tx_queue_start Signed-off-by: Beilei Xing Signed-off-by: Xiaoyun Li Signed-off-by: Junfeng Guo [snip] +#define IDPF_RX_BUF_STRIDE 64 +int +idpf_vc_config_rxqs(struct idpf_vport *vpor

Re: [PATCH] build: list selected applications

2022-10-28 Thread Markus Theil
On 10/28/22 14:34, David Marchand wrote: With the addition of enable/disable_apps meson options, it is a bit harder to figure out which application is built, and why. Display the list of applications in the same way we do for drivers and libraries. Signed-off-by: David Marchand --- |Reviewed-b

RE: [PATCH v11 02/18] net/idpf: add support for device initialization

2022-10-28 Thread Xing, Beilei
> -Original Message- > From: Andrew Rybchenko > Sent: Friday, October 28, 2022 11:14 PM > To: Guo, Junfeng ; Zhang, Qi Z > ; Wu, Jingjing ; Xing, Beilei > > Cc: dev@dpdk.org; Li, Xiaoyun ; Wang, Xiao W > > Subject: Re: [PATCH v11 02/18] net/idpf: add support for device initialization >

RE: [PATCH v14 02/18] net/idpf: add support for device initialization

2022-10-28 Thread Xing, Beilei
> -Original Message- > From: Andrew Rybchenko > Sent: Friday, October 28, 2022 11:35 PM > To: Guo, Junfeng ; Zhang, Qi Z > ; Wu, Jingjing ; Xing, Beilei > > Cc: dev@dpdk.org; Li, Xiaoyun ; Wang, Xiao W > ; Wu, Wenjun1 > Subject: Re: [PATCH v14 02/18] net/idpf: add support for device in

RE: [PATCH v14 06/18] net/idpf: add support for queue start

2022-10-28 Thread Xing, Beilei
> -Original Message- > From: Andrew Rybchenko > Sent: Friday, October 28, 2022 11:51 PM > To: Guo, Junfeng ; Zhang, Qi Z > ; Wu, Jingjing ; Xing, Beilei > > Cc: dev@dpdk.org; Li, Xiaoyun > Subject: Re: [PATCH v14 06/18] net/idpf: add support for queue start > > On 10/27/22 10:47, Junf

Re: [PATCH v5] net/iavf: add thread for event callbacks

2022-10-28 Thread Thomas Monjalon
20/10/2022 07:00, Yiding Zhou: > This commit add a new thread to call all event callbacks. You may be interested to look at the new API rte_thread_* instead of calling pthread directly.

[PATCH] Add support for IBM Z s390x

2022-10-28 Thread David Miller
Signed-off-by: David Miller Reviewed-by: Mathew S Thoennes --- app/test-acl/main.c | 4 + app/test-pmd/config.c| 12 +- app/test/test_acl.c | 1 + app/test/test_atomic.c | 7 +- app/test/test_c

Re: [PATCH] Add support for IBM Z s390x

2022-10-28 Thread Stephen Hemminger
On Fri, 28 Oct 2022 17:52:40 -0400 David Miller wrote: > diff --git a/app/test/test_cmdline.c b/app/test/test_cmdline.c > index 115bee966d..e0720ff345 100644 > --- a/app/test/test_cmdline.c > +++ b/app/test/test_cmdline.c > @@ -10,21 +10,21 @@ > static int > test_cmdline(void) > { > - prin

Re: [PATCH] Add support for IBM Z s390x

2022-10-28 Thread Stephen Hemminger
On Fri, 28 Oct 2022 17:52:40 -0400 David Miller wrote: > +#if RTE_BYTE_ORDER == RTE_BIG_ENDIAN > +switch (type) { > +case RTE_UINT8: > +{ > +uint8_t *temp = (uint8_t *)&result; > +result = *temp; > +

Re: [PATCH] Add support for IBM Z s390x

2022-10-28 Thread David Miller
Will move to a new patch, and likely I opened in IDE again and it's set up for the previous OSS project. I got an email full of complaints from automated checkpatch, will resubmit again early next week. Best Regards - David Miller On Fri, Oct 28, 2022 at 6:45 PM Stephen Hemminger wrote: > >

Re: [PATCH V2] app/testpmd: update bond port configurations when add slave

2022-10-28 Thread lihuisong (C)
在 2022/10/28 18:59, humin (Q) 写道: 在 2022/10/28 14:20, Huisong Li 写道: Some capabilities (like, rx_offload_capa and tx_offload_capa) of bonding device in dev_info is zero when no slave is added. And its capability will be updated when add a new slave device. The capability to update dynamica

[PATCH V3] app/testpmd: update bond port configurations when add slave

2022-10-28 Thread Huisong Li
Some capabilities (like, rx_offload_capa and tx_offload_capa) of bonding device in dev_info is zero when no slave is added. And its capability will be updated when add a new slave device. The capability to update dynamically may introduce some problems if not handled properly. For example, the rec

[PATCH v15 00/18] add support for idpf PMD in DPDK

2022-10-28 Thread beilei . xing
From: Beilei Xing This patchset introduced the idpf (Infrastructure Data Path Function) PMD in DPDK for Intel® IPU E2000 (Device ID: 0x1452). The Intel® IPU E2000 targets to deliver high performance under real workloads with security and isolation. Please refer to https://www.intel.com/content/

[PATCH v15 02/18] net/idpf: add support for device initialization

2022-10-28 Thread beilei . xing
From: Junfeng Guo Support device init and add the following dev ops: - dev_configure - dev_close - dev_infos_get Signed-off-by: Beilei Xing Signed-off-by: Xiaoyun Li Signed-off-by: Xiao Wang Signed-off-by: Wenjun Wu Signed-off-by: Junfeng Guo --- MAINTAINERS|

[PATCH v15 03/18] net/idpf: add Tx queue setup

2022-10-28 Thread beilei . xing
From: Junfeng Guo Add support for tx_queue_setup ops. In the single queue model, the same descriptor queue is used by SW to post buffer descriptors to HW and by HW to post completed descriptors to SW. In the split queue model, "RX buffer queues" are used to pass descriptor buffers from SW to HW

[PATCH v15 04/18] net/idpf: add Rx queue setup

2022-10-28 Thread beilei . xing
From: Junfeng Guo Add support for rx_queue_setup ops. Signed-off-by: Beilei Xing Signed-off-by: Xiaoyun Li Signed-off-by: Junfeng Guo --- drivers/net/idpf/idpf_ethdev.c | 11 + drivers/net/idpf/idpf_rxtx.c | 400 + drivers/net/idpf/idpf_rxtx.h | 46

[PATCH v15 05/18] net/idpf: add support for device start and stop

2022-10-28 Thread beilei . xing
From: Junfeng Guo Add dev ops dev_start, dev_stop and link_update. Signed-off-by: Beilei Xing Signed-off-by: Xiaoyun Li Signed-off-by: Junfeng Guo --- drivers/net/idpf/idpf_ethdev.c | 55 ++ drivers/net/idpf/idpf_rxtx.c | 20 + 2 files changed, 7

[PATCH v15 06/18] net/idpf: add support for queue start

2022-10-28 Thread beilei . xing
From: Junfeng Guo Add support for these device ops: - rx_queue_start - tx_queue_start Signed-off-by: Beilei Xing Signed-off-by: Xiaoyun Li Signed-off-by: Junfeng Guo --- drivers/net/idpf/idpf_ethdev.c | 42 +++- drivers/net/idpf/idpf_ethdev.h | 9 + drivers/net/idpf/idpf_rxtx.c | 237

[PATCH v15 07/18] net/idpf: add support for queue stop

2022-10-28 Thread beilei . xing
From: Junfeng Guo Add support for these device ops: - rx_queue_stop - tx_queue_stop Signed-off-by: Beilei Xing Signed-off-by: Xiaoyun Li Signed-off-by: Junfeng Guo --- drivers/net/idpf/idpf_ethdev.c | 17 ++-- drivers/net/idpf/idpf_rxtx.c | 148 + drivers

[PATCH v15 08/18] net/idpf: add queue release

2022-10-28 Thread beilei . xing
From: Junfeng Guo Add support for queue operations: - rx_queue_release - tx_queue_release Signed-off-by: Beilei Xing Signed-off-by: Xiaoyun Li Signed-off-by: Junfeng Guo --- drivers/net/idpf/idpf_ethdev.c | 2 + drivers/net/idpf/idpf_rxtx.c | 81 ++ drive

[PATCH v15 09/18] net/idpf: add support for MTU configuration

2022-10-28 Thread beilei . xing
From: Junfeng Guo Add dev ops mtu_set. Signed-off-by: Beilei Xing Signed-off-by: Junfeng Guo --- doc/guides/nics/features/idpf.ini | 1 + drivers/net/idpf/idpf_ethdev.c| 13 + 2 files changed, 14 insertions(+) diff --git a/doc/guides/nics/features/idpf.ini b/doc/guides/nics

[PATCH v15 10/18] net/idpf: add support for basic Rx datapath

2022-10-28 Thread beilei . xing
From: Junfeng Guo Add basic Rx support in split queue mode and single queue mode. Signed-off-by: Beilei Xing Signed-off-by: Xiaoyun Li Signed-off-by: Junfeng Guo --- drivers/net/idpf/idpf_ethdev.c | 2 + drivers/net/idpf/idpf_rxtx.c | 273 + drivers/net/id

[PATCH v15 11/18] net/idpf: add support for basic Tx datapath

2022-10-28 Thread beilei . xing
From: Junfeng Guo Add basic Tx support in split queue mode and single queue mode. Signed-off-by: Beilei Xing Signed-off-by: Xiaoyun Li Signed-off-by: Junfeng Guo --- drivers/net/idpf/idpf_ethdev.c | 3 + drivers/net/idpf/idpf_ethdev.h | 1 + drivers/net/idpf/idpf_rxtx.c | 357 +

[PATCH v15 12/18] net/idpf: support parsing packet type

2022-10-28 Thread beilei . xing
From: Junfeng Guo Parse packet type during receiving packets. Signed-off-by: Wenjun Wu Signed-off-by: Junfeng Guo --- drivers/net/idpf/idpf_ethdev.c | 6 + drivers/net/idpf/idpf_ethdev.h | 6 + drivers/net/idpf/idpf_rxtx.c | 11 ++ drivers/net/idpf/idpf_rxtx.h | 5 + drivers/net/id

[PATCH v15 13/18] net/idpf: add support for write back based on ITR expire

2022-10-28 Thread beilei . xing
From: Junfeng Guo Enable write back on ITR expire, then packets can be received one by one. Signed-off-by: Beilei Xing Signed-off-by: Junfeng Guo --- drivers/net/idpf/idpf_ethdev.c | 120 + drivers/net/idpf/idpf_ethdev.h | 13 drivers/net/idpf/idpf_vchnl.

[PATCH v15 14/18] net/idpf: add support for RSS

2022-10-28 Thread beilei . xing
From: Junfeng Guo Add RSS support. Signed-off-by: Beilei Xing Signed-off-by: Xiaoyun Li Signed-off-by: Junfeng Guo --- drivers/net/idpf/idpf_ethdev.c | 120 - drivers/net/idpf/idpf_ethdev.h | 26 +++ drivers/net/idpf/idpf_vchnl.c | 113 ++

[PATCH v15 15/18] net/idpf: add support for Rx offloading

2022-10-28 Thread beilei . xing
From: Junfeng Guo Add Rx offloading support: - support CHKSUM and RSS offload for split queue model - support CHKSUM offload for single queue model Signed-off-by: Beilei Xing Signed-off-by: Xiaoyun Li Signed-off-by: Junfeng Guo --- doc/guides/nics/features/idpf.ini | 5 ++ drivers/net/id

[PATCH v15 16/18] net/idpf: add support for Tx offloading

2022-10-28 Thread beilei . xing
From: Junfeng Guo Add Tx offloading support: - support TSO for single queue model and split queue model. Signed-off-by: Beilei Xing Signed-off-by: Xiaoyun Li Signed-off-by: Junfeng Guo --- doc/guides/nics/features/idpf.ini | 1 + drivers/net/idpf/idpf_ethdev.c| 4 +- drivers/net/idp

[PATCH v15 17/18] net/idpf: add AVX512 data path for single queue model

2022-10-28 Thread beilei . xing
From: Junfeng Guo Add support of AVX512 vector data path for single queue model. Signed-off-by: Wenjun Wu Signed-off-by: Junfeng Guo --- doc/guides/nics/idpf.rst| 19 + drivers/net/idpf/idpf_ethdev.c | 3 +- drivers/net/idpf/idpf_ethdev.h | 5 + drivers/

[PATCH v15 18/18] net/idpf: add support for timestamp offload

2022-10-28 Thread beilei . xing
From: Junfeng Guo Add support for timestamp offload. Signed-off-by: Wenjing Qiao Signed-off-by: Junfeng Guo --- doc/guides/nics/features/idpf.ini | 1 + drivers/net/idpf/idpf_ethdev.c| 5 +- drivers/net/idpf/idpf_ethdev.h| 3 ++ drivers/net/idpf/idpf_rxtx.c | 65 ++