On Mon, Jun 30, 2025 at 8:00 AM Pravin Pathak wrote:
>
> Update DPDK documentation for configuring DLB hardware history
> list resource using devargs arguments.
>
> Fixes: 33ab065d0c40 ("event/dlb2: support managing history list resource")
>
> Signed-off-by: Pravin Pathak
> ---
Applied to dpdk-n
On Fri, Jun 27, 2025 at 3:49 PM Mohamed Feroz Abdul Majeeth
wrote:
>
> Extend the mailbox timeout to 2500 ms in the Octeon driver
> to ensure firmware responses are received, preventing premature
> timeouts in mailbox request handling. This improves reliability
> of control network APIs, addressin
On Mon, Jun 30, 2025 at 9:49 PM Pathak, Pravin wrote:
>
>
>
> > -Original Message-
> > From: Jerin Jacob
> > Sent: Monday, June 30, 2025 7:44 AM
> > To: Mattias Rönnblom
> > Cc: Pathak, Pravin ; dev@dpdk.org;
> > jer...@marvell.com; Ch
On Mon, Jun 30, 2025 at 4:47 PM Mattias Rönnblom wrote:
>
> On 2025-06-30 11:19, Jerin Jacob wrote:
> > On Sat, Jun 28, 2025 at 11:17 AM Pravin Pathak
> > wrote:
> >>
> >> DLB2 port interrupt is implemented using DPDK interrupt
> >> framework. T
On Sat, Jun 28, 2025 at 11:17 AM Pravin Pathak wrote:
>
> DLB2 port interrupt is implemented using DPDK interrupt
> framework. This allows eventdev dequeue API to sleep when
> the port queue is empty and gets wakeup when event arrives
> at the port. Port dequeue mode is configured using devargs
>
eview/ dont
have that feature.
>
> 5. It will also be great if the AI could target people who may be
> interested in this patch. And send them some notification or tell
> the developer to add them in the to
Good input.
Adding @Aaron Conole . He has some plans to implement thi
On Thu, Jun 19, 2025 at 6:52 PM Pavan Nikhilesh Bhagavatula
wrote:
>
> >Sent: Thursday, June 12, 2025 05:43
> >To: Jerin Jacob; tho...@monjalon.net; david.march...@redhat.com; Pavan
> >Nikhilesh Bhagavatula
> >Cc: dev@dpdk.org
> >Subject: [PATCH] test/event:
> -Original Message-
> From: Mattias Rönnblom
> Sent: Thursday, June 26, 2025 7:49 PM
> To: Jerin Jacob
> Cc: dev@dpdk.org; Mattias Rönnblom ; Mattias
> Rönnblom
> Subject: [EXTERNAL] [PATCH v2] eventdev: make flag types consistent with API
>
> Make RTE_
On Wed, Jun 25, 2025 at 4:52 PM Tomasz Duszynski wrote:
>
> In rare circumstances such as when underlying gpio device is being
> removed while userspace access is still ongoing flags returned from
> ioctl() may be invalid.
>
> Coverity issue: 469060
> Coverity issue: 469061
> Coverity issue: 46906
On Tue, Jun 24, 2025 at 11:57 AM Pavan Nikhilesh Bhagavatula
wrote:
>
> >During cleanup, only send releases for events app was
> >not able to enqueue. Current code is sending releases for
> >entire dequeue burst.
> >
> >Fixes: f0b68c0b2af7 ("app/eventdev: clean up worker state before exit")
> >Cc:
> -Original Message-
> From: Mattias Rönnblom
> Sent: Thursday, June 26, 2025 7:23 PM
> To: Jerin Jacob
> Cc: dev@dpdk.org; Mattias Rönnblom ; Mattias
> Rönnblom
> Subject: [EXTERNAL] [PATCH] eventdev: make flag types consistent with API
>
> Make RTE_
On Mon, Jun 23, 2025 at 10:19 AM Rahul Bhansali wrote:
>
> Adds null pointer check before executing CPT instruction.
>
> Fixes: 4d00b8c6a331 ("common/cnxk: allocate dynamic BPIDs")
> Fixes: 4af4e36a93d7 ("common/cnxk: support inline device API without ROC NIX")
>
> Signed-off-by: Rahul Bhansali
On Fri, Jun 20, 2025 at 4:07 AM Pravin Pathak wrote:
>
> added RTE_PMD_DLB2_ prefix to dlb2 token pop mode enmus
> to avoid name comflict. These enums are passed to public
> API rte_pmd_dlb2_set_token_pop_mode().
>
> Fixes: c667583d82f4 ("event/dlb2: add token pop API")
> Cc: sta...@dpdk.org
>
> S
On Fri, Jun 20, 2025 at 10:57 AM Rahul Bhansali wrote:
>
> Adds null pointer check before executing CPT instruction.
>
> Signed-off-by: Rahul Bhansali
Add Fixes tag and start the commit with common/cnxk: fix ...
On Thu, Jun 19, 2025 at 9:34 AM Pravin Pathak wrote:
>
> From: Tirthendu Sarkar
>
> dlb2_eventdev_info_get() that implements rte_event_dev_info_get() should
> return the maximum available credits as supported by HW.
>
> Set maximum credits before device probing by checking HW version.
>
> Fixes:
On Wed, Jun 18, 2025 at 12:52 AM Pravin Pathak wrote:
>
> Add support for setting application specified port history
> Set HL equal to CQ depth when inflight control is enabled
> Added command line parameters 'use_default_hl' (default: 1)
>and 'alloc_hl_entries'
> - When 'use_default_hl = 1'
On Tue, Jun 17, 2025 at 6:42 PM Tirthendu Sarkar
wrote:
>
> The producer port and consumer queue addresses are configured during
> port setup. These are needed during enqueue and dequeue operations.
> For a eventdev that is configured in primary process, these need to be
> stored so that secondary
On Tue, Jun 17, 2025 at 9:11 PM Marat Khalili wrote:
>
> > -Original Message-
> > From: Jerin Jacob
> > Sent: Tuesday 17 June 2025 16:28
> >
> > > -struct __rte_cache_aligned rte_graph_cluster_node_stats {
> > > +struct rte_graph_cluster_node
stats that it
> contains. There is no need to keep them cache-aligned since they are
> only used in the slow path.
>
> Fixes: af1ae8b6a32 ("graph: implement stats")
>
> Signed-off-by: Marat Khalili
> ---
>
> v2: Following the suggestions from Jerin Jacob changed the f
On Tue, Jun 17, 2025 at 7:07 PM Stephen Hemminger
wrote:
>
> On Tue, 17 Jun 2025 11:52:08 +0100
> Marat Khalili wrote:
>
> > This was flagged by undefined behaviour sanitizer: struct
> > rte_graph_cluster_stats is declared as `__rte_cache_aligned` but was
> > allocated using stdlib realloc which
On Tue, Jun 17, 2025 at 4:32 PM Marat Khalili wrote:
>
> This was flagged by undefined behaviour sanitizer: struct
> rte_graph_cluster_stats is declared as `__rte_cache_aligned` but was
> allocated using stdlib realloc which caused misaligned allocation. More
> than one test needs to be executed i
gt;
> To fix the issue add a check that stat->xstat_count is not NULL before
> the call.
>
> Signed-off-by: Marat Khalili
Change subject as lib/graph: fix memset with NULL. Also add Fixes:
With that
Acked-by: Jerin Jacob
> ---
> lib/graph/graph_stats.c | 4 +++-
> 1 fi
On Sat, Jun 14, 2025 at 4:49 AM wrote:
>
> From: Pavan Nikhilesh
>
> Add event vector adapter support to CN20K event device.
>
> Signed-off-by: Pavan Nikhilesh
> ---
> v2 Changes:
> - Add depends on series tag.
> - Fix compilation.
> v3 Changes:
> - Rebase.
> - Fix errors from check-meson.py
/vector: introduce event vector adapter")
>
> Signed-off-by: Pavan Nikhilesh
Acked-by: Jerin Jacob
Tested-by: Jerin Jacob
Goals
---
# Leverage modern AI-powered code review tools to accelerate and supplement
human review efforts.
# Prevent AI-generated comments from cluttering the mailing list or polluting
the main DPDK GitHub repository.
Setup
---
# Create a dedicated repository:
Set up a new repositor
Minutes of Technical Board Meeting, 2025-May-28
Members Attending
-
-Aaron
-Bruce
-Hemant
-Jerin
-Kevin (Next Chair)
-Konstantin
-Maxime
-Morten
-Stephen
-Thomas
NOTE: The technical board meetings every second Wednesday at
https://zoom-lfx.platform.linuxfoundation.org/mee
On Thu, Jun 12, 2025 at 10:47 PM wrote:
>
> From: Pavan Nikhilesh
>
> Add event vector adapter support to CN20K event device.
>
> Signed-off-by: Pavan Nikhilesh
> ---
> v2 Changes:
> - Add depends on series tag.
> - Fix compilation.
> v3 Changes:
> - Rebase.
> - Fix errors from check-meson.p
On Thu, Mar 27, 2025 at 4:50 PM wrote:
>
> From: Pavan Nikhilesh
>
> Since driver/common/cnxk has common code that is
> used across multiple platforms, allow use of
> GCC builtin atomic functions.
>
> Signed-off-by: Pavan Nikhilesh
Acked-by: Jerin Jacob
> ---
>
On Wed, Jun 4, 2025 at 6:13 PM wrote:
>
> From: Pavan Nikhilesh
>
> Add event vector adapter support to CN20K event device.
>
> Signed-off-by: Pavan Nikhilesh
> ---
> v2 Changes:
> - Add depends on series tag.
> - Fix compilation.
> v3 Changes:
> - Rebase.
> - Fix errors from check-meson.py
On Thu, Jun 5, 2025 at 11:22 PM Nitin Saxena wrote:
>
> Added functional unit test case for verifying feature arc control plane
> and fast path APIs
>
> How to run:
> $ echo "graph_feature_arc_autotest" | ./bin/dpdk-test
>
> Signed-off-by: Nitin Saxe
On Thu, Jun 5, 2025 at 11:42 PM Nitin Saxena wrote:
>
> This patch also adds feature arc fast path APIs as well along with
> documentation
>
> Signed-off-by: Nitin Saxena
Acked-by: Jerin Jacob
> ---
> doc/guides/prog_guide/graph_lib.rst | 180 ++
> lib/g
On Thu, Jun 5, 2025 at 11:04 PM Nitin Saxena wrote:
>
> This patch adds feature arc init()/create()/destroy() APIs. It also add
> APIs for adding feature node to an arc.
>
> Signed-off-by: Nitin Saxena
Acked-by: Jerin Jacob
On Thu, Jun 5, 2025 at 11:03 PM Nitin Saxena wrote:
>
> This patch defines RTE_GRAPH_FEATURE_ARC_REGISTER() and
> RTE_GRAPH_FEATURE_REGISTER() constructors and associated APIs with
> programming guide.
>
> Signed-off-by: Nitin Saxena
Acked-by: Jerin Jacob
On Thu, Jun 5, 2025 at 11:12 PM Nitin Saxena wrote:
>
> New internal API used by feature arc library to override node's original
> process() func.
>
> Signed-off-by: Nitin Saxena
Acked-by: Jerin Jacob
@Thomas Monjalon While merging, please add in
.mailmap for Nitin Sa
On Wed, Jun 4, 2025 at 3:43 PM Nitin Saxena wrote:
>
> This patch defines RTE_GRAPH_FEATURE_ARC_REGISTER() and
> RTE_GRAPH_FEATURE_REGISTER() constructors and associated APIs with
> programming guide.
>
> Signed-off-by: Nitin Saxena
> ---
> doc/api/doxy-api-index.md | 1 +
>
On Wed, Jun 4, 2025 at 9:12 PM Nitin Saxena wrote:
>
> New internal API used by feature arc library to override node's original
> process() func.
>
> Signed-off-by: Nitin Saxena
Acked-by: Jerin Jacob
On Tue, Jun 3, 2025 at 11:47 PM Pravin Pathak wrote:
>
> When application configures a DIR port with CQ depth less than 8, DLB PMD
> sets port's cq_depth as 8 and token reservation is used to make the
> effective cq_depth smaller. However, while setting port's cq_depth_mask
> application configure
On Fri, May 30, 2025 at 9:56 PM wrote:
>
> From: Pavan Nikhilesh
>
> Add performance test for event vector adapter.
>
> Signed-off-by: Pavan Nikhilesh
Series applied to dpdk-next-eventdev/for-main. Thanks.
> ---
> app/test-eventdev/evt_common.h | 9 +-
> app/test-eventdev/evt_optio
> -Original Message-
> From: Nitin Saxena
> Sent: Monday, April 21, 2025 8:47 PM
> To: Jerin Jacob ; Kiran Kumar Kokkilagadda
> ; Nithin Kumar Dabilpuram
> ; Zhirun Yan ; Robin
> Jarry ; Christophe Fontaine
> Cc: dev@dpdk.org; Nitin Saxena
> Subject: [PATCH
> -Original Message-
> From: Nitin Saxena
> Sent: Monday, April 21, 2025 8:47 PM
> To: Jerin Jacob ; Kiran Kumar Kokkilagadda
> ; Nithin Kumar Dabilpuram
> ; Zhirun Yan ; Robin
> Jarry ; Christophe Fontaine
> Cc: dev@dpdk.org; Nitin Saxena
> Subject: [PATCH
On Mon, Apr 21, 2025 at 11:16 PM Nitin Saxena wrote:
>
> - Added cmdline argument "--enable-graph-feature-arc" to call
> rte_graph_feature_arc_init() before rte_graph_create() which creates
> in-built arcs and feature nodes
> - Added custom feature nodes in app/graph which are added to ip4 out
On Mon, Apr 21, 2025 at 10:06 PM Nitin Saxena wrote:
>
> New API used by feature arc library to override node's original
New internal API ...
> process() func.
>
> Signed-off-by: Nitin Saxena
Acked-by: Jerin Jacob
ption is not needed in the above line, link to
event adapter programming guide
# In the programing guide and header file description, emphasis on
this feature is when CPU is event producer
# Please below some documentation improvements[1]. Please include it
in the next version.
# Series-Acked-by: Jerin Ja
On Fri, May 9, 2025 at 12:16 PM Ankur Dwivedi wrote:
>
> Adds a lookup FIB node for IP6.
> Adds a public function to do fib configuration from application.
>
> Signed-off-by: Ankur Dwivedi
> ---
> lib/node/ip6_lookup_fib.c | 139
> lib/node/meson.build
On Wed, May 28, 2025 at 5:32 PM Rahul Bhansali wrote:
>
> Adds details of below nix devargs
> - force_tail_drop
> - disable_xqe_drop
>
> Signed-off-by: Rahul Bhansali
Squashed this patch to relevant commit and Series Applied to
dpdk-next-net-mrvl/for-main. Thanks
> ---
> doc/guides/nics/cnx
On Wed, May 28, 2025 at 9:57 PM wrote:
>
> From: Sunil Kumar Kori
>
> When user requests to configure a device which is already in
> configured state then first device gets resets to default and
> then reconfigured with latest parameters.
>
> While resetting the device, MAC address table is left
On Thu, May 29, 2025 at 5:42 AM Andre Muezerie
wrote:
>
> With gcc, the macro __rte_used translates to __attribute__((used)).
> MSVC has something to the same effect, but harder to use and with some
> limitations (one being that it cannot be used with "static"). Therefore,
> it makes sense to avoi
On Fri, Apr 11, 2025 at 12:10 AM wrote:
>
> From: Pavan Nikhilesh
>
> The event vector adapter supports offloading creation of
> event vectors by vectorizing objects (mbufs/ptrs/u64s).
> Applications can create a vector adapter associated with
> an event queue and enqueue objects to be vectorized
On Wed, May 28, 2025 at 1:27 AM Andre Muezerie
wrote:
>
> With gcc, the macro __rte_used translates to __attribute__((used)).
> MSVC has something to the same effect, but harder to use and with some
> limitations (one being that it cannot be used with "static"). Therefore,
> it makes sense to avoi
On Fri, May 23, 2025 at 9:25 PM Rahul Bhansali wrote:
>
> Update bufsize in lookup-mem by default to maintain
> data order.
>
> Fixes: b826d043c01f ("net/cnxk: store pool buffer size in lookup memory")
>
> Signed-off-by: Rahul Bhansali
Series applied to dpdk-next-net-mrvl/for-main. Thanks
> -Original Message- > From: pbhagavatula@ marvell. com > Sent: Thursday, April 10, 2025 11: 36 PM > To: Jerin Jacob ; Pavan Nikhilesh Bhagavatula > ;
ZjQcmQRYFpfptBannerStart
Prioritize security for external emails:
Confirm sen
> -Original Message- > From: pbhagavatula@ marvell. com > Sent: Thursday, April 10, 2025 11: 31 PM > To: Jerin Jacob ; pravin. pathak@ intel. com; > hemant. agrawal@ nxp. com;
ZjQcmQRYFpfptBannerStart
Prioritize security for
> -Original Message- > From: Pravin Pathak > Sent: Friday, May 9, 2025 9: 54 AM > To: dev@ dpdk. org > Cc: Jerin Jacob ; mike. ximing. chen@ intel. com; > bruce. richardson@ intel. com;
ZjQcmQRYFpfptBannerStart
Prioritize security f
> -Original Message- > From: Pravin Pathak > Sent: Friday, May 9, 2025 9: 54 AM > To: dev@ dpdk. org > Cc: Jerin Jacob ; mike. ximing. chen@ intel. com; > bruce. richardson@ intel. com;
ZjQcmQRYFpfptBannerStart
Prioritize security f
> -Original Message- > From: Pravin Pathak > Sent: Friday, May 9, 2025 9: 54 AM > To: dev@ dpdk. org > Cc: Jerin Jacob ; mike. ximing. chen@ intel. com; > bruce. richardson@ intel. com;
ZjQcmQRYFpfptBannerStart
Prioritize security f
> -Original Message- > From: Tirthendu Sarkar > Sent: Tuesday, April 8, 2025 6: 31 PM > To: dev@ dpdk. org > Cc: bruce. richardson@ intel. com; pravin. pathak@ intel. com; Tirthendu Sarkar >
ZjQcmQRYFpfptBannerStart
Prioritize security for external emails:
> -Original Message- > From: Andre Muezerie > Sent: Friday, April 4, 2025 7: 18 AM > To: Nithin Kumar Dabilpuram ; Kiran Kumar > Kokkilagadda ;
ZjQcmQRYFpfptBannerStart
Prioritize security for external emails:
Confirm sender and content safety befor
tias Rönnblom ; Naga Harish K S V
> ; Jerin Jacob ; Mattias
> Rönnblom ; Peter Nilsson
>
> Subject: [EXTERNAL] [PATCH] event/eth_tx: prefetch mbuf headers
>
> Prefetch mbuf headers, resulting in ~10% throughput improvement when the
> Ethernet RX and TX Adapters are hosted on t
> -Original Message- > From: pbhagavatula@ marvell. com > Sent: Monday, May 12, 2025 7: 29 PM > To: Jerin Jacob ; Ankur Dwivedi > ; Anoob
ZjQcmQRYFpfptBannerStart
Prioritize security for external emails:
Confirm sender and conten
> -Original Message- > From: skori@ marvell. com > Sent: Tuesday, April 29, 2025 11: 42 PM > To: Thomas Monjalon ; Ferruh Yigit > ; Andrew Rybchenko
ZjQcmQRYFpfptBannerStart
Prioritize security for external emails:
Confirm sender and content safety
> -Original Message- > From: psatheesh@ marvell. com > Sent: Thursday, May 22, 2025 3: 41 PM > To: Nithin Kumar Dabilpuram ; Kiran Kumar > Kokkilagadda ;
ZjQcmQRYFpfptBannerStart
Prioritize security for external emails:
Confirm sender and content sa
> -Original Message- > From: Stephen Hemminger > Sent: Wednesday, April 23, 2025 9: 01 PM > To: edwin. brossette@ 6wind. com > Cc: dev@ dpdk. org; olivier. matz@ 6wind. com; didier. pallard@ 6wind. com;
ZjQcmQRYFpfptBannerStart
Prioritize security for external em
Kumar Dabilpuram ;
> Kiran Kumar Kokkilagadda ; Sunil Kumar Kori
> ; Satha Koteswara Rao Kottidi
> ; Harman Kalra
> Cc: Jerin Jacob ; Rahul Bhansali
> Subject: [PATCH v2 3/3] net/cnxk: update IP header of reassembled packets
>
> Updates IP header data of reassembled packets,
> -Original Message-
> From: psathe...@marvell.com
> Sent: Wednesday, April 2, 2025 1:55 PM
> To: Nithin Kumar Dabilpuram ; Kiran Kumar
> Kokkilagadda ; Sunil Kumar Kori
> ; Satha Koteswara Rao Kottidi
> ; Harman Kalra
> Cc: dev@dpdk.org; Satheesh Paul Antonysamy
> Subject: [EXTERNAL]
> I'm new to this project, and have no clue about the failure,
> could experts at this project provide
>
> some help about the following failure?
>
> + sudo babeltrace
> /home/runner/work/dpdk/dpdk/build/app/test/suites/rte-2025-04-30-AM-02-
> 25-21
>
>
> -Original Message-
> From: Pravin Pathak
> Sent: Wednesday, February 26, 2025 2:47 AM
> To: dev@dpdk.org
> Cc: Jerin Jacob ; mike.ximing.c...@intel.com;
> bruce.richard...@intel.com; tho...@monjalon.net;
> david.march...@redhat.com; nipun.gu...@amd.co
> -Original Message-
> From: psathe...@marvell.com
> Sent: Friday, March 21, 2025 3:18 PM
> To: Nithin Kumar Dabilpuram ; Kiran Kumar
> Kokkilagadda ; Sunil Kumar Kori
> ; Satha Koteswara Rao Kottidi
> ; Harman Kalra
> Cc: dev@dpdk.org; Satheesh Paul Antonysamy
> Subject: [EXTERNAL] [
> -Original Message-
> From: Tomasz Duszynski
> Sent: Thursday, March 27, 2025 2:42 PM
> To: dev@dpdk.org; Jakub Palider ; Tomasz Duszynski
>
> Cc: Jerin Jacob
> Subject: [PATCH v4] raw/cnxk_gpio: switch to character based GPIO interface
>
> The d
> -Original Message-
> From: Rahul Bhansali
> Sent: Friday, March 21, 2025 3:34 PM
> To: dev@dpdk.org; Nithin Kumar Dabilpuram ;
> Kiran Kumar Kokkilagadda ; Sunil Kumar Kori
> ; Satha Koteswara Rao Kottidi
> ; Harman Kalra
> Cc: Jerin Jacob ; Rahul Bhansal
> -Original Message-
> From: Nawal Kishor
> Sent: Tuesday, March 4, 2025 10:55 AM
> To: dev@dpdk.org; Nithin Kumar Dabilpuram ;
> Kiran Kumar Kokkilagadda ; Sunil Kumar Kori
> ; Satha Koteswara Rao Kottidi
> ; Harman Kalra
> Cc: Jerin Jacob ; Ashwin Sek
> -Original Message-
> From: Luka Jankovic
> Sent: Wednesday, March 26, 2025 3:40 PM
> To: luka.janko...@ericsson.com
> Cc: Jerin Jacob ; dev@dpdk.org
> Subject: [EXTERNAL] [PATCH] eventdev: fix dereferencing null atomic locks
> pointer in test-eventdev
>
>
> -Original Message-
> From: Nawal Kishor
> Sent: Monday, March 24, 2025 12:05 PM
> To: dev@dpdk.org; Nithin Kumar Dabilpuram ;
> Kiran Kumar Kokkilagadda ; Sunil Kumar Kori
> ; Satha Koteswara Rao Kottidi
> ; Harman Kalra ; Ashwin
> Sekhar T K
> Cc:
> -Original Message-
> From: Vamsi Krishna
> Sent: Monday, March 24, 2025 4:39 PM
> To: dev@dpdk.org
> Cc: Jerin Jacob ; Vamsi Krishna Attunuru
> ; Vidya Sagar Velumuri
> Subject: [PATCH v0 1/1] net/octeon_ep: fix buffer refill failure
>
> From: Vidya S
> -Original Message-
> From: pbhagavat...@marvell.com
> Sent: Saturday, March 8, 2025 2:29 PM
> To: Jerin Jacob ; Wathsala Vithanage
> ; Bruce Richardson
>
> Cc: dev@dpdk.org; Pavan Nikhilesh Bhagavatula
> Subject: [PATCH] config/arm: fix march features not be
> -Original Message-
> From: Nawal Kishor
> Sent: Tuesday, March 4, 2025 10:52 AM
> To: dev@dpdk.org; Nithin Kumar Dabilpuram ;
> Kiran Kumar Kokkilagadda ; Sunil Kumar Kori
> ; Satha Koteswara Rao Kottidi
> ; Harman Kalra ; Ashwin
> Sekhar T K
> Cc:
> -Original Message-
> From: Luka Jankovic
> Sent: Thursday, March 6, 2025 2:20 PM
> To: luka.janko...@ericsson.com
> Cc: dev@dpdk.org; Jerin Jacob ;
> mattias.ronnb...@ericsson.com; Pavan Nikhilesh Bhagavatula
>
> Subject: [EXTERNAL] [PATCH v10 3/3] eventdev
> -Original Message-
> From: Luka Jankovic
> Sent: Thursday, March 6, 2025 1:46 PM
> To: Luka Jankovic
> Cc: dev@dpdk.org; Pavan Nikhilesh Bhagavatula ;
> Jerin Jacob ; Mattias Rönnblom
>
> Subject: [EXTERNAL] Re: [PATCH v9 0/3] eventdev: atomic tests to te
> -Original Message-
> From: Naga Harish K, S V
> Sent: Saturday, March 1, 2025 2:59 PM
> To: Shijith Thotton ; Jerin Jacob
> Cc: dev@dpdk.org; Pavan Nikhilesh Bhagavatula ;
> Pathak, Pravin ; Hemant Agrawal
> ; Sachin Saxena ;
> Mattias R_nnblom ; Liang Ma
&
> -Original Message-
> From: Luka Jankovic
> Sent: Wednesday, February 19, 2025 7:13 PM
> To: luka.janko...@ericsson.com
> Cc: dev@dpdk.org; Jerin Jacob ;
> mattias.ronnb...@ericsson.com; Pavan Nikhilesh Bhagavatula
>
> Subject: [EXTERNAL] [RFC v7 4/4] eve
> -Original Message-
> From: Pavan Nikhilesh Bhagavatula
> Sent: Tuesday, February 25, 2025 6:37 PM
> To: Shijith Thotton ; Jerin Jacob
> Cc: dev@dpdk.org; Shijith Thotton ; sta...@dpdk.org;
> Naga Harish K S V
> Subject: RE: [PATCH] test/event: fix number of qu
> -Original Message-
> From: Vamsi Krishna
> Sent: Tuesday, February 11, 2025 10:36 PM
> To: dev@dpdk.org
> Cc: Jerin Jacob ; Vamsi Krishna Attunuru
>
> Subject: [PATCH v0 1/1] dma/cnxk: support pending count per HW DMA
> channel
>
> From: Vamsi Attun
> -Original Message-
> From: Nithin Dabilpuram
> Sent: Monday, February 24, 2025 3:22 PM
> To: Jerin Jacob ; Nithin Kumar Dabilpuram
> ; Kiran Kumar Kokkilagadda
> ; Sunil Kumar Kori ; Satha
> Koteswara Rao Kottidi ; Harman Kalra
>
> Cc: dev@dpdk.org
>
> -Original Message-
> From: Nithin Dabilpuram
> Sent: Friday, January 31, 2025 1:35 PM
> To: Jerin Jacob ; Nithin Kumar Dabilpuram
> ; Kiran Kumar Kokkilagadda
> ; Sunil Kumar Kori ; Satha
> Koteswara Rao Kottidi ; Harman Kalra
>
> Cc: dev@dpdk.org
>
> -Original Message-
> From: David Marchand
> Sent: Tuesday, February 18, 2025 7:58 PM
> To: Sunil Kumar Kori ; Jerin Jacob
> Cc: dev@dpdk.org; fengcheng...@huawei.com; Kevin Laatz
> ; Bruce Richardson ;
> Tyler Retzlaff
> Subject: Re: [EXTERNAL] [PATCH v3 4/6
> -Original Message-
> From: Pathak, Pravin
> Sent: Thursday, February 6, 2025 8:20 PM
> To: Richardson, Bruce ; dev@dpdk.org
> Cc: sta...@dpdk.org
> Subject: [EXTERNAL] RE: [PATCH] event/dlb2: fix event weight handling in SSE
> code path
>
> Reviewed-by: Pravin Pathak > -Original
> -Original Message-
> From: kirankum...@marvell.com
> Sent: Tuesday, November 26, 2024 10:14 AM
> To: Jerin Jacob ; Kiran Kumar Kokkilagadda
> ; Nithin Kumar Dabilpuram
> ; Zhirun Yan
> Cc: dev@dpdk.org; rja...@redhat.com; chcch...@163.com
> Subject: [PATCH v5
> -Original Message-
> From: kirankum...@marvell.com
> Sent: Tuesday, November 26, 2024 10:14 AM
> To: Jerin Jacob ; Kiran Kumar Kokkilagadda
> ; Nithin Kumar Dabilpuram
> ; Zhirun Yan
> Cc: dev@dpdk.org; rja...@redhat.com; chcch...@163.com
> Subject: [PATCH
> -Original Message-
> From: David Marchand
> Sent: Thursday, January 30, 2025 8:29 PM
> To: dev@dpdk.org
> Cc: Jerin Jacob ; Sunil Kumar Kori ;
> Tyler Retzlaff ; Thomas Monjalon
> ; Ferruh Yigit ; Andrew
> Rybchenko
> Subject: [EXTERNAL] [PATCH v2 1/3] tr
> -Original Message-
> From: David Marchand
> Sent: Thursday, January 30, 2025 8:29 PM
> To: dev@dpdk.org
> Cc: Chengwen Feng ; Kevin Laatz
> ; Bruce Richardson ;
> Jerin Jacob ; Sunil Kumar Kori ; Tyler
> Retzlaff
> Subject: [EXTERNAL] [PATCH v2 3/3] trace
> -Original Message-
> From: psathe...@marvell.com
> Sent: Wednesday, February 5, 2025 11:13 AM
> To: Nithin Kumar Dabilpuram ; Kiran Kumar
> Kokkilagadda ; Sunil Kumar Kori
> ; Satha Koteswara Rao Kottidi
> ; Harman Kalra
> Cc: dev@dpdk.org; Satheesh Paul Antonysamy
> Subject: [EXTER
> -Original Message-
> From: Vamsi Krishna Attunuru
> Sent: Wednesday, February 5, 2025 10:20 AM
> To: Andre Muezerie
> Cc: bruce.richard...@intel.com; dev@dpdk.org;
> konstantin.v.anan...@yandex.ru
> Subject: RE: [EXTERNAL] [PATCH v2] drivers/net: use intrinsic to access
> content
>
> -Original Message-
> From: Rahul Bhansali
> Sent: Thursday, January 30, 2025 5:25 PM
> To: dev@dpdk.org; Nithin Kumar Dabilpuram ;
> Kiran Kumar Kokkilagadda ; Sunil Kumar Kori
> ; Satha Koteswara Rao Kottidi
> ; Harman Kalra ; Pavan
> Nikhilesh Bhagavatula
> -Original Message-
> From: Anoob Joseph
> Sent: Tuesday, January 28, 2025 1:46 PM
> To: Chengwen Feng ; Kevin Laatz
> ; Bruce Richardson ;
> Thomas Monjalon ; David Marchand
>
> Cc: Jerin Jacob ; Vidya Sagar Velumuri
> ; dev@dpdk.org
> Subject: [PATCH
> -Original Message-
> From: psathe...@marvell.com
> Sent: Thursday, January 23, 2025 11:23 AM
> To: Nithin Kumar Dabilpuram ; Kiran Kumar
> Kokkilagadda ; Sunil Kumar Kori
> ; Satha Koteswara Rao Kottidi
> ; Harman Kalra
> Cc: dev@dpdk.org; Satheesh Paul Antonysamy
> Subject: [EXTERN
> -Original Message-
> From: Akhil Goyal
> Sent: Friday, January 24, 2025 11:52 PM
> To: dev@dpdk.org
> Cc: Jerin Jacob ; Akhil Goyal
> Subject: [PATCH] common/cnxk: check MACsec HW capability
>
> Added ROC API to check if hardware has capability to per
> -Original Message-
> From: Bruce Richardson
> Sent: Tuesday, January 21, 2025 10:42 PM
> To: dev@dpdk.org
> Cc: Pravin Pathak ; Bruce Richardson
> ; sta...@dpdk.org
> Subject: [EXTERNAL] [PATCH] event/dlb2: fix event weight handling in SSE code
> path
>
> Commit 6e2e98d6775b ("event/
> -Original Message-
> From: Naga Harish K, S V
> Sent: Monday, February 3, 2025 10:08 AM
> To: Jerin Jacob ; Shijith Thotton ;
> dev@dpdk.org
> Cc: Pavan Nikhilesh Bhagavatula ; Pathak, Pravin
> ; Hemant Agrawal ;
> Sachin Saxena ; Mattias R_nnblom
> ; L
> -Original Message-
> From: Naga Harish K, S V
> Sent: Thursday, January 30, 2025 9:01 PM
> To: Jerin Jacob ; Shijith Thotton ;
> dev@dpdk.org
> Cc: Pavan Nikhilesh Bhagavatula ; Pathak, Pravin
> ; Hemant Agrawal ;
> Sachin Saxena ; Mattias R_nnblom
> ; L
> -Original Message-
> From: Naga Harish K, S V
> Sent: Wednesday, January 29, 2025 10:35 AM
> To: Shijith Thotton ; dev@dpdk.org
> Cc: Pavan Nikhilesh Bhagavatula ; Pathak, Pravin
> ; Hemant Agrawal ;
> Sachin Saxena ; Mattias R_nnblom
> ; Jerin Jacob ; Lian
> -Original Message-
> From: David Marchand
> Sent: Friday, January 24, 2025 9:44 PM
> To: dev@dpdk.org
> Cc: Jerin Jacob ; Sunil Kumar Kori ;
> Tyler Retzlaff ; Thomas Monjalon
> ; Ferruh Yigit ; Andrew
> Rybchenko
> Subject: [EXTERNAL] [PATCH 1/2] trace:
1 - 100 of 1412 matches
Mail list logo