[Bug 1200] mlx5_tx_handle_completion: bad timestamp

2023-03-24 Thread bugzilla
https://bugs.dpdk.org/show_bug.cgi?id=1200 Bug ID: 1200 Summary: mlx5_tx_handle_completion: bad timestamp Product: DPDK Version: 22.03 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal

Re: [RFC 1/2] Add clang format file

2023-03-24 Thread Tyler Retzlaff
On Fri, Mar 24, 2023 at 03:53:25PM +, Bruce Richardson wrote: > On Wed, Mar 22, 2023 at 10:06:54AM -0700, Stephen Hemminger wrote: > > Based off of Linux kernel style with some local modifications > > and DPDK foreach macros. > > > > A couple of open questions to be resolved befor merging. > >

Re: [PATCH v3 0/7] replace rte atomics with GCC builtin atomics

2023-03-24 Thread Tyler Retzlaff
On Fri, Mar 24, 2023 at 08:09:50AM +0100, Morten Brørup wrote: > > From: Tyler Retzlaff [mailto:roret...@linux.microsoft.com] > > Sent: Thursday, 23 March 2023 23.54 > > > > Replace the use of rte_atomic.h types and functions, instead use GCC > > supplied C++11 memory model builtins. > > > > This

RE: [EXT] Re: [PATCH] doc: fix cryptodev code block mismatch

2023-03-24 Thread Akhil Goyal
> Subject: Re: [EXT] Re: [PATCH] doc: fix cryptodev code block mismatch > > 21/03/2023 15:57, Akhil Goyal: > > > 21/03/2023 14:05, Akhil Goyal: > > > > Certain structures were replicated in programmer's guide, > > > > which resulted in mismatch when that structure is changed > > > > in future rele

RE: [PATCH v2 38/44] event/dlb2: fix segment fault when parse devargs

2023-03-24 Thread Sevincer, Abdullah
Acked-by: Abdullah Sevincer -Original Message- From: Chengwen Feng Sent: Monday, March 20, 2023 2:21 AM To: tho...@monjalon.net; ferruh.yi...@amd.com; McDaniel, Timothy ; Sevincer, Abdullah Cc: dev@dpdk.org Subject: [PATCH v2 38/44] event/dlb2: fix segment fault when parse devargs Th

RE: [RFC v2 2/2] eal: add high-performance timer facility

2023-03-24 Thread Morten Brørup
> From: Mattias Rönnblom [mailto:mattias.ronnb...@ericsson.com] > Sent: Wednesday, 15 March 2023 18.04 > > The htimer library attempts at providing a timer facility with roughly > the same functionality, but less overhead and better scalability than > DPDK timer library. > > The htimer library em

Re: [RFC 1/2] Add clang format file

2023-03-24 Thread Bruce Richardson
On Wed, Mar 22, 2023 at 10:06:54AM -0700, Stephen Hemminger wrote: > Based off of Linux kernel style with some local modifications > and DPDK foreach macros. > > A couple of open questions to be resolved befor merging. > Is GPL license ok for config file (inherited from Linux here)? > Do we want t

RE: [PATCH] examples/fips_validation: fix digest in non JSON SHA MCT

2023-03-24 Thread Dooley, Brian
Hi Gowrishankar, > -Original Message- > From: Gowrishankar Muthukrishnan > Sent: Friday 24 March 2023 09:02 > To: dev@dpdk.org > Cc: jer...@marvell.com; ano...@marvell.com; Akhil Goyal > ; Dooley, Brian ; > Gowrishankar Muthukrishnan > Subject: [PATCH] examples/fips_validation: fix diges

[Bug 1199] mlx5: segmentation fault with rte_flow_configure function

2023-03-24 Thread bugzilla
https://bugs.dpdk.org/show_bug.cgi?id=1199 Bug ID: 1199 Summary: mlx5: segmentation fault with rte_flow_configure function Product: DPDK Version: 23.03 Hardware: All OS: All Status: UNCONFIRMED

