Re: 22.11.2 patches review and test

2023-04-23 Thread David Marchand
Hello Xueming, On Sun, Apr 23, 2023 at 11:35 AM Xueming Li wrote: > > Here is a list of patches targeted for stable release 22.11.2. > > The planned date for the final release is 5th MAY. > > Please help with testing and validation of your use cases and report > any issues/results with reply-all

RE: [EXT] [PATCH v1] crypto/ipsec_mb: add digest encrypted feature in AESNI_MB

2023-04-23 Thread Akhil Goyal
> Subject: [EXT] [PATCH v1] crypto/ipsec_mb: add digest encrypted feature in > AESNI_MB > AESNI_MB PMD does not support Digest Encrypted. This patch adds partial > support for this feature. I do not get it, what is the point of adding partial support. It should be added when it is supported. Also

RE: [RFC 06/27] vhost: don't dump unneeded pages with IOTLB

2023-04-23 Thread Xia, Chenbo
> -Original Message- > From: Maxime Coquelin > Sent: Friday, March 31, 2023 11:43 PM > To: dev@dpdk.org; david.march...@redhat.com; Xia, Chenbo > ; m...@redhat.com; f...@redhat.com; > jasow...@redhat.com; Liang, Cunming ; Xie, Yongji > ; echau...@redhat.com; epere...@redhat.com; > amore...

RE: [RFC 05/27] vhost: add helper for IOTLB entries shared page check

2023-04-23 Thread Xia, Chenbo
> -Original Message- > From: Maxime Coquelin > Sent: Friday, March 31, 2023 11:43 PM > To: dev@dpdk.org; david.march...@redhat.com; Xia, Chenbo > ; m...@redhat.com; f...@redhat.com; > jasow...@redhat.com; Liang, Cunming ; Xie, Yongji > ; echau...@redhat.com; epere...@redhat.com; > amore...

RE: [RFC 04/27] vhost: add helper of IOTLB entries coredump

2023-04-23 Thread Xia, Chenbo
> -Original Message- > From: Maxime Coquelin > Sent: Friday, March 31, 2023 11:43 PM > To: dev@dpdk.org; david.march...@redhat.com; Xia, Chenbo > ; m...@redhat.com; f...@redhat.com; > jasow...@redhat.com; Liang, Cunming ; Xie, Yongji > ; echau...@redhat.com; epere...@redhat.com; > amore...

RE: [RFC 03/27] vhost: fix IOTLB entries overlap check with previous entry

2023-04-23 Thread Xia, Chenbo
> -Original Message- > From: Maxime Coquelin > Sent: Friday, March 31, 2023 11:43 PM > To: dev@dpdk.org; david.march...@redhat.com; Xia, Chenbo > ; m...@redhat.com; f...@redhat.com; > jasow...@redhat.com; Liang, Cunming ; Xie, Yongji > ; echau...@redhat.com; epere...@redhat.com; > amore...

RE: [RFC 02/27] vhost: fix invalid call FD handling

2023-04-23 Thread Xia, Chenbo
> -Original Message- > From: Maxime Coquelin > Sent: Friday, March 31, 2023 11:43 PM > To: dev@dpdk.org; david.march...@redhat.com; Xia, Chenbo > ; m...@redhat.com; f...@redhat.com; > jasow...@redhat.com; Liang, Cunming ; Xie, Yongji > ; echau...@redhat.com; epere...@redhat.com; > amore...

RE: [RFC 01/27] vhost: fix missing guest notif stat increment

2023-04-23 Thread Xia, Chenbo
> -Original Message- > From: Maxime Coquelin > Sent: Friday, March 31, 2023 11:43 PM > To: dev@dpdk.org; david.march...@redhat.com; Xia, Chenbo > ; m...@redhat.com; f...@redhat.com; > jasow...@redhat.com; Liang, Cunming ; Xie, Yongji > ; echau...@redhat.com; epere...@redhat.com; > amore...

RE: [PATCH] net/iavf: add devargs to enable watchdog

2023-04-23 Thread Zhang, Qi Z
> -Original Message- > From: Zeng, ZhichaoX > Sent: Tuesday, April 18, 2023 1:42 PM > To: dev@dpdk.org > Cc: Zhang, Qi Z ; Zeng, ZhichaoX > ; Wu, Jingjing ; Xing, > Beilei > Subject: [PATCH] net/iavf: add devargs to enable watchdog > > This patch adds devargs to enable reset watchdog f

[PATCH v3] net/idpf: refine devargs parse functions

