Re: [PATCH v1] event/dlb2: update DLB documentation for history list config

2025-07-02 Thread Jerin Jacob
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

Re: [PATCH v0 1/1] net/octeon_ep: fix increase mbox timeout

2025-07-02 Thread Jerin Jacob
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

Re: [PATCH v1] event/dlb2: add dequeue interrupt mode support

2025-06-30 Thread Jerin Jacob
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

Re: [PATCH v1] event/dlb2: add dequeue interrupt mode support

2025-06-30 Thread Jerin Jacob
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

Re: [PATCH v1] event/dlb2: add dequeue interrupt mode support

2025-06-30 Thread Jerin Jacob
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 >

Re: Proposal: AI-Based Code Review for DPDK

2025-06-27 Thread Jerin Jacob
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

Re: [PATCH] test/event: fix event vector adapter timeouts

2025-06-27 Thread Jerin Jacob
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:

RE: [EXTERNAL] [PATCH v2] eventdev: make flag types consistent with API

2025-06-26 Thread Jerin Jacob
> -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_

Re: [PATCH] raw/cnxk_gpio: fix out of bound access

2025-06-26 Thread Jerin Jacob
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

Re: [PATCH v1] app/eventdev: fix number of releases sent during cleanup

2025-06-26 Thread Jerin Jacob
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:

RE: [EXTERNAL] [PATCH] eventdev: make flag types consistent with API

2025-06-26 Thread Jerin Jacob
> -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_

Re: [PATCH v2 2/2] common/cnxk: fix null pointer checks

2025-06-25 Thread Jerin Jacob
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

Re: [PATCH v1] event/dlb2: fixes names of DLB2 token pop enums

2025-06-20 Thread Jerin Jacob
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

Re: [PATCH 2/2] common/cnxk: add null pointer checks

2025-06-20 Thread Jerin Jacob
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 ...

Re: [PATCH v4 7/7] event/dlb2: fix default credits based on HW version

2025-06-19 Thread Jerin Jacob
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:

Re: [PATCH v3 4/7] event/dlb2: support managing history list resource

2025-06-18 Thread Jerin Jacob
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'

Re: [PATCH] event/dlb2: add datapath support in secondary processes

2025-06-18 Thread Jerin Jacob
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

Re: [PATCH v2 2/2] lib/graph: default-align rte_graph_cluster_stats

2025-06-17 Thread Jerin Jacob
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

Re: [PATCH v2 2/2] lib/graph: default-align rte_graph_cluster_stats

2025-06-17 Thread Jerin Jacob
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

Re: [PATCH 2/2] lib/graph: rte_malloc for cache-aligned structs

2025-06-17 Thread Jerin Jacob
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

Re: [PATCH 2/2] lib/graph: rte_malloc for cache-aligned structs

2025-06-17 Thread Jerin Jacob
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

Re: [PATCH 1/2] lib/graph: avoid memset(NULL, 0, 0)

2025-06-17 Thread Jerin Jacob
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

Re: [PATCH v5] event/cnxk: add event vector adapter support

2025-06-16 Thread Jerin Jacob
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

Re: [PATCH] doc: fix missing feature matrix for event device

2025-06-16 Thread Jerin Jacob
/vector: introduce event vector adapter") > > Signed-off-by: Pavan Nikhilesh Acked-by: Jerin Jacob Tested-by: Jerin Jacob

Proposal: AI-Based Code Review for DPDK

2025-06-13 Thread 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

2025-06-13 Thread Jerin Jacob
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

Re: [PATCH v4] event/cnxk: add event vector adapter support

2025-06-12 Thread Jerin Jacob
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

Re: [PATCH] devtools: exclude atomic checks for common cnxk

2025-06-12 Thread Jerin Jacob
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 > --- >

Re: [PATCH v3] event/cnxk: add event vector adapter support

2025-06-12 Thread 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

Re: [PATCH v12 7/7] test/graph_feature_arc: add functional tests

2025-06-06 Thread Jerin Jacob
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

Re: [PATCH v12 4/7] graph: add feature enable/disable APIs

2025-06-06 Thread Jerin Jacob
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

Re: [PATCH v12 3/7] graph: add feature arc init APIs

2025-06-06 Thread Jerin Jacob
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

Re: [PATCH v12 2/7] graph: add feature arc registrations

2025-06-06 Thread 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

Re: [PATCH v12 1/7] graph: add API to override node process function

2025-06-06 Thread 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

Re: [PATCH v10 2/7] graph: add feature arc registrations

2025-06-04 Thread Jerin Jacob
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 + >

Re: [PATCH v11 1/7] graph: add API to override node process function

2025-06-04 Thread Jerin Jacob
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

Re: [PATCH v2 1/7] event/dlb2: addresses deq failure when CQ depth <= 16

