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
> -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
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
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
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
在 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
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 +
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
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
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
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
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
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
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
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
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
Acked-by: Gowrishankar Muthukrishnan
> Subject: RE: [PATCH v1] examples/fips_validation: fix digest length in AES GCM
>
> Acked-by: Gowrishankar Muthukrishnan
Applied to dpdk-next-crypto
Thanks.
> -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
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
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
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
101 - 122 of 122 matches
Mail list logo