Re: [PATCH] bus/vmbus: add support allow/block scan mode

2023-07-03 Thread Stephen Hemminger
On Thu, 9 Jun 2022 07:55:13 + Xiaoming Jiang wrote: > Signed-off-by: Xiaoming Jiang > --- > drivers/bus/vmbus/vmbus_common.c | 30 -- > 1 file changed, 28 insertions(+), 2 deletions(-) > > diff --git a/drivers/bus/vmbus/vmbus_common.c > b/drivers/bus/vmbus/vmb

RE: [PATCH] net/cpfl: fix RSS lookup table configuration

2023-07-03 Thread Zhang, Qi Z
> -Original Message- > From: Wu, Jingjing > Sent: Monday, July 3, 2023 3:33 PM > To: Xing, Beilei > Cc: dev@dpdk.org > Subject: RE: [PATCH] net/cpfl: fix RSS lookup table configuration > > > > > -Original Message- > > From: Xing, Beilei > > Sent: Monday, July 3, 2023 7:28 P

Re: [PATCH v4 0/9] expand list of optional libraries

2023-07-03 Thread fengchengwen
Series-acked-by: Chengwen Feng On 2023/6/23 23:06, Bruce Richardson wrote: > DPDK still has many libraries which cannot be disabled as part of a > build. With the ongoing work to make it easier to only build a subset > of the libraries in DPDK, we can also work to expand the list of > libraries w

Re: [PATCH] app/testpmd: fix invalid queue ID when start port

2023-07-03 Thread Jie Hai
On 2023/7/3 20:33, Ali Alnubani wrote: -Original Message- From: Jie Hai Sent: Monday, July 3, 2023 2:03 PM To: Aman Singh ; Yuying Zhang ; Ferruh Yigit ; Shiyang He Cc: dev@dpdk.org; liudongdo...@huawei.com; Ali Alnubani Subject: [PATCH] app/testpmd: fix invalid queue ID when start por

Re: [PATCH] doc: announce inclusive naming function name changes

2023-07-03 Thread Stephen Hemminger
On Fri, 19 May 2023 14:33:34 +0800 Chaoyong He wrote: > In order to support inclusive naming, some of the functions in > DPDK will need to be renamed. Do this through deprecation process > now for 23.07. > > Signed-off-by: Chaoyong He Can this please get merged for 23.07, sufficient ACK's

Re: [PATCH] app/testpmd: fix invalid queue ID when start port

2023-07-03 Thread lihuisong (C)
在 2023/7/3 19:02, Jie Hai 写道: Function update_queue_state updates queue state of all queues of all ports, using the queue num nb_rxq|nb_txq stored locally by testpmd. Error on invalid queue ID occurs if we start testpmd with two ports and detach-attach one of them and start the other How do st

[PATCH V2] doc: add iavf live migration guide

2023-07-03 Thread Lingyu Liu
Describe iavf live migration steps. Signed-off-by: Lingyu Liu --- v2: Fixed CI. Added brief introduction about live migration. Clarified this is iavf feature. --- doc/guides/nics/intel_vf.rst | 101 + doc/guides/rel_notes/release_23_07.rst | 3 +

[PATCH v2] vhost: add notify reply ops to fix message deadlock

2023-07-03 Thread Rma Ma
Since backend and frontend message are synchronous in the same thread, there will be a probability of message deadlock. Consider each driver to determine whether to wait for response. Fixes: d90cf7d111ac ("vhost: support host notifier") Cc: maxime.coque...@redhat.com Signed-off-by: Rma Ma --- v2

Re: [PATCH v2] vhost: add notify reply ops to fix message deadlock

