> -Original Message-
> From: Guo, Junfeng
> Sent: Wednesday, June 28, 2023 5:12 PM
> To: Wu, Jingjing
> Cc: dev@dpdk.org; sta...@dpdk.org; He, Xingguang ;
> Laatz, Kevin
> ; Guo, Junfeng
> Subject: [PATCH v2] raw/ntb: add check for disabling interrupt in dev close
> ops
>
> During
> -Original Message-
> From: Mingxia Liu
> Sent: Monday, July 3, 2023 7:22 PM
> To: dev@dpdk.org
> Cc: Wu, Jingjing ; Xing, Beilei
> ;
> Liu, Mingxia
> Subject: [PATCH v3] net/idpf: refine dev_link_update function
>
> This patch refines dev_link_update() of IDPF PMD, optimizing the c
> -Original Message-
> From: Wenzhuo Lu
> Sent: Monday, July 3, 2023 10:22 AM
> To: dev@dpdk.org
> Cc: Lu, Wenzhuo ; sta...@dpdk.org
> Subject: [PATCH v2] net/iavf: fix VLAN insertion in vector path
>
> As the VLAN insertion is partially supported in vector path, the behavior is
> diff
Acked-by: Chengwen Feng
On 2023/7/1 10:16, Stephen Hemminger wrote:
> Simpler version of earlier patch which had a good idea, was just
> implemented with more code than necessary.
> If no device is specified don't start the capture loop.
>
> Reported-by: usman.tanveer
> Signed-off-by: Stephen H
This patch fix some error descriptions of
return value in mempool api which affect in html api.
Signed-off-by: Rma Ma
---
lib/mempool/rte_mempool.h | 12 ++--
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/lib/mempool/rte_mempool.h b/lib/mempool/rte_mempool.h
index 160975a
> -Original Message-
> From: Mattias Rönnblom
> Sent: Friday, June 30, 2023 3:28 AM
> To: Ruifeng Wang ; tho...@monjalon.net;
> david.march...@redhat.com
> Cc: dev@dpdk.org; konstantin.v.anan...@yandex.ru; Honnappa Nagarahalli
> ; nd
> Subject: Re: [PATCH] eal: add notes to SMP memory ba
Describe VF live migration steps for Intel E810 device.
Signed-off-by: Lingyu Liu
---
doc/guides/nics/intel_vf.rst | 93 ++
doc/guides/rel_notes/release_23_07.rst | 3 +
2 files changed, 96 insertions(+)
diff --git a/doc/guides/nics/intel_vf.rst b/doc/guides/n
From: Satheesh Paul
Adding support to parse RTE_FLOW_ITEM_TYPE_IPV6_ROUTING_EXT rte_flow
type for cnxk device.
Signed-off-by: Kiran Kumar K
Signed-off-by: Satheesh Paul
---
doc/guides/nics/features/cnxk.ini| 1 +
doc/guides/nics/features/cnxk_vf.ini | 1 +
drivers/net/cnxk/cnxk_flow.c
From: Kiran Kumar K
Adding support to parse IPV6 routing ext flow type for cnxk.
Signed-off-by: Kiran Kumar K
Reviewed-by: Satheesh Paul
Tested-by: Jerin Jacob
---
drivers/common/cnxk/roc_npc.h | 17 +
drivers/common/cnxk/roc_npc_mcam_dump.c | 3 +++
drivers/common
> -Original Message-
> From: Zeng, ZhichaoX
> Sent: Wednesday, June 28, 2023 1:53 PM
> To: dev@dpdk.org
> Cc: Yang, Qiming ; Zeng, ZhichaoX
> ; Zhang, Qi Z
> Subject: [PATCH] doc: fix missing release note for UFO on iavf and ice
>
> Add missing release note for UDP fragmentation offlo
> -Original Message-
> From: Qiming Yang
> Sent: Wednesday, June 28, 2023 11:26 AM
> To: dev@dpdk.org
> Cc: Yang, Qiming
> Subject: [PATCH] doc: fix missing release note for I225 support
>
> Add missing release note for I225-LMVP support.
>
> Fixes: 431d5e6dc3de ("net/igc: support I2
> -Original Message-
> From: Qiming Yang
> Sent: Wednesday, June 28, 2023 11:21 AM
> To: dev@dpdk.org
> Cc: Yang, Qiming
> Subject: [PATCH v2] doc: fix missing release note for I219 support
>
> Add missing release note for I219 support
>
> Fixes: a33e1a5bcd3f ("net/e1000: support mor
On 2023/2/20 21:05, Thomas Monjalon wrote:
> 17/02/2023 10:44, fengchengwen:
>> On 2023/2/16 20:54, Bruce Richardson wrote:
>>> On Thu, Feb 16, 2023 at 08:42:34PM +0800, fengchengwen wrote:
On 2023/2/16 20:06, Ferruh Yigit wrote:
> On 2/16/2023 11:53 AM, fengchengwen wrote:
>> On 20
Hi Thomas,
This version alaready fix asan smoke fail, could you help merge it ?
Thanks
On 2023/5/26 16:42, Chengwen Feng wrote:
> Add tracepoints at important APIs for tracing support.
>
> Signed-off-by: Chengwen Feng
> Acked-by: Morten Brørup
>
> ---
> v4: Fix asan smoke fail.
> v3: Addre
> -Original Message-
> From: Zhang, Qi Z
> Sent: Monday, July 3, 2023 10:22 AM
> To: Liu, Mingxia ; dev@dpdk.org
> Cc: Wu, Jingjing ; Xing, Beilei
> ;
> Liu, Mingxia
> Subject: RE: [PATCH v2] net/idpf: refine dev_link_update function
>
>
>
> > -Original Message-
> > From: M
> -Original Message-
> From: Wenzhuo Lu
> Sent: Thursday, June 29, 2023 8:06 AM
> To: dev@dpdk.org
> Cc: Lu, Wenzhuo
> Subject: [PATCH] doc: update release note for iavf AVX2 feature
>
> Add the missed release note for iavf AVX2 feature in 23.07.
>
> Fixes: 5712bf9d6e14 ("net/iavf: a
From: Beilei Xing
Ethdev Rx queues includes normal data queues and hairpin queues,
RSS should direct traffic only to the normal data queues.
Fixes: fda03330fcaa ("net/cpfl: support hairpin queue configuration")
Signed-off-by: Beilei Xing
---
drivers/net/cpfl/cpfl_ethdev.c | 22 +++
This patch refines dev_link_update() of IDPF PMD, optimizing
the code style.
Signed-off-by: Mingxia Liu
---
drivers/net/idpf/idpf_ethdev.c | 63 +++---
1 file changed, 28 insertions(+), 35 deletions(-)
diff --git a/drivers/net/idpf/idpf_ethdev.c b/drivers/net/idpf/id
As the VLAN insertion is partially supported in vector path,
the behavior is different in scalar and vector path.
For a VLAN packet, if using scalar path, the new VLAN tag will
be inserted after the original VLAN tag. If using vector path,
the new VLAN tag is inserted before the original VLAN tag.
Add missing release note for GVE PMD enabling for DQO queue format.
Fixes: a14d391c7d99 ("net/gve: add Tx queue setup for DQO")
Signed-off-by: Junfeng Guo
---
doc/guides/rel_notes/release_23_07.rst | 3 +++
1 file changed, 3 insertions(+)
diff --git a/doc/guides/rel_notes/release_23_07.rst
b/
> -Original Message-
> From: Xing, Beilei
> Sent: Wednesday, June 28, 2023 11:39 PM
> To: Wu, Jingjing
> Cc: dev@dpdk.org; Xing, Beilei
> Subject: [PATCH] doc: update release notes for Intel IPU
>
> From: Beilei Xing
>
> Update release notes for Intel IPU new features:
> - Support
> -Original Message-
> From: Yan, Zhirun
> Sent: Monday, July 3, 2023 10:35 AM
> To: Zeng, ZhichaoX ; dev@dpdk.org
> Cc: Zhang, Qi Z ; Yang, Qiming
>
> Subject: RE: [PATCH v2] net/ice: revert mark action in switch filter
>
>
>
> > -Original Message-
> > From: Zeng, ZhichaoX
> -Original Message-
> From: Zeng, ZhichaoX
> Sent: Sunday, June 25, 2023 2:21 PM
> To: dev@dpdk.org
> Cc: Zhang, Qi Z ; Zeng, ZhichaoX
> ; Yang, Qiming ; Yan,
> Zhirun
> Subject: [PATCH v2] net/ice: revert mark action in switch filter
>
> For current implementation, switch filter mis
> -Original Message-
> From: Mingxia Liu
> Sent: Saturday, July 1, 2023 2:52 AM
> To: dev@dpdk.org
> Cc: Wu, Jingjing ; Xing, Beilei
> ;
> Liu, Mingxia
> Subject: [PATCH v2] net/idpf: refine vport parameter string
>
> This patch refines 'IDPF_VPORT' param string in
> 'RTE_PMD_REGISTE
> -Original Message-
> From: Mingxia Liu
> Sent: Saturday, July 1, 2023 2:56 AM
> To: dev@dpdk.org
> Cc: Wu, Jingjing ; Xing, Beilei
> ;
> Liu, Mingxia
> Subject: [PATCH v2] net/idpf: refine dev_link_update function
net/idpf: refine dev link update
>
> This patch refines idpf_dev_l
> -Original Message-
> From: Mingxia Liu
> Sent: Saturday, July 1, 2023 2:54 AM
> To: dev@dpdk.org
> Cc: Wu, Jingjing ; Xing, Beilei
> ;
> Liu, Mingxia
> Subject: [PATCH v2] net/idpf: fix error path processing
>
> This patch moves vport info updating lines to the last, in order to fi
> -Original Message-
> From: Miao Li
> Sent: Thursday, June 29, 2023 10:27 AM
> To: dev@dpdk.org
> Cc: sta...@dpdk.org; Maxime Coquelin ;
> Xia, Chenbo ; David Marchand
>
> Subject: [PATCH v2 1/2] net/virtio: fix legacy device IO port map in secondary
> process
>
> When doing IO port map
On Tue, 19 Jul 2022 22:52:20 +0530
aman.ku...@vvdntech.in wrote:
> > >>
> > >> QDMA is a very generic name and many vendors have IP for it.
> > >>
> > >> My suggestions is the qualify the specific driver with vendor name i.e.
> > >> amd_qdma or xilinx_qdma or something similar.
> > >>
> > >> NXP a
Hi,
> -Original Message-
> From: Dariusz Sosnowski
> Sent: Tuesday, June 27, 2023 11:28 AM
> To: Matan Azrad ; Slava Ovsiienko
> ; Ori Kam ; Suanming Mou
>
> Cc: dev@dpdk.org
> Subject: [PATCH 0/2] net/mlx5: fix counter object leaks
>
> This patch series fixes the issue where after a lo
29 matches
Mail list logo