RE: [PATCH v3] sched: enable/disable TC OV at runtime

2022-05-09 Thread Ajmera, Megha
Hi Cristian, Marcin, > > -Original Message- > > From: Danilewicz, MarcinX > > Sent: Wednesday, April 27, 2022 10:24 AM > > To: dev@dpdk.org; Singh, Jasvinder ; > > Dumitrescu, Cristian > > Cc: Ajmera, Megha > > Subject: [PATCH v3] sched: enable/disable TC OV at runtime > > We are not t

[PATCH 2/2] net/bnxt: remove some dead code

2022-05-09 Thread Ruifeng Wang
Removed some macros that were defined but not used in this driver. As a result, rte_smp_xx occurrence is removed from this driver. Signed-off-by: Ruifeng Wang Reviewed-by: Kathleen Capella --- drivers/net/bnxt/bnxt_cpr.h | 14 -- 1 file changed, 14 deletions(-) diff --git a/drivers

[PATCH 1/2] net/bnxt: use compiler atomics for stats

2022-05-09 Thread Ruifeng Wang
Converted rte_atomic usages to compiler atomic built-ins. Signed-off-by: Ruifeng Wang Reviewed-by: Kathleen Capella --- drivers/net/bnxt/bnxt_rxq.c | 2 +- drivers/net/bnxt/bnxt_rxq.h | 2 +- drivers/net/bnxt/bnxt_rxr.c | 9 + drivers/net/bnxt/bnxt_stats.c | 4 ++-- 4 files change

[PATCH 0/2] atomic changes

2022-05-09 Thread Ruifeng Wang
This patch set includes changes proposed for BNXT PMD. These are C11 atomic and synchronization changes. Occruances of rte_atomicNN and rte_smp_XX are touched. Ruifeng Wang (2): net/bnxt: use compiler atomics for stats net/bnxt: remove some dead code drivers/net/bnxt/bnxt_cpr.h | 14 -

RE: [Patch v2] net/netvsc: report correct stats values

2022-05-09 Thread Long Li
> Subject: Re: [Patch v2] net/netvsc: report correct stats values > > On 5/5/2022 5:40 PM, Stephen Hemminger wrote: > > On Thu, 5 May 2022 17:28:38 +0100 > > Ferruh Yigit wrote: > > > >> On 5/4/2022 7:38 PM, Long Li wrote: > Subject: Re: [Patch v2] net/netvsc: report correct stats values > >

Re: [PATCH 0/3] BNXT changes

2022-05-09 Thread Ajit Khaparde
On Wed, Apr 13, 2022 at 3:12 PM Ajit Khaparde wrote: > > On Wed, Apr 13, 2022 at 3:32 AM Ruifeng Wang wrote: > > > > This patch set includes changes proposed for BNXT PMD. > > Found these in code review. > > > > Ruifeng Wang (3): > > net/bnxt: defer completion index update > > net/bnxt: remov

Re: [dpdk-dev] [PATCH 00/17] bnxt PMD fixes

2022-05-09 Thread Ajit Khaparde
On Wed, Apr 27, 2022 at 7:58 AM Kalesh A P wrote: > > From: Kalesh AP > > This patch set contains bug fixes in bnxt PMD. Please apply. > > Kalesh AP (12): > net/bnxt: update HWRM structures > net/bnxt: fix device capability reporting > net/bnxt: fix to remove an unused macro > net/bnxt: f

[PATCH v4] fix mbuf release function point corrupt in multi-process

2022-05-09 Thread Ke Zhang
In the multi process environment, the sub process operates on the shared memory and changes the function pointer of the main process, resulting in the failure to find the address of the function when main process releasing, resulting in crash. Signed-off-by: Ke Zhang --- drivers/net/iavf/iavf_rx

[PATCH v1] net/iavf: fix resource leak issue

