RE: DPDK 22.11 Troubleshooting

2023-05-10 Thread Gilbert Carrillo
-Original Message- From: Bruce Richardson Sent: Tuesday, May 9, 2023 3:43 AM To: Gilbert Carrillo Cc: dev@dpdk.org Subject: Re: DPDK 22.11 Troubleshooting On Mon, May 08, 2023 at 11:26:59PM +, Gilbert Carrillo wrote: > > > -Original Message- > From: Bruce Richardson >

RE: [PATCH v7] net/ice: fix ice dcf control thread crash

2023-05-10 Thread Liao, TingtingX
> -Original Message- > From: Mingjin Ye mailto:mingjinx...@intel.com>> > Sent: Tuesday, April 11, 2023 10:09 AM > To: dev@dpdk.org > Cc: Yang, Qiming mailto:qiming.y...@intel.com>>; > sta...@dpdk.org; Zhou, YidingX > mailto:yidingx.z...@int

Re: [PATCH v2 3/3] vhost: add device op to offload the interrupt kick

2023-05-10 Thread David Marchand
On Wed, Apr 5, 2023 at 2:42 PM Eelco Chaudron wrote: > > This patch adds an operation callback which gets called every time the > library wants to call eventfd_write(). This eventfd_write() call could > result in a system call, which could potentially block the PMD thread. > > The callback functio

Re: [RFC PATCH v2 3/4] dts: add doc generation

2023-05-10 Thread Juraj Linkeš
On Tue, May 9, 2023 at 11:40 AM Bruce Richardson wrote: > > On Tue, May 09, 2023 at 11:23:50AM +0200, Juraj Linkeš wrote: > > On Fri, May 5, 2023 at 3:29 PM Bruce Richardson > > wrote: > > > > > > On Fri, May 05, 2023 at 01:13:34PM +0200, Juraj Linkeš wrote: > > > > On Fri, May 5, 2023 at 12:57 P

Re: [PATCH v2] vfio: do not coalesce DMA mappings

2023-05-10 Thread Nipun Gupta
On 4/24/2023 8:52 PM, David Marchand wrote: Hello Anatoly, On Wed, Apr 5, 2023 at 4:17 PM Burakov, Anatoly wrote: Could you please provide some steps to reproduce the hotplug issue you're having? It would be great to have a test case for this patchset to put it in context. I am working o

Re: [PATCH v3 00/11] sync Truflow support with latest release

2023-05-10 Thread Ajit Khaparde
On Thu, May 4, 2023 at 10:36 AM Ajit Khaparde wrote: > > Update Truflow support to latest release, deprecating code, updating > the copyright date and hsi structure, syncing the truflow core, > adding ULP shared session support, RSS action support, Queue > action support, rte meter support, and mo

[PATCH] net/ice: fix statistics

2023-05-10 Thread Mingjin Ye
When the stats_get api is called for the first time in pmd, the offset of the stats register is not recorded. That results in all the obtained count values being 0. This patch adds reset statistics before dev_init returning. That avoids some noise being counted. Fixes: 12443386a0b0 ("net/ice: sup

Reminder - DPDK Ci Community Testing Meeting - Tomorrow 5/11/23 @ 6am PDT/9am EDT

2023-05-10 Thread Nathan Southern
Good evening, The DPDK Community CI Testing Group meets tomorrow, May 11, 2023, at 6am PDT/9am EDT/1300h UTC. Zoom information to follow. We look forward to seeing you there Thanks, Nathan Nathan C. Southern, Project Coordinator Data Plane Development Kit The Linux Foundation 248.835.4812 (

[PATCH] event/dsw: free rings on close

2023-05-10 Thread Mattias Rönnblom
The per-port data and control rings were not freed when the event device was closed. Fixes: 1c8e3caa3bfb ("event/dsw: add event scheduling and device start/stop") Cc: sta...@dpdk.org Signed-off-by: Mattias Rönnblom --- drivers/event/dsw/dsw_evdev.c | 4 1 file changed, 4 insertions(+) dif

[PATCH] eventdev: avoid non-burst shortcut for variable-size bursts

2023-05-10 Thread Mattias Rönnblom
Use non-burst event enqueue and dequeue calls from burst enqueue and dequeue only when the burst size is compile-time constant (and equal to one). Signed-off-by: Mattias Rönnblom --- lib/eventdev/rte_eventdev.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/eventdev/

RE: [dpdk-dev] [PATCH v1] examples/ip_pipeline: fix build issue with GCC 13

2023-05-10 Thread Gao, DaxueX
> -Original Message- > From: jer...@marvell.com > Sent: 2023年5月2日 21:51 > To: dev@dpdk.org; Dumitrescu, Cristian ; > Singh, Jasvinder > Cc: tho...@monjalon.net; david.march...@redhat.com; > ferruh.yi...@xilinx.com; step...@networkplumber.org; Jerin Jacob > ; sta...@dpdk.org > Subject:

RE: [dpdk-dev] [PATCH v2] examples/ntb: fix build issue with GCC 13

2023-05-10 Thread Gao, DaxueX
> -Original Message- > From: jer...@marvell.com > Sent: 2023年5月4日 16:54 > To: dev@dpdk.org; Wu, Jingjing ; Guo, Junfeng > ; Li, Xiaoyun > Cc: tho...@monjalon.net; david.march...@redhat.com; > ferruh.yi...@amd.com; Jerin Jacob ; sta...@dpdk.org; Ali > Alnubani > Subject: [dpdk-dev] [PATCH