RE: [EXTERNAL] Re: [PATCH v3 1/1] examples/l2fwd-jobstats: fix lock availability

2024-08-11 Thread Rakesh Kudurumalla
pdk.org > Subject: Re: [EXTERNAL] Re: [PATCH v3 1/1] examples/l2fwd-jobstats: fix lock > availability > > 08/08/2024 13: 41, Rakesh Kudurumalla: > > From: Thomas Monjalon > > Sent: Tuesday, July 30, 2024 9: 42 PM > To: > Rakesh Kudurumalla > Cc: > ferruh. yigit@ amd. com

Re: [EXTERNAL] Re: [PATCH v3 1/1] examples/l2fwd-jobstats: fix lock availability

2024-08-08 Thread Thomas Monjalon
..@dpdk.org > Subject: [EXTERNAL] Re: [PATCH v3 1/1] examples/l2fwd-jobstats: fix lock > availability > > Hello, 30/07/2024 12: 03, Rakesh Kudurumalla: > This patch addresses the > issue by introducing a delay Please start with describing the issue. > before > acquiring the l

RE: [EXTERNAL] Re: [PATCH v3 1/1] examples/l2fwd-jobstats: fix lock availability

2024-08-08 Thread Rakesh Kudurumalla
From: Thomas Monjalon Sent: Tuesday, July 30, 2024 9:42 PM To: Rakesh Kudurumalla Cc: ferruh.yi...@amd.com; andrew.rybche...@oktetlabs.ru; or...@nvidia.com; dev@dpdk.org; Jerin Jacob ; Nithin Kumar Dabilpuram ; sta...@dpdk.org Subject: [EXTERNAL] Re: [PATCH v3 1/1] examples/l2fwd-jobstats

Re: [PATCH v3 1/1] examples/l2fwd-jobstats: fix lock availability

2024-07-30 Thread Thomas Monjalon
Hello, 30/07/2024 12:03, Rakesh Kudurumalla: > This patch addresses the issue by introducing a delay Please start with describing the issue. > before acquiring the lock in the loop. This delay allows for better > availability of the lock, ensuring that show_lcore_stats() can > periodically updat

[PATCH v3 1/1] examples/l2fwd-jobstats: fix lock availability

2024-07-30 Thread Rakesh Kudurumalla
This patch addresses the issue by introducing a delay before acquiring the lock in the loop. This delay allows for better availability of the lock, ensuring that show_lcore_stats() can periodically update the statistics even when forwarding jobs are running. Fixes: 204896f8d66c ("examples/l2fwd-jo