2025-06-04 Thread 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

Re: [PATCH v3 3/3] app/eventdev: add vector adapter performance test

2025-06-02 Thread Jerin Jacob
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

RE: [PATCH v9 2/5] graph: add feature arc abstraction

2025-05-30 Thread Jerin Jacob
> -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

RE: [PATCH v9 2/5] graph: add feature arc abstraction

2025-05-30 Thread Jerin Jacob
> -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

Re: [PATCH v9 4/5] app/graph: add custom feature nodes for ip4 output arc

2025-05-30 Thread Jerin Jacob
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

Re: [PATCH v9 1/5] graph: add API to override node process function

2025-05-30 Thread Jerin Jacob
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

Re: [PATCH v2 1/3] eventdev: introduce event vector adapter

2025-05-30 Thread 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

Re: [PATCH v2 09/13] node: add IP6 lookup FIB node

2025-05-30 Thread Jerin Jacob
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

Re: [PATCH 7/7] doc: updates cnxk doc for new devargs

2025-05-29 Thread Jerin Jacob
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

Re: [PATCH v2 1/1] net/cnxk: mark invalid MAC address if it doesn't exist

2025-05-29 Thread Jerin Jacob
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

Re: [PATCH v3] drivers: remove __rte_used from functions for compatibility with MSVC

2025-05-28 Thread Jerin Jacob
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

Re: [PATCH 1/3] eventdev: introduce event vector adapter

2025-05-28 Thread Jerin Jacob
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

Re: [PATCH v2] drivers: remove __rte_used from functions for compatibility with MSVC

2025-05-27 Thread Jerin Jacob
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

Re: [PATCH v2 6/6] net/cnxk: fix bufsize in lookup memory

2025-05-27 Thread Jerin Jacob
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

[EXTERNAL] RE: [PATCH] event/cnxk: update timer arm routine

2025-05-27 Thread Jerin Jacob
> -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

[EXTERNAL] RE: [PATCH 1/3] eventdev: introduce event vector adapter

2025-05-26 Thread Jerin Jacob
> -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

RE: [EXTERNAL] [PATCH v1 4/7] event/dlb2: support managing history list resource

2025-05-26 Thread Jerin Jacob
> -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

RE: [EXTERNAL] [PATCH v1 4/7] event/dlb2: support managing history list resource

2025-05-26 Thread Jerin Jacob
> -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

RE: [EXTERNAL] [PATCH v1 3/7] event/dlb2: return 96 single link ports for DLB2.5

2025-05-26 Thread Jerin Jacob
> -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

RE: [EXTERNAL] [PATCH v4] event/dlb2: consolidate AVX512 and SSE changes

2025-05-26 Thread Jerin Jacob
> -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:

RE: [EXTERNAL] [PATCH] drivers: remove __rte_used from functions for compatibility with MSVC

2025-05-26 Thread Jerin Jacob
> -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

RE: [EXTERNAL] [PATCH] event/eth_tx: prefetch mbuf headers

2025-05-26 Thread Jerin Jacob
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

[EXTERNAL] RE: [PATCH v2] cnxk: use stdatomic API

2025-05-26 Thread Jerin Jacob
> -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

RE: [EXTERNAL] [PATCH] ethdev: remove callback checks from fast path

2025-05-26 Thread Jerin Jacob
> -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

RE: [EXTERNAL] [dpdk-dev] [PATCH ] common/cnxk: fix E-tag pattern parsing

2025-05-23 Thread Jerin Jacob
> -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

RE: [EXTERNAL] Re: [PATCH 2/5] net/qede: fix bad sanity check on Rx queue release

2025-05-23 Thread Jerin Jacob
> -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

[EXTERNAL] RE: [PATCH v2 3/3] net/cnxk: update IP header of reassembled packets

2025-05-23 Thread Jerin Jacob
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,

RE: [EXTERNAL] [dpdk-dev] [PATCH ] net/cnxk: support ESP based RSS hashing

2025-05-22 Thread Jerin Jacob
> -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]

RE: [EXTERNAL] Re: |FAILURE| pw153190 [PATCH V3] Add new tracepoint function for type time_t

2025-05-08 Thread Jerin Jacob
> 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 > >

RE: [EXTERNAL] [PATCH v1] event/dlb2: enhancement to DLB credit management

2025-04-05 Thread Jerin Jacob
> -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

RE: [EXTERNAL] [dpdk-dev] [PATCH 2/2] common/cnxk: defragment MCAM bank during allocation