2022-05-09 Thread Wenjun Wu
This patch fixes resource leak issue reported by coverity. Coverity issue: 378017 Fixes: b14e8a57b9fe ("net/iavf: support quanta size configuration") Signed-off-by: Wenjun Wu --- drivers/net/iavf/iavf_ethdev.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/net/iav

Re: [PATCH v6] lib/eal/ppc fix compilation for musl

2022-05-09 Thread Dunk
> On 9 May 2022, at 13:06, David Marchand wrote: > > On Sat, May 7, 2022 at 11:16 PM Duncan Bellamy wrote: >> >> musl lacks __ppc_get_timebase() but has __builtin_ppc_get_timebase() >> >> the __ppc_get_timebase_freq() is taken from: >> https://git.alpinelinux.org/aports/commit/?id=06b03f70

RE: [PATCH v2 4/5] baseband/acc100: start explicitly PF Monitor from PMD

2022-05-09 Thread Chautru, Nicolas
Hi Tom, > -Original Message- > From: Tom Rix > Sent: Sunday, May 8, 2022 6:45 AM > To: Chautru, Nicolas ; dev@dpdk.org; > gak...@marvell.com > Cc: tho...@monjalon.net; Kinsella, Ray ; Richardson, > Bruce ; hemant.agra...@nxp.com; Zhang, > Mingshan ; david.march...@redhat.com > Subject: R

RE: [PATCH v2 5/5] baseband/acc100: add protection for some negative scenario

2022-05-09 Thread Chautru, Nicolas
Hi Tom, > -Original Message- > From: Tom Rix > Sent: Sunday, May 8, 2022 6:56 AM > To: Chautru, Nicolas ; dev@dpdk.org; > gak...@marvell.com > Cc: tho...@monjalon.net; Kinsella, Ray ; Richardson, > Bruce ; hemant.agra...@nxp.com; Zhang, > Mingshan ; david.march...@redhat.com > Subject: R

RE: [PATCH v2 3/5] baseband/acc100: configuration of ACC101 from PF