2023-07-03 Thread Stephen Hemminger
On Tue, 4 Jul 2023 10:32:28 +0800 Rma Ma wrote: > diff --git a/lib/vhost/vhost_user.c b/lib/vhost/vhost_user.c > index 901a80bbaa..aa61992939 100644 > --- a/lib/vhost/vhost_user.c > +++ b/lib/vhost/vhost_user.c > @@ -3365,13 +3365,14 @@ rte_vhost_backend_config_change(int vid, bool > need_reply

[PATCH v3] vhost: add notify reply ops to fix message deadlock

2023-07-03 Thread Rma Ma
Since backend and frontend message are synchronous in the same thread, there will be a probability of message deadlock. Consider each driver to determine whether to wait for response. Fixes: d90cf7d111ac ("vhost: support host notifier") Cc: maxime.coque...@redhat.com Signed-off-by: Rma Ma --- v2

Re: [PATCH v2 24/44] net/netvsc: fix segment fault when parse devargs

2023-07-03 Thread Stephen Hemminger
On Mon, 20 Mar 2023 09:20:50 + Chengwen Feng wrote: > The rte_kvargs_process() was used to parse KV pairs, it also supports > to parse 'only keys' (e.g. socket_id) type. And the callback function > parameter 'value' is NULL when parsed 'only keys'. > > This patch fixes segment fault when par

Re: [PATCH v2 04/44] net/pcap: fix segment fault when parse devargs

2023-07-03 Thread Stephen Hemminger
On Mon, 20 Mar 2023 09:20:30 + Chengwen Feng wrote: > The rte_kvargs_process() was used to parse KV pairs, it also supports > to parse 'only keys' (e.g. socket_id) type. And the callback function > parameter 'value' is NULL when parsed 'only keys'. > > This patch fixes segment fault when par

RE: [EXT] [PATCH 1/1] app/test: resolve mbuf_test application failure

2023-07-03 Thread Ashwin Sekhar T K
Acked-by: Ashwin Sekhar T K Ashwin Sekhar T K > -Original Message- > From: Rakesh Kudurumalla > Sent: Wednesday, April 26, 2023 2:58 PM > To: Olivier Matz > Cc: dev@dpdk.org; Jerin Jacob Kollanukkaran ; Nithin > Kumar Dabilpuram ; Rakesh Kudurumalla > > Subject: [EXT] [PATCH 1/1] app

Re: [PATCH V2] doc: add iavf live migration guide

2023-07-03 Thread Cao, Yahui
Hi Lingyu, On 7/4/2023 10:27 AM, Lingyu Liu wrote: Describe iavf live migration steps. Signed-off-by: Lingyu Liu --- v2: Fixed CI. Added brief introduction about live migration. Clarified this is iavf feature. --- doc/guides/nics/intel_vf.rst | 101

RE: [PATCH] vfio: do not coalesce DMA mappings

2023-07-03 Thread Ding, Xuan
Hi Nipun, > -Original Message- > From: Ding, Xuan > Sent: Friday, June 30, 2023 1:58 PM > To: Nipun Gupta ; dev@dpdk.org; > tho...@monjalon.net; Burakov, Anatoly ; > ferruh.yi...@amd.com > Cc: nikhil.agar...@amd.com; He, Xingguang ; Ling, > WeiX > Subject: RE: [PATCH] vfio: do not coalesc

[PATCH v2] doc: announce addition of new security IPsec SA option

2023-07-03 Thread Nithin Dabilpuram
Announce addition of new security IPsec SA option to enable out of place processing in Ingress Inline inbound SA's. Signed-off-by: Nithin Dabilpuram Acked-by: Akhil Goyal --- v2: - Modified deprication notice to include reserved opts removal. doc/guides/rel_notes/deprecation.rst | 5 + 1

RE: [PATCH v1] examples/fips_validation: fix digest length in AES GCM

2023-07-03 Thread Gowrishankar Muthukrishnan
Acked-by: Gowrishankar Muthukrishnan

RE: [PATCH v1] examples/fips_validation: fix digest length in AES GCM

2023-07-03 Thread Akhil Goyal
> Subject: RE: [PATCH v1] examples/fips_validation: fix digest length in AES GCM > > Acked-by: Gowrishankar Muthukrishnan Applied to dpdk-next-crypto Thanks.

RE: [PATCH] net/mlx5: forbid MPRQ restart

2023-07-03 Thread Slava Ovsiienko
> -Original Message- > From: Alexander Kozyrev > Sent: Tuesday, July 4, 2023 12:22 AM > To: dev@dpdk.org > Cc: Matan Azrad ; Raslan Darawsheh > ; Slava Ovsiienko ; > sta...@dpdk.org > Subject: [PATCH] net/mlx5: forbid MPRQ restart > > The queue restart is only supported by the non-vectori

Re: [PATCH v2 1/2] doc/contributing: provide coding details for dynamic logging

2023-07-03 Thread fengchengwen
Acked-by: Chengwen Feng On 2023/6/21 1:07, Bruce Richardson wrote: > While the section on dynamic logging in the contributors guide covered > the details of the logging naming scheme, it failed to cover exactly how > the component developer, i.e. the contributor, could actually use > dynamic logg

Re: [PATCH v5 2/2] ethdev: support xstats reset telemetry command

2023-07-03 Thread fengchengwen
Hi Thomas and Morten, On 2023/7/3 21:44, Morten Brørup wrote: >> From: Thomas Monjalon [mailto:tho...@monjalon.net] >> Sent: Monday, 3 July 2023 09.20 >> >> 03/07/2023 05:58, fengchengwen: >>> >>> On 2023/2/20 21:05, Thomas Monjalon wrote: 17/02/2023 10:44, fengchengwen: > On 2023/2/16 20

RE: [PATCH] vfio: do not coalesce DMA mappings

2023-07-03 Thread Gupta, Nipun
Hi Xuan, Please see inline. > -Original Message- > From: Ding, Xuan > Sent: Tuesday, July 4, 2023 10:43 AM > To: Gupta, Nipun ; dev@dpdk.org; > tho...@monjalon.net; Burakov, Anatoly ; Yigit, > Ferruh > Cc: Agarwal, Nikhil ; He, Xingguang > ; Ling, WeiX > Subject: RE: [PATCH] vfio: do n

<    1   2