2023-04-23 Thread Mingxia Liu
This patch refines devargs parsing functions and use valid variable max_vport_nb to replace IDPF_MAX_VPORT_NUM. Signed-off-by: Mingxia Liu --- drivers/net/idpf/idpf_ethdev.c | 55 +++--- 1 file changed, 24 insertions(+), 31 deletions(-) diff --git a/drivers/net/idpf/

[PATCH v2] net/idpf: refine devargs parse functions

2023-04-23 Thread Mingxia Liu
This patch refines devargs parsing functions and use valid variable max_vport_nb to replace IDPF_MAX_VPORT_NUM. Signed-off-by: Mingxia Liu --- drivers/net/idpf/idpf_ethdev.c | 61 +- 1 file changed, 30 insertions(+), 31 deletions(-) diff --git a/drivers/net/idpf/

RE: [PATCH] net/idpf: refine devargs parse functions

2023-04-23 Thread Liu, Mingxia
> -Original Message- > From: Wu, Jingjing > Sent: Sunday, April 23, 2023 4:56 PM > To: Liu, Mingxia ; dev@dpdk.org > Cc: Xing, Beilei > Subject: RE: [PATCH] net/idpf: refine devargs parse functions > > > > > -Original Message- > > From: Liu, Mingxia > > Sent: Friday, April

Re: [PATCH v3 00/16] Enable lock annotations on most libraries and drivers

2023-04-23 Thread Thomas Monjalon
04/04/2023 14:48, David Marchand: > This is a followup of the series that introduced lock annotations. > I reworked and made annotations work in what seemed the easier cases. > In most cases, I chose to convert inline wrappers around the EAL lock > API to simple macro: I did not see much value in t

Re: [PATCH] devtools: suppress checkpatch warning on some kernel macro

2023-04-23 Thread Thomas Monjalon
04/04/2023 15:00, Ferruh Yigit: > On 4/4/2023 1:36 PM, David Marchand wrote: > > Kernel checkpatch.pl is confused about RTE_BUILD_BUG_ON() and warns as if > > our code was calling the kernel macro BUG_ON(). > > > > This does not make sense in the DPDK userspace code and the Linux kernel > > module

Re: [PATCH v5] enhance NUMA affinity heuristic

2023-04-23 Thread Thomas Monjalon
OK please send v6 with comments in the code where appropriate. We'll continue the discussion in v6. Thanks 23/04/2023 10:57, You, KaisenX: > > > -Original Message- > > From: You, KaisenX > > Sent: 2023年4月23日 14:52 > > To: Thomas Monjalon > > Cc: dev@dpdk.org; Zhou, YidingX ; > > david.

[PATCH v2] crypto/uadk: set queue pair in dev_configure

2023-04-23 Thread Zhangfei Gao
By default, uadk only alloc two queues for each algorithm, which will impact performance. Set queue pair number as required in dev_configure. The default max queue pair number is 8, which can be modified via para: max_nb_queue_pairs Example: sudo dpdk-test-crypto-perf -l 0-10 --vdev crypto_uadk,ma

22.11.2 patches review and test

2023-04-23 Thread Xueming Li
Hi all, Here is a list of patches targeted for stable release 22.11.2. The planned date for the final release is 5th MAY. Please help with testing and validation of your use cases and report any issues/results with reply-all to this mail. For the final release the fixes and reported validations

RE: [PATCH v5] enhance NUMA affinity heuristic

2023-04-23 Thread You, KaisenX
> -Original Message- > From: You, KaisenX > Sent: 2023年4月23日 14:52 > To: Thomas Monjalon > Cc: dev@dpdk.org; Zhou, YidingX ; > david.march...@redhat.com; Matz, Olivier ; > ferruh.yi...@amd.com; zhou...@loongson.cn; sta...@dpdk.org; > Richardson, Bruce ; jer...@marvell.com; > Burakov, A

RE: [PATCH] net/idpf: refine devargs parse functions

2023-04-23 Thread Wu, Jingjing
> -Original Message- > From: Liu, Mingxia > Sent: Friday, April 21, 2023 3:15 PM > To: dev@dpdk.org > Cc: Wu, Jingjing ; Xing, Beilei > ; Liu, Mingxia > > Subject: [PATCH] net/idpf: refine devargs parse functions > > This patch refines devargs parsing functions and use valid > variab

RE: [PATCH v4 1/2] common/idpf: move PF specific functions from common init

2023-04-23 Thread Wu, Jingjing
> -Original Message- > From: Xing, Beilei > Sent: Thursday, April 6, 2023 3:43 PM > To: Wu, Jingjing > Cc: dev@dpdk.org; Xing, Beilei > Subject: [PATCH v4 1/2] common/idpf: move PF specific functions from common > init > > From: Beilei Xing > > Move PF reset and PF mailbox initial