On Wed, 2020-12-09 at 09:30 +, Nick Connolly wrote:
> Copying sta...@dpdk.org - given that 20.11 has now been released I
> assume this needs to be applied there as well.
This patch was ignored due to the backport scanning scripts check
commit message from upstream git repo, not mail thread. R
https://bugs.dpdk.org/show_bug.cgi?id=900
Bug ID: 900
Summary: [19.11.11-rc1] net/nfp build failure with clang 13
Product: DPDK
Version: 20.11
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
https://bugs.dpdk.org/show_bug.cgi?id=901
Bug ID: 901
Summary: [19.11.11-rc1] net/i40e build failure with make and
clang 13
Product: DPDK
Version: 19.11
Hardware: All
OS: All
Status: UNCONFIRMED
https://bugs.dpdk.org/show_bug.cgi?id=902
Bug ID: 902
Summary: [19.11.11-rc1] net/ice build failure with make and
clang 13
Product: DPDK
Version: 19.11
Hardware: All
OS: All
Status: UNCONFIRMED
https://bugs.dpdk.org/show_bug.cgi?id=903
Bug ID: 903
Summary: [19.11.11-rc1] net/ixgbe build failure with make and
clang 13
Product: DPDK
Version: 19.11
Hardware: All
OS: All
Status: UNCONFIRMED
> -Original Message-
> From: Bin Zheng
> Sent: Friday, December 10, 2021 4:22 PM
> To: dev@dpdk.org
> Cc: Wang, Haiyue ; lian...@liangbit.com;
> sta...@dpdk.org; Rong, Leyi ; Bin Zheng
> ; jia@intel.com
> Subject: [PATCH v3] net/ixgbe: add vector Rx parameter check
>
> Under the cir
Hi Christian,
We still see KNI build failure on SLES15 SP3 with dpdk-stable-19.11.11-rc1.
Is there a plan to address that on 19.11.11 LTS?
Regards,
Kalesh
On Thu, Dec 9, 2021 at 8:13 PM wrote:
> Hi all,
>
> Here is a list of patches targeted for stable release 19.11.11.
>
> The planned date fo
fix log info mismatch.
Signed-off-by: Andy Pei
---
drivers/vdpa/ifc/base/ifcvf.c | 14 --
1 file changed, 8 insertions(+), 6 deletions(-)
diff --git a/drivers/vdpa/ifc/base/ifcvf.c b/drivers/vdpa/ifc/base/ifcvf.c
index 721cb1d..d10c1fd 100644
--- a/drivers/vdpa/ifc/base/ifcvf.c
+++
check lm_cfg is not NULL before use lm_cfg.
when init hardware, if lm_cfg is NULL, output some debug information.
Signed-off-by: Andy Pei
---
drivers/vdpa/ifc/base/ifcvf.c | 32
1 file changed, 24 insertions(+), 8 deletions(-)
diff --git a/drivers/vdpa/ifc/base/
Usually the last avail index and last used index is 0, but for target
device of live migration, the last avail index and last used index is
not 0. So I think some log is helpful.
Signed-off-by: Andy Pei
---
lib/vhost/vhost_user.c | 5 +
1 file changed, 5 insertions(+)
diff --git a/lib/vhost
> -Original Message-
> From: Thomas Monjalon
> Sent: Monday, November 29, 2021 2:44 PM
> To: Rakesh Kudurumalla ; Jerin Jacob
> Kollanukkaran
> Cc: sta...@dpdk.org; dev@dpdk.org; david.march...@redhat.com;
> ferruh.yi...@intel.com; andrew.rybche...@oktetlabs.ru;
> ajit.khapa...@broadco
Hi Andy,
Thanks for the patch.
You need to add the "Fixes: " line.
BRs,
Xiao
> -Original Message-
> From: Pei, Andy
> Sent: Monday, December 13, 2021 12:29 PM
> To: dev@dpdk.org
> Cc: Pei, Andy ; Xia, Chenbo ;
> Wang, Xiao W
> Subject: [PATCH 1/3] vdpa/ifc: fix log info mismatch
>
> f
Hi,
Comments inline.
BRs,
Xiao
> -Original Message-
> From: Pei, Andy
> Sent: Monday, December 13, 2021 12:29 PM
> To: dev@dpdk.org
> Cc: Pei, Andy ; Xia, Chenbo ;
> Wang, Xiao W
> Subject: [PATCH 2/3] vdpa/ifc: check lm_cfg is not NULL before use lm_cfg
>
> check lm_cfg is not NULL b
On Fri, Dec 10, 2021 at 8:23 PM Bruce Richardson
wrote:
>
> Define a set of macros in the build configuration to allow C runtime
> code to check the current OS environment. This saves the user having to
> use ifdefs for e.g. disabling particular tests on Windows. See included
> documentation chang
fix log info mismatch.
Fixes: a3f8150eac6d ("net/ifcvf: add ifcvf vDPA driver")
Cc: xiao.w.w...@intel.com
Signed-off-by: Andy Pei
---
drivers/vdpa/ifc/base/ifcvf.c | 14 --
1 file changed, 8 insertions(+), 6 deletions(-)
diff --git a/drivers/vdpa/ifc/base/ifcvf.c b/drivers/vdpa/ifc
Hi Xiao,
"Fixes: " line will be added in V2.
Thanks for reply.
-Original Message-
From: Wang, Xiao W
Sent: Monday, December 13, 2021 2:55 PM
To: Pei, Andy ; dev@dpdk.org
Cc: Xia, Chenbo
Subject: RE: [PATCH 1/3] vdpa/ifc: fix log info mismatch
Hi Andy,
Thanks for the patch.
You need t
Hi Andy,
BRs,
Xiao
> -Original Message-
> From: Pei, Andy
> Sent: Monday, December 13, 2021 2:36 PM
> To: dev@dpdk.org
> Cc: Xia, Chenbo ; Wang, Xiao W
>
> Subject: [PATCH v2] vdpa/ifc: fix log info mismatch
>
> fix log info mismatch.
Use "Fix".
>
> Fixes: a3f8150eac6d ("net/ifcvf:
Hi Xiao,
Thanks for your reply.
I will send a V3 patch to address this.
-Original Message-
From: Wang, Xiao W
Sent: Monday, December 13, 2021 3:30 PM
To: Pei, Andy ; dev@dpdk.org
Cc: Xia, Chenbo
Subject: RE: [PATCH v2] vdpa/ifc: fix log info mismatch
Hi Andy,
BRs,
Xiao
> -Origin
Fix log info mismatch.
Fixes: a3f8150eac6d ("net/ifcvf: add ifcvf vDPA driver")
Cc: sta...@dpdk.org
Signed-off-by: Andy Pei
---
drivers/vdpa/ifc/base/ifcvf.c | 14 --
1 file changed, 8 insertions(+), 6 deletions(-)
diff --git a/drivers/vdpa/ifc/base/ifcvf.c b/drivers/vdpa/ifc/base/
19 matches
Mail list logo