[RFC PATCH] eventdev: introduce DMA event adapter library

2023-07-24 Thread Amit Prakash Shukla
Introduce event DMA adapter APIs. This patch provides information on adapter modes and usage. Application can use this event adapter interface to transfer packets between DMA device and event device. Signed-off-by: Amit Prakash Shukla --- doc/api/doxy-api-index.md |1 + d

[PATCH] event/cnxk: fix incorrect getwork devargs parsing

2023-07-24 Thread pbhagavatula
From: Pavan Nikhilesh CN10K can support up to three types of getwork, use parse value function to parse the device arguments. Fixes: 5fb651552c79 ("event/cnxk: fix SSO and TIM argument parsing") Cc: sta...@dpdk.org Signed-off-by: Pavan Nikhilesh --- drivers/event/cnxk/cnxk_eventdev.c | 2 +-

[PATCH] event/cnxk: add asm to support CASP for clang

2023-07-24 Thread pbhagavatula
From: Pavan Nikhilesh Clang fails to use register pairs for CASP instruction, use inline asm to fix register pairs. Signed-off-by: Pavan Nikhilesh --- drivers/event/cnxk/cn10k_worker.h | 15 ++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/drivers/event/cnxk/cn10k_

Re: [PATCH] mailmap: update contributor entry

2023-07-24 Thread Thomas Monjalon
24/07/2023 13:12, Andy Moreton: > On 22/07/2023 10:21, Thomas Monjalon wrote: > > We did not hear about Andy. > > > > It's probably better to update within his next patch. > > Hi Thomas, > > I review patches to the sfc PMD as a maintainer of the base library > (drivers/common/sfc_efx), but have

[PATCH] rawdev: fix device naming

2023-07-24 Thread Tomasz Duszynski
Use proper naming when dealing with a raw device. Fixes: c88b3f2558ed ("rawdev: introduce raw device library") Cc: shreyansh.j...@nxp.com Cc: sta...@dpdk.org Signed-off-by: Tomasz Duszynski --- lib/rawdev/rte_rawdev.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/raw

RE: [PATCH] rawdev: fix device naming

2023-07-24 Thread Hemant Agrawal
Acked-by: Hemant Agrawal > -Original Message- > From: Tomasz Duszynski > Sent: Monday, July 24, 2023 7:07 PM > To: dev@dpdk.org; Sachin Saxena ; Hemant > Agrawal ; Shreyansh Jain > > Cc: jer...@marvell.com; tho...@monjalon.net; Tomasz Duszynski > ; sta...@dpdk.org > Subject: [PATCH] raw

Re: [PATCH] mailmap: update contributor entry

2023-07-24 Thread Andy Moreton
On 22/07/2023 10:21, Thomas Monjalon wrote: > We did not hear about Andy. > > It's probably better to update within his next patch. Hi Thomas, I review patches to the sfc PMD as a maintainer of the base library (drivers/common/sfc_efx), but have not yet contributed other patches to DPDK. Ivan'

📣 Call for Content

2023-07-24 Thread Ben Thomas
Hello everyone *Please reply to *market...@dpdk.org with any content you would like featured in our July newsletter , which is shared across DPDK and Linux Foundation emails and social accounts. *Examples of con

Re: [PATCH v3 0/6] dts: tg abstractions and scapy tg

2023-07-24 Thread Thomas Monjalon
19/07/2023 16:12, Juraj Linkeš: > Add abstractions for traffic generator split into those that can and > can't capture traffic. > > The Scapy implementation uses an XML-RPC server for remote control. This > requires an interactive session to add Scapy functions to the server. The > interactive ses

RE: release candidate 23.07-rc4

2023-07-24 Thread Xu, HailinX
> -Original Message- > From: Xu, HailinX > Sent: Friday, July 21, 2023 6:01 PM > To: 'Thomas Monjalon' ; annou...@dpdk.org; > dev@dpdk.org > Cc: Kovacevic, Marko ; Mcnamara, John > ; Richardson, Bruce > ; Ferruh Yigit > Subject: RE: release candidate 23.07-rc4 > > > -Original Message-

RE: [PATCH] doc: update doc for idpf and cpfl

2023-07-24 Thread Xing, Beilei
> -Original Message- > From: Stephen Hemminger > Sent: Thursday, July 20, 2023 12:15 AM > To: Xing, Beilei > Cc: Wu, Jingjing ; dev@dpdk.org > Subject: Re: [PATCH] doc: update doc for idpf and cpfl > > On Tue, 18 Jul 2023 17:02:12 + > beilei.x...@intel.com wrote: > > > From: Beil