> -Original Message-
> From: Sun, GuinanX
> Sent: Saturday, September 5, 2020 10:49 AM
> To: dev@dpdk.org
> Cc: Xing, Beilei ; Zhang, Qi Z ;
> Yang, Qiming ; Sun, GuinanX
>
> Subject: [PATCH 0/9] update i40e base code
>
> update i40e base code.
>
> source code of i40e driver:
> cid-i
This patch removes LIST_END enumerators references from
Intel QuickAssist Technology asymmetric crypto PMD.
Signed-off-by: Arek Kusztal
---
drivers/crypto/qat/qat_asym.c | 5 -
1 file changed, 5 deletions(-)
diff --git a/drivers/crypto/qat/qat_asym.c b/drivers/crypto/qat/qat_asym.c
index 85
Acked-by: Jeff Guo
-Original Message-
From: Zhao1, Wei
Sent: Monday, September 7, 2020 11:32 AM
To: Wang, Haiyue ; dev@dpdk.org
Cc: Guo, Jia ; Zhang, Qi Z ; Thomas
Monjalon
Subject: RE: [PATCH v1] maintainers: update for igb igc ixgbe
Acked-by: Wei Zhao
> -Original Message-
> -Original Message-
> From: dev On Behalf Of Xing, Beilei
> Sent: Friday, September 4, 2020 4:18 PM
> To: Yang, SteveX ; dev@dpdk.org
> Cc: Yang, Qiming ; Wu, Jingjing
>
> Subject: Re: [dpdk-dev] [PATCH v3 0/6] Bugs Porting from I40evf For IAVF
> Feature
>
>
>
> > -Original Mes
> -Original Message-
> From: Zhang, Qi Z
> Sent: Monday, September 7, 2020 1:44 PM
> To: Sun, GuinanX ; Jiang, JunyuX
> ; dev@dpdk.org
> Cc: Yang, Qiming
> Subject: RE: [PATCH 0/7] support RXDID22 and FDID22
>
>
>
>
>
> > -Original Message-
> > From: Sun, GuinanX
> > Sent:
> -Original Message-
> From: Sun, GuinanX
> Sent: Wednesday, August 26, 2020 3:55 PM
> To: dev@dpdk.org
> Cc: Zhang, Qi Z ; Yang, Qiming
> ; Sun, GuinanX
> Subject: [PATCH 0/7] support RXDID22 and FDID22
>
> Support flexible descriptor RXDID22 and FDID offload in vPMD.
> Remove deva
> -Original Message-
> From: dev On Behalf Of Guinan Sun
> Sent: Friday, September 4, 2020 2:22 PM
> To: dev@dpdk.org
> Cc: Xing, Beilei ; Guo, Jia ; Sun,
> GuinanX ; sta...@dpdk.org
> Subject: [dpdk-dev] [PATCH v5] net/i40e: fix link status
>
> If the PF driver supports the new speed
Acked-by: Wei Zhao
> -Original Message-
> From: Wang, Haiyue
> Sent: Monday, September 7, 2020 11:19 AM
> To: dev@dpdk.org
> Cc: Zhao1, Wei ; Guo, Jia ; Zhang,
> Qi Z ; Wang, Haiyue ;
> Thomas Monjalon
> Subject: [PATCH v1] maintainers: update for igb igc ixgbe
>
> Co-work with Jeff, s
Co-work with Jeff, setting me as new maintainer for igb, igc and ixgbe.
Signed-off-by: Haiyue Wang
---
MAINTAINERS | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index ed163f5d5..96cf04c72 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -670,8 +
Hi,
Sorry for my late reply due to the vacation.
> What is the performance impact of this for currently working applications that
> use a single thread to program flow rules. You are adding a couple of system
> calls to what was formerly a totally usermode operation.
If I understand correctly,
Add NTB device support (4th generation) for Intel Icelake platform.
Signed-off-by: Xiaoyun Li
---
v3:
* Removed a blank line.
* Added change doc for v2.
v2:
* Corrected and polished the doc.
* Fixed a link setup issue.
---
doc/guides/rawdevs/ntb.rst | 16 +-
doc/guides/rel_notes
Hi Stephen,
> -Original Message-
> From: Stephen Hemminger
> Sent: Sunday, September 6, 2020 00:56
> To: Wang, Haiyue
> Cc: dev@dpdk.org; Yigit, Ferruh ; Olivier Matz
>
> Subject: Re: [PATCH v2] net: adjust the header length parse size
>
> On Sat, 5 Sep 2020 11:06:46 +0800
> Haiyue W
On 2020/9/7 9:46, wangyunjian wrote:
From: Yunjian Wang
This patch fixes (out-of-bounds access) coverity issue.
Coverity issue: 349932
Fixes: 7d7f9f80bbfb ("net/hns3: support MAC address related operations")
Cc: sta...@dpdk.org
Signed-off-by: Yunjian Wang
Reviewed-by: Wei Hu (Xavier)
-
Enlarge the L3 and tunnel header length from 8-bit to 16-bit to handle
the bigger headers. And reorder the fields to avoid creating a structure
hole.
Signed-off-by: Haiyue Wang
---
v2: use bit field to avoid creating a structure hole.
v3: use basic type and reorder to avoid structure hole.
---
l
Add NTB device support (4th generation) for Intel Icelake platform.
Signed-off-by: Xiaoyun Li
---
doc/guides/rawdevs/ntb.rst | 16 +-
doc/guides/rel_notes/release_20_11.rst | 3 +
drivers/raw/ntb/ntb.c | 5 +
drivers/raw/ntb/ntb.h | 1 +
drive
From: Yunjian Wang
This patch fixes (out-of-bounds access) coverity issue.
Coverity issue: 349932
Fixes: 7d7f9f80bbfb ("net/hns3: support MAC address related operations")
Cc: sta...@dpdk.org
Signed-off-by: Yunjian Wang
---
drivers/net/hns3/hns3_ethdev.c | 4 ++--
1 file changed, 2 insertions(
> This patch adds documentation on the usage of the max SIMD bitwidth EAL
> setting, and how to use it to enable AVX-512 at runtime.
>
> Cc: Anatoly Burakov
> Cc: John McNamara
> Cc: Marko Kovacevic
>
> Signed-off-by: Ciara Power
> ---
> doc/guides/howto/avx512.rst | 36 +++
On Thu Sep 3, 2020 at 6:26 PM CEST, Ciara Power wrote:
> v3: Fixed comments on v2.
> v2:
> - Fixed comments on v1.
> - Removed additional make references.
> - Added some meson replacements where necessary.
> - Added dummy root Makefile.
>
> As previously decided [1] and communicated via deprecation
> This patch adds a max SIMD bitwidth EAL configuration. The API allows
> for an app to set this value. It can also be set using EAL argument
> --force-max-simd-bitwidth, which will lock the value and override any
> modifications made by the app.
>
> Signed-off-by: Ciara Power
>
> ---
> v2: Adde
> diff --git a/lib/librte_eal/x86/include/rte_power_intrinsics.h
> b/lib/librte_eal/x86/include/rte_power_intrinsics.h
> new file mode 100644
> index 00..6dd1cdc939
> --- /dev/null
> +++ b/lib/librte_eal/x86/include/rte_power_intrinsics.h
> @@ -0,0 +1,143 @@
> +/* SPDX-License-Identifier
On Sun, 6 Sep 2020 12:38:18 +
Matan Azrad wrote:
> Hi Stephen
>
> From: Stephen Hemminger:
> > The vdev_netvsc was not detecting when the associated PCI device
> > (SRIOV) was removed. Because of that it would keep feeding the same
> > (removed) device to failsafe PMD which would then unsucc
Hi Chengchang
From: Chengchang Tang:
> Hi, Matan
>
> On 2020/9/2 18:30, Matan Azrad wrote:
> > Hi Chengchang
> >
> > From: Chengchang Tang
> >> Hi, Matan
> >>
> >> On 2020/9/2 15:19, Matan Azrad wrote:
> >>>
> >>> Hi Chengchang
> >>>
> >>> From: Chengchang Tang
> Hi, Matan
>
> O
On Thu Sep 3, 2020 at 6:27 PM CEST, Ciara Power wrote:
> Make is no longer supported for compiling DPDK, references are now
> removed in the documentation.
>
> Signed-off-by: Ciara Power
> Reviewed-by: Kevin Laatz
> ---
> doc/build-sdk-quick.txt | 55 -
> 1
ptype 264, 265, 266, 267, 275 is should not be set
in ice_ptypes_ipv6_ofos_all.
Fixes: 88824213be8a ("net/ice/base: enable RSS for PFCP/L2TP/ESP/AH")
Cc: sta...@dpdk.org
Signed-off-by: Qi Zhang
---
drivers/net/ice/base/ice_flow.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
Hi Stephen
From: Stephen Hemminger:
> The vdev_netvsc was not detecting when the associated PCI device
> (SRIOV) was removed. Because of that it would keep feeding the same
> (removed) device to failsafe PMD which would then unsuccessfully try and
> probe for it.
>
> Change to use a mark/sweep me
>Subject: [dpdk-dev] [PATCH] net/vdev_netvsc: handle removal of associated
>pci device
>
>The vdev_netvsc was not detecting when the associated PCI device
>(SRIOV) was removed. Because of that it would keep feeding the same
>(removed) device to failsafe PMD which would then unsuccessfully try and
>
On Thu Sep 3, 2020 at 6:26 PM CEST, Ciara Power wrote:
> Make is no longer supported for compiling DPDK, references are now
> removed in code comments.
It should be squashed with the patch removing the config options.
In general, I feel this patchset would benefit a bit more squashing.
On Thu Sep 3, 2020 at 6:26 PM CEST, Ciara Power wrote:
> --- a/devtools/build-tags.sh
> +++ b/devtools/build-tags.sh
[...]
> + echo "Examples of valid configs are: "
> + echo "x86_64-native-linux-gcc, arm64-armv8a-linux-gcc,
> ppc_64-power8-linux-gcc"
Only arch and OS are used in this script.
I wo
From: Thomas Monjalon:
> 03/09/2020 22:59, Michael Baum:
> > I think the names of the patches describe well enough and there is no
> > need to add a description in the cover-letter.
>
> An introduction giving the general idea, explaining the reason for writing
> these changes, is always appreci
29 matches
Mail list logo