RE: [PATCH] examples/eventdev: fix segment fault with generic pipeline

2024-08-18 Thread Pavan Nikhilesh Bhagavatula
> -Original Message- > From: Van Haaren, Harry > Sent: Thursday, August 1, 2024 6:14 PM > To: Chengwen Feng ; tho...@monjalon.net; > dev@dpdk.org > Cc: wangchenxin...@huawei.com; Pavan Nikhilesh Bhagavatula > > Subject: [EXTERNAL] Re: [PATCH] examples/eventdev: fix segment fault with >

[RFC] table: report victim replace stats in LRU tables

2024-08-18 Thread Kamil Vojanec
LRU caches replace records when requested table bucket is full. There is, however, no information about this happening in either the return value or the statistics. This commit introduces a counter for such cases. Signed-off-by: Kamil Vojanec --- lib/table/rte_table.h| 1 + lib/table