2022-05-09 Thread Chautru, Nicolas
> -Original Message- > From: Tom Rix > Sent: Sunday, May 8, 2022 6:38 AM > To: Chautru, Nicolas ; dev@dpdk.org; > gak...@marvell.com > Cc: tho...@monjalon.net; Kinsella, Ray ; Richardson, > Bruce ; hemant.agra...@nxp.com; Zhang, > Mingshan ; david.march...@redhat.com > Subject: Re: [PATC

RE: [PATCH v2 2/5] baseband/acc100: modify validation code for ACC101

2022-05-09 Thread Chautru, Nicolas
Hi Tom, > -Original Message- > From: Tom Rix > Sent: Sunday, May 8, 2022 6:07 AM > To: Chautru, Nicolas ; dev@dpdk.org; > gak...@marvell.com > Cc: tho...@monjalon.net; Kinsella, Ray ; Richardson, > Bruce ; hemant.agra...@nxp.com; Zhang, > Mingshan ; david.march...@redhat.com > Subject: Re

RE: [PATCH v2 1/5] baseband/acc100: introduce PMD for ACC101

2022-05-09 Thread Chautru, Nicolas
Hi Tom, > -Original Message- > From: Tom Rix > Sent: Sunday, May 8, 2022 6:03 AM > To: Chautru, Nicolas ; dev@dpdk.org; > gak...@marvell.com > Cc: tho...@monjalon.net; Kinsella, Ray ; Richardson, > Bruce ; hemant.agra...@nxp.com; Zhang, > Mingshan ; david.march...@redhat.com > Subject: R

RE: [PATCH v1 4/5] baseband/fpga_5gnr_fec: enable validate LDPC enc/dec

2022-05-09 Thread Chautru, Nicolas
> -Original Message- > From: Vargas, Hernan > Sent: Monday, May 9, 2022 1:18 PM > To: dev@dpdk.org; gak...@marvell.com; t...@redhat.com > Cc: Chautru, Nicolas ; Zhang, Qi Z > ; Vargas, Hernan > Subject: [PATCH v1 4/5] baseband/fpga_5gnr_fec: enable validate LDPC > enc/dec > > Enable v

[PATCH v1 4/5] baseband/fpga_5gnr_fec: enable validate LDPC enc/dec

2022-05-09 Thread Hernan
Enable validate_ldpc_enc_op and validate_ldpc_dec_op Signed-off-by: Hernan --- .../fpga_5gnr_fec/rte_fpga_5gnr_fec.c | 490 ++ 1 file changed, 384 insertions(+), 106 deletions(-) diff --git a/drivers/baseband/fpga_5gnr_fec/rte_fpga_5gnr_fec.c b/drivers/baseband/fpga_5gn

[PATCH v1 5/5] baseband/fpga_5gnr_fec: remove filler from HARQ

2022-05-09 Thread Hernan
Removed dec->n_filler from harq_out_length calculation. Signed-off-by: Hernan --- drivers/baseband/fpga_5gnr_fec/rte_fpga_5gnr_fec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/baseband/fpga_5gnr_fec/rte_fpga_5gnr_fec.c b/drivers/baseband/fpga_5gnr_fec/rte_fpga_5

[PATCH v1 3/5] baseband/fpga_5gnr_fec: add check for HARQ input length

2022-05-09 Thread Hernan
Add new case DESC_ERR_HARQ_INPUT_LEN to check for valid HARQ input length. Signed-off-by: Hernan --- drivers/baseband/fpga_5gnr_fec/fpga_5gnr_fec.h | 1 + drivers/baseband/fpga_5gnr_fec/rte_fpga_5gnr_fec.c | 3 +++ 2 files changed, 4 insertions(+) diff --git a/drivers/baseband/fpga_5gnr_fec

[PATCH v1 2/5] baseband/fpga_5gnr_fec: add FPGA Mutex

2022-05-09 Thread Hernan
FPGA mutex acquisition and mutex free implemented. Signed-off-by: Hernan --- .../baseband/fpga_5gnr_fec/fpga_5gnr_fec.h| 6 +- .../fpga_5gnr_fec/rte_fpga_5gnr_fec.c | 77 ++- 2 files changed, 62 insertions(+), 21 deletions(-) diff --git a/drivers/baseband/fpga_5gnr_

[PATCH v1 1/5] baseband/fpga_5gnr_fec: remove FLR timeout

2022-05-09 Thread Hernan
FLR timeout register is not used in 5GNR FPGA. Signed-off-by: Hernan --- app/test-bbdev/test_bbdev_perf.c | 4 drivers/baseband/fpga_5gnr_fec/fpga_5gnr_fec.h | 2 -- drivers/baseband/fpga_5gnr_fec/rte_fpga_5gnr_fec.c | 9 - drivers/baseband/fpga_5gn

[PATCH v1 0/5] baseband/fpga_5gnr: maintenance changes to fpga_5gnr PMD

2022-05-09 Thread Hernan
Few PMD changes as part of maintenance of the driver. These are not required on the stable variants. Aiming to upstream these in 22.07. Hernan (5): baseband/fpga_5gnr_fec: remove FLR timeout baseband/fpga_5gnr_fec: add FPGA Mutex baseband/fpga_5gnr_fec: add check for HARQ input length bas

RE: [PATCH v3] sched: enable/disable TC OV at runtime

2022-05-09 Thread Dumitrescu, Cristian
Hi Marcin, > -Original Message- > From: Danilewicz, MarcinX > Sent: Wednesday, April 27, 2022 10:24 AM > To: dev@dpdk.org; Singh, Jasvinder ; Dumitrescu, > Cristian > Cc: Ajmera, Megha > Subject: [PATCH v3] sched: enable/disable TC OV at runtime We are not trying to enable/disable the

DPDK Release Status Meeting 2022-05-05

2022-05-09 Thread Mcnamara, John
Release status meeting minutes 2022-05-05 = Agenda: * Release Dates * Subtrees * Roadmaps * LTS * Defects * Opens Participants: * ARM * Intel * Debian/Microsoft * Marvell * Nvidia * Red Hat * Xilinx/AMD Release Dates - The following are the p

Re: [PATCH v3 0/7] vdpa/mlx5: improve device shutdown time

2022-05-09 Thread Maxime Coquelin
On 5/8/22 16:25, Xueming Li wrote: v1: - rebase with latest upstream code - fix coverity issues v2: - fix build issue on OS w/o flow DR API v3: - commit message update, thanks Maxime! Xueming Li (7): vdpa/mlx5: fix interrupt trash that leads to segment fault vdpa/mlx5: fix dead

[PATCH] Add support for NVIDIA ARM implementer ID

2022-05-09 Thread Cliff Burdick
build: added NVIDIA ARM implementer ID NVIDIA ARM CPUs (Xavier, Grace) use implementer ID 0x4e. This patch adds initial support for the Xavier chip rather than compiling using the generic platform. Signed-off-by: Cliff Burdick cburd...@nvidia.com --- config/arm/meson.b

CVE-2022-0669 Release Notice

2022-05-09 Thread Jiang, Cheng1
A vulnerability was fixed in DPDK. Some downstream stakeholders were warned in advance in order to coordinate the release of fixes and reduce the vulnerability window. It's an issue in the handling of vhost-user inflight type messages. A malicious vhost-user master can attach an unexpected number

CVE-2021-3839 Release Notice

2022-05-09 Thread Jiang, Cheng1
A vulnerability was fixed in DPDK. Some downstream stakeholders were warned in advance in order to coordinate the release of fixes and reduce the vulnerability window. In DPDK Vhost communication, we didn't test if msg->payload.inflight.num_queues is out of bounds in function 'vhost_user_set_infl

Re: [PATCH 1/3] eventdev: add function to quiesce an event port

2022-05-09 Thread Jerin Jacob
On Wed, Apr 27, 2022 at 5:02 PM Pavan Nikhilesh wrote: > > Add function to quiesce any core specific resources consumed by > the event port. > > When the application decides to migrate the event port to another lcore > or teardown the current lcore it may to call `rte_event_port_quiesce` > to make

Re: [dpdk-dev] [PATCH] doc: fix build error with sphinx 4.5.0

2022-05-09 Thread Jerin Jacob
On Mon, May 2, 2022 at 12:30 PM Jayatheerthan, Jay wrote: > > Looks good, thanks! > > Acked-by: Jay Jayatheerthan Applied to dpdk-next-eventdev/for-main. Thanks. > > -Jay > > > > > -Original Message- > > From: jer...@marvell.com > > Sent: Sunday, May 1, 2022 8:27 PM > > To: dev@dpdk.or

[Bug 1007] ixgbe-bound x553 sibling interface broken after app crash

2022-05-09 Thread bugzilla
https://bugs.dpdk.org/show_bug.cgi?id=1007 Bug ID: 1007 Summary: ixgbe-bound x553 sibling interface broken after app crash Product: DPDK Version: 20.11 Hardware: x86 OS: Linux Status: UNCONFIRMED

Re: [PATCH 00/11] Introduce support for RISC-V architecture

2022-05-09 Thread David Marchand
On Mon, May 9, 2022 at 2:24 PM Stanisław Kardach wrote: >> Testing all riscv configs in test-meson-buils.sh seems too much to me. >> Is there a real value to test both current targets? > > It's for sanity and compilation coverage testing. I.e. SiFive variant has a > specific build config which do

Re: [PATCH v2 5/6] event/cnxk: support to set runtime queue attributes

2022-05-09 Thread Jerin Jacob
On Tue, Apr 5, 2022 at 11:12 AM Shijith Thotton wrote: > > Added API to set queue attributes at runtime and API to get weight and > affinity. > > Signed-off-by: Shijith Thotton > --- > doc/guides/eventdevs/features/cnxk.ini | 1 + > drivers/event/cnxk/cn10k_eventdev.c| 4 ++ > drivers/even

Re: [PATCH v2 4/6] test/event: test cases to test runtime queue attribute

2022-05-09 Thread Jerin Jacob
On Tue, Apr 5, 2022 at 11:12 AM Shijith Thotton wrote: > > Added test cases to test changing of queue QoS attributes priority, > weight and affinity at runtime. > > Signed-off-by: Shijith Thotton > --- > app/test/test_eventdev.c | 149 +++ > 1 file changed, 14

Re: [PATCH v2 3/6] doc: announce change in event queue conf structure

2022-05-09 Thread Jerin Jacob
On Tue, Apr 5, 2022 at 11:12 AM Shijith Thotton wrote: > > Structure rte_event_queue_conf will be extended to include fields to > support weight and affinity attribute. Once it gets added in DPDK 22.11, > eventdev internal op, queue_attr_get can be removed. > > Signed-off-by: Shijith Thotton Ple

Re: [PATCH v2 2/6] eventdev: add weight and affinity to queue attributes

2022-05-09 Thread Jerin Jacob
On Tue, Apr 5, 2022 at 11:11 AM Shijith Thotton wrote: > > Extended eventdev queue QoS attributes to support weight and affinity. > If queues are of same priority, events from the queue with highest the same priority > weight will be scheduled first. Affinity indicates the number of times, > the

Re: [PATCH v2 1/6] eventdev: support to set queue attributes at runtime

2022-05-09 Thread Jerin Jacob
On Tue, Apr 5, 2022 at 11:12 AM Shijith Thotton wrote: > > Added a new eventdev API rte_event_queue_attr_set(), to set event queue > attributes at runtime from the values set during initialization using > rte_event_queue_setup(). PMD's supporting this feature should expose the > capability RTE_EVE

Re: [dpdk-dev] [PATCH 2/2] net/cnxk: support IPv6 fragment flow pattern item

2022-05-09 Thread Jerin Jacob
On Wed, Apr 27, 2022 at 11:53 AM wrote: > > From: Satheesh Paul > > Support matching IPv6 fragment extension header > with RTE_FLOW_ITEM_TYPE_IPV6_FRAG_EXT flow pattern item. > > Signed-off-by: Satheesh Paul Acked-by: Jerin Jacob Series applied to dpdk-next-net-mrvl/for-next-net. Thanks > ---

Re: [PATCH 00/11] Introduce support for RISC-V architecture

2022-05-09 Thread Thomas Monjalon
09/05/2022 14:24, Stanisław Kardach: > On Fri, May 6, 2022 at 11:13 AM David Marchand > wrote: > > About the new "Sponsored-by" tag, it should not raise warnings in the > > CI if we agree on its addition. > > > I'll modify it in V2 to be in form of: > Sponsored by: StarFive Technology You mean

Re: [PATCH 00/11] Introduce support for RISC-V architecture

2022-05-09 Thread Stanisław Kardach
On Fri, May 6, 2022 at 11:13 AM David Marchand wrote: > On Thu, May 5, 2022 at 7:30 PM Stanislaw Kardach wrote: > > > > This patchset adds support for building and running DPDK on 64bit RISC-V > > architecture. The initial support targets rv64gc (rv64imafdc) ISA and > > was tested on SiFive Unma

Re: [PATCH v6] lib/eal/ppc fix compilation for musl

2022-05-09 Thread David Marchand
On Sat, May 7, 2022 at 11:16 PM Duncan Bellamy wrote: > > musl lacks __ppc_get_timebase() but has __builtin_ppc_get_timebase() > > the __ppc_get_timebase_freq() is taken from: > https://git.alpinelinux.org/aports/commit/?id=06b03f70fb94972286c0c9f6278df89e53903833 > > Signed-off-by: Duncan Bellamy

[PATCH v4 2/2] config/arm: disable SVE ACLE for cn10k

2022-05-09 Thread Rahul Bhansali
This disable the sve_acle flag for cn10k. Performance impact:- With l3fwd example, lpm lookup performance increased by ~21% if Neon is used instead of SVE. Signed-off-by: Rahul Bhansali --- Changes in v4: - Resend patches. With v3, patches were not sent properly in single series. Changes in v3:

[PATCH v4 1/2] config/arm: add SVE ACLE control flag

2022-05-09 Thread Rahul Bhansali
This add the control flag for SVE ACLE to enable or disable RTE_HAS_SVE_ACLE macro in the build. Signed-off-by: Rahul Bhansali --- Changes in v4: - Resend patches. With v3, patches were not sent properly in single series. Changes in v3: - Moved sve_acle condition to be consider for RTE_HAS_SVE_A

RE: [EXT] Re: [dpdk-stable] [PATCH v2] test: avoid hang if queues are full and Tx fails

2022-05-09 Thread Rakesh Kudurumalla
Hi Thomas Monjalon, Same behavior is observed in cnxk driver as well. Can we please get this patch merged ? Regards, Rakesh > -Original Message- > From: Rakesh Kudurumalla > Sent: Monday, February 14, 2022 10:27 AM > To: Thomas Monjalon ; Jerin Jacob Kollanukkaran > > Cc: sta...@dpdk.or

[PATCH v3 2/2] config/arm: disable SVE ACLE for cn10k

2022-05-09 Thread Rahul Bhansali
This disable the sve_acle flag for cn10k. Performance impact:- With l3fwd example, lpm lookup performance increased by ~21% if Neon is used instead of SVE. Signed-off-by: Rahul Bhansali --- Changes in v3: No change Changes in v2: - Renamed the flag to sve_acle from sve config/arm/meson.build

[PATCH v3 1/2] config/arm: add SVE ACLE control flag

2022-05-09 Thread Rahul Bhansali
This add the control flag for SVE ACLE to enable or disable RTE_HAS_SVE_ACLE macro in the build. Signed-off-by: Rahul Bhansali --- Changes in v3: - Moved sve_acle condition to be consider for RTE_HAS_SVE_ACLE flag only. Changes in v2: - Renamed the flag to sve_acle from sve - Added double-indent

[RFC v2 9/9] net/idpf: support RSS

2022-05-09 Thread Junfeng Guo
Add RSS support. Signed-off-by: Beilei Xing Signed-off-by: Junfeng Guo --- drivers/net/idpf/idpf_ethdev.c | 106 + drivers/net/idpf/idpf_ethdev.h | 18 +- drivers/net/idpf/idpf_vchnl.c | 93 + 3 files changed, 216 insertions(+),

[RFC v2 8/9] net/idpf: support basic Rx/Tx

2022-05-09 Thread Junfeng Guo
Add basic RX & TX support in split queue mode and single queue mode. Using split queue mode by default. Signed-off-by: Beilei Xing Signed-off-by: Xiaoyun Li Signed-off-by: Junfeng Guo --- drivers/net/idpf/idpf_ethdev.c | 93 drivers/net/idpf/idpf_rxtx.c | 877 ++

[RFC v2 7/9] net/idpf: support link update

2022-05-09 Thread Junfeng Guo
Add ops link_update. Signed-off-by: Beilei Xing Signed-off-by: Junfeng Guo --- drivers/net/idpf/idpf_ethdev.c | 22 ++ drivers/net/idpf/idpf_ethdev.h | 2 ++ 2 files changed, 24 insertions(+) diff --git a/drivers/net/idpf/idpf_ethdev.c b/drivers/net/idpf/idpf_ethdev.c inde

[RFC v2 5/9] net/idpf: support getting device information

2022-05-09 Thread Junfeng Guo
Add ops dev_infos_get. Signed-off-by: Beilei Xing Signed-off-by: Junfeng Guo --- drivers/net/idpf/idpf_ethdev.c | 69 ++ 1 file changed, 69 insertions(+) diff --git a/drivers/net/idpf/idpf_ethdev.c b/drivers/net/idpf/idpf_ethdev.c index 511770ed4f..c58a40e7ab 10

[RFC v2 4/9] net/idpf: support queue ops

2022-05-09 Thread Junfeng Guo
Add queue ops for IDPF PMD: rx_queue_start rx_queue_stop tx_queue_start tx_queue_stop rx_queue_setup rx_queue_release tx_queue_setup tx_queue_release Signed-off-by: Beilei Xing Signed-off-by: Xiaoyun Li Signed-off-by: Junfeng Guo -

[RFC v2 3/9] net/idpf: support device initialization

2022-05-09 Thread Junfeng Guo
Support dev init and add dev ops for IDPF PMD: dev_configure dev_start dev_stop dev_close Signed-off-by: Beilei Xing Signed-off-by: Xiaoyun Li Signed-off-by: Xiao Wang Signed-off-by: Junfeng Guo --- drivers/net/idpf/idpf_ethdev.c | 652 +

[RFC v2 6/9] net/idpf: support packet type getting

2022-05-09 Thread Junfeng Guo
Add ops dev_supported_ptypes_get. Signed-off-by: Beilei Xing Signed-off-by: Junfeng Guo --- drivers/net/idpf/idpf_ethdev.c | 3 ++ drivers/net/idpf/idpf_rxtx.c | 51 ++ drivers/net/idpf/idpf_rxtx.h | 3 ++ 3 files changed, 57 insertions(+) diff --git a/dri

[RFC v2 2/9] net/idpf/base: add OS specific implementation

2022-05-09 Thread Junfeng Guo
Add some MACRO definations and small functions which are specific for DPDK. Signed-off-by: Beilei Xing Signed-off-by: Junfeng Guo --- drivers/net/idpf/base/iecm_osdep.h | 365 + 1 file changed, 365 insertions(+) create mode 100644 drivers/net/idpf/base/iecm_osdep.h

[RFC v2 0/9] add support for idpf PMD in DPDK

2022-05-09 Thread Junfeng Guo
This is a draft of idpf (Infrastructure Data Path Function) PMD in DPDK for Intel Device ID of 0x1452. v2: fix code typo in func idpf_set_tx_function. Junfeng Guo (9): net/idpf/base: introduce base code net/idpf/base: add OS specific implementation net/idpf: support device initialization

[PATCH v2] doc: update matching versions in i40e guide

2022-05-09 Thread Qiming Yang
Add recommended matching list for i40e PMD in DPDK 21.05, 21.08, 21.11 and 22.03. And add a known issue when FW upgrade to a version higher than 8.4. Cc: sta...@dpdk.org Signed-off-by: Qiming Yang --- v2: * added known issue in FW 8.4+ --- doc/guides/nics/i40e.rst | 23 +++

Re: [PATCH v2 1/2] ci: switch to Ubuntu 20.04

2022-05-09 Thread David Marchand
On Sat, May 7, 2022 at 5:37 AM Ruifeng Wang wrote: > > > -Original Message- > > From: David Marchand > > Sent: Friday, May 6, 2022 7:58 PM > > To: dev@dpdk.org > > Cc: Aaron Conole ; Michael Santana > > ; Ruifeng Wang ; > > Jan Viktorin ; Bruce Richardson > > ; David Christensen > > Subj

[Bug 1006] [dpdk-22.03] [asan] coremask/individual_coremask: AddressSanitizer DEADLYSIGNAL

2022-05-09 Thread bugzilla
https://bugs.dpdk.org/show_bug.cgi?id=1006 Bug ID: 1006 Summary: [dpdk-22.03] [asan] coremask/individual_coremask: AddressSanitizer DEADLYSIGNAL Product: DPDK Version: 22.03 Hardware: x86 OS: Linux