2025-04-05 Thread Jerin Jacob
> -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] [

RE: [PATCH v4] raw/cnxk_gpio: switch to character based GPIO interface

2025-04-05 Thread Jerin Jacob
> -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

RE: [PATCH 3/3] net/cnxk: update IP header of reassembled packets

2025-04-01 Thread Jerin Jacob
> -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

RE: [PATCH] common/cnxk: add flag for enabling opaque mode

2025-04-01 Thread Jerin Jacob
> -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

RE: [EXTERNAL] [PATCH] eventdev: fix dereferencing null atomic locks pointer in test-eventdev

2025-04-01 Thread Jerin Jacob
> -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 > >

RE: [PATCH v3] common/cnxk: fix aura offset

2025-03-27 Thread Jerin Jacob
> -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:

RE: [PATCH v0 1/1] net/octeon_ep: fix buffer refill failure

2025-03-26 Thread Jerin Jacob
> -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

RE: [PATCH] config/arm: fix march features not being set

2025-03-11 Thread Jerin Jacob
> -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

RE: [PATCH] common/cnxk: fix aura offset

2025-03-11 Thread Jerin Jacob
> -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:

RE: [EXTERNAL] [PATCH v10 3/3] eventdev: add atomic atq to test-eventdev app

2025-03-11 Thread Jerin Jacob
> -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

RE: [PATCH v9 0/3] eventdev: atomic tests to test-eventdev app

2025-03-06 Thread Jerin Jacob
> -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

RE: [PATCH v3 1/3] eventdev/eth_rx: add API to burst add queues to Rx adapter

2025-03-02 Thread Jerin Jacob
> -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 &

RE: [EXTERNAL] [RFC v7 4/4] eventdev: documentation for atomic queue and atomic atq tests

2025-03-02 Thread Jerin Jacob
> -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

RE: [PATCH] test/event: fix number of queues in eventdev conf

2025-02-25 Thread Jerin Jacob
> -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

RE: [PATCH v0 1/1] dma/cnxk: support pending count per HW DMA channel

2025-02-24 Thread Jerin Jacob
> -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

RE: [PATCH v3 01/33] net/cnxk: allow duplicate SPI in outbound IPsec

2025-02-24 Thread Jerin Jacob
> -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 >

RE: [PATCH 34/34] common/cnxk: move interrupt handling to platform-specific

2025-02-23 Thread Jerin Jacob
> -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 >

RE: [EXTERNAL] [PATCH v3 4/6] trace: support dumping binary inside a struct

2025-02-19 Thread Jerin Jacob
> -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

RE: [PATCH] event/dlb2: fix event weight handling in SSE code path

2025-02-18 Thread Jerin Jacob
> -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

RE: [PATCH v5 2/3] graph: add support for node free API

2025-02-10 Thread Jerin Jacob
> -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

RE: [PATCH v5 3/3] test/graph: fix graph autotest second run test failure

2025-02-10 Thread Jerin Jacob
> -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

RE: [EXTERNAL] [PATCH v2 1/3] trace: support expression for blob length

2025-02-10 Thread Jerin Jacob
> -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

RE: [EXTERNAL] [PATCH v2 3/3] trace: fix undefined behavior in register

2025-02-10 Thread Jerin Jacob
> -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

RE: [EXTERNAL] [dpdk-dev] [PATCH v5 1/2] common/cnxk: support NPC flow on cn20k

2025-02-05 Thread Jerin Jacob
> -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

RE: [EXTERNAL] [PATCH v2] drivers/net: use intrinsic to access content of __m128i

2025-02-05 Thread Jerin Jacob
> -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 >

RE: [PATCH v2] net/cnxk: fix of NIX send header L3 type

2025-02-04 Thread Jerin Jacob
> -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

RE: [PATCH] doc: update ODM dmadev guide

2025-02-04 Thread Jerin Jacob
> -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

RE: [EXTERNAL] [dpdk-dev] [PATCH v4 1/2] common/cnxk: support NPC flow on cn20k

2025-02-04 Thread Jerin Jacob
> -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

RE: [PATCH] common/cnxk: check MACsec HW capability

2025-02-04 Thread Jerin Jacob
> -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

RE: [EXTERNAL] [PATCH] event/dlb2: fix event weight handling in SSE code path

2025-02-04 Thread Jerin Jacob
> -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/

RE: [RFC PATCH] eventdev: adapter API to configure multiple Rx queues

2025-02-03 Thread Jerin Jacob
> -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

RE: [RFC PATCH] eventdev: adapter API to configure multiple Rx queues

2025-01-30 Thread Jerin Jacob
> -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

RE: [RFC PATCH] eventdev: adapter API to configure multiple Rx queues

2025-01-28 Thread Jerin Jacob
> -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

RE: [EXTERNAL] [PATCH 1/2] trace: support expression for blob length

2025-01-27 Thread Jerin Jacob
> -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   2   3   4   5   6   7   8   9   10   >