[Bug 1248] Hi

2023-06-10 Thread bugzilla
https://bugs.dpdk.org/show_bug.cgi?id=1248 Bug ID: 1248 Summary: Hi Product: DPDK Version: 22.11 Hardware: All OS: All Status: UNCONFIRMED Severity: normal Priority: Normal Component: ev

Re: [dpdk-dev] [PATCH] bus/vdev: add warning for duplicated vdev name

2023-06-10 Thread Stephen Hemminger
On Thu, 29 Nov 2018 15:16:08 +0800 Yahui Cao wrote: > If duplicated vdev name is detected, print out a warning message. > > Signed-off-by: Yahui Cao > --- > drivers/bus/vdev/vdev.c | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/drivers/bus/vdev/vdev.c b/drivers/bus/vdev/vdev.c > i

[Bug 1248] Hi

2023-06-10 Thread bugzilla
https://bugs.dpdk.org/show_bug.cgi?id=1248 Thomas Monjalon (tho...@monjalon.net) changed: What|Removed |Added CC||tho...@monjalon.net

Re: [PATCH v3 04/11] net/bnxt: update Truflow core

2023-06-10 Thread Thomas Monjalon
04/05/2023 19:36, Ajit Khaparde: > From: Randy Schacher > > Update TruFlow core code to: > - Add shared session management > - Add SRAM session management > - Add dynamic TCAM management > - Add shared TCAM session management > - Add Hot Upgrade support > - Update copyright year I suppose you ca

Re: [PATCH v2 8/8] crypto/ipsec_mb: set and use session ID

2023-06-10 Thread Thomas Monjalon
16/05/2023 17:24, Ciara Power: > From: Pablo de Lara > > When creating a session, get the session ID that > defines the fixed session parameters and store it in the private data. > When retrieving IMB_JOB's, if their internal session ID matches > the one in the private session data, these fixed s

[PATCH v5] lib/net: add MPLS insert and strip functionality

2023-06-10 Thread Tanzeel-inline
None of the foundational NICs currently supports MPLS insertion and stripping, this functionality can help users who rely on MPLS in their network application. Signed-off-by: Tanzeel Ahmed --- This patch is new version of [PATCH] lib/net: added push MPLS header API. I have also added the MPLS s

Re: [PATCH v6 06/21] pdcp: add pre and post process for UL

2023-06-10 Thread Thomas Monjalon
Hello, I'm sorry to inform you that I see a compilation failure when cross-compiling for PPC64: err_mb is seen as potentially unitialized when calling rte_memcpy(). 30/05/2023 12:01, Anoob Joseph: > +static uint16_t > +pdcp_post_process_ul(const struct rte_pdcp_entity *entity, > +

Re: [dpdk-dev] [PATCH] Improve the shaper accuracy for large packets

2023-06-10 Thread Stephen Hemminger
On Mon, 8 Apr 2019 13:36:14 + "Dumitrescu, Cristian" wrote: > > -Original Message- > > From: Yigit, Ferruh > > Sent: Friday, April 5, 2019 4:54 PM > > To: Dumitrescu, Cristian > > Cc: alanrobertson...@gmail.com; dev@dpdk.org; Alan Robertson > > ; Alan Robertson ; Thomas > > Monjalon

Re: [dpdk-dev] [PATCH 1/3] eal: remove useless checks for already probed device

2023-06-10 Thread Stephen Hemminger
On Wed, 13 Mar 2019 13:46:01 + "Zhang, Qi Z" wrote: > > -Original Message- > > From: Thomas Monjalon [mailto:tho...@monjalon.net] > > Sent: Saturday, March 2, 2019 10:43 AM > > To: dev@dpdk.org > > Cc: Stojaczyk, Dariusz ; Zhang, Qi Z > > ; sta...@dpdk.org > > Subject: [PATCH 1/3] eal