RE: [PATCH v6] net/i40e: rework maximum frame size configuration

2023-03-24 Thread Su, Simei
Hi Kevin, > -Original Message- > From: Kevin Traynor > Sent: Friday, March 24, 2023 5:40 PM > To: Jiang, YuX ; Zhang, Qi Z ; Su, > Simei ; Xing, Beilei ; Zhang, > Yuying ; david.march...@redhat.com > Cc: dev@dpdk.org; Yang, Qiming ; sta...@dpdk.org; > Luca Boccassi ; Mcnamara, John > > S

RE: [PATCH v6] net/i40e: rework maximum frame size configuration

2023-03-24 Thread Jiang, YuX
> -Original Message- > From: Kevin Traynor > Sent: Friday, March 24, 2023 5:40 PM > To: Jiang, YuX ; Zhang, Qi Z ; Su, > Simei ; Xing, Beilei ; Zhang, > Yuying ; david.march...@redhat.com > Cc: dev@dpdk.org; Yang, Qiming ; sta...@dpdk.org; > Luca Boccassi ; Mcnamara, John > > Subject: Re:

Minutes of Technical Board Meeting, 2023-March-22

2023-03-24 Thread Kevin Traynor
Minutes of Technical Board Meeting, 2023-March-22 Members Attending - -Aaron -Bruce -Hemant -Jerin -Kevin (Chair) -Maxime -Stephen -Thomas NOTE: The technical board meetings every second Wednesday at https://meet.jit.si/DPDK at 3 pm UTC. Meetings are public, and DPDK community me

Re: [PATCH v6] net/i40e: rework maximum frame size configuration

2023-03-24 Thread Kevin Traynor
On 24/03/2023 06:32, Jiang, YuX wrote: -Original Message- From: Kevin Traynor Sent: Thursday, March 23, 2023 10:51 PM To: Zhang, Qi Z ; Su, Simei ; Xing, Beilei ; Zhang, Yuying ; david.march...@redhat.com; Jiang, YuX Cc: dev@dpdk.org; Yang, Qiming ; sta...@dpdk.org; Luca Boccassi ; Mcna

[PATCH] examples/fips_validation: fix digest in non JSON SHA MCT

2023-03-24 Thread Gowrishankar Muthukrishnan
Non JSON SHA MCT tests produce incorrect digest due to a regression while handling MD blocks in common for all kind of SHA, SHA2, SHA3 and SHAKE algorithms. Fixing this along with some cleanup to use only rte_malloc API for storing test vectors as in other tests. Fixes: d8417b5ef4e ("examples/fips

RE: [PATCH V1] doc: add tested Intel platforms with Intel NICs

2023-03-24 Thread Peng, Yuan
> -Original Message- > From: Chen, LingliX > Sent: Wednesday, March 22, 2023 1:52 PM > To: Zhang, Qi Z ; dev@dpdk.org > Cc: Peng, Yuan ; Chen, LingliX > > Subject: [PATCH V1] doc: add tested Intel platforms with Intel NICs > > Add tested Intel platforms with Intel NICs to v23.03 relea

RE: [PATCH v3 0/7] replace rte atomics with GCC builtin atomics

2023-03-24 Thread Morten Brørup
> From: Tyler Retzlaff [mailto:roret...@linux.microsoft.com] > Sent: Thursday, 23 March 2023 23.54 > > Replace the use of rte_atomic.h types and functions, instead use GCC > supplied C++11 memory model builtins. > > This series covers the libraries and drivers that are built on Windows. > > The

RE: [PATCH v2 0/7] replace rte atomics with GCC builtin atomics

2023-03-24 Thread Morten Brørup
> From: Tyler Retzlaff [mailto:roret...@linux.microsoft.com] > Sent: Thursday, 23 March 2023 23.35 > > Replace the use of rte_atomic.h types and functions, instead use GCC > supplied C++11 memory model builtins. > > This series covers the libraries and drivers that are built on Windows. > > The