Re: [PATCH v3 5/5] vhost: manage FD with epoll

2024-04-27 Thread Chenbo Xia
Hi Maxime, > On Apr 9, 2024, at 19:48, Maxime Coquelin wrote: > > External email: Use caution opening links or attachments > > > From: David Marchand > > Switch to epoll so that the concern over the poll() fd array > is removed. > Add a simple list of used entries and track the next free ent

RE: [PATCH] net/af_xdp: fix umem map size for zero copy

2024-04-27 Thread Du, Frank
> -Original Message- > From: Loftus, Ciara > Sent: Friday, April 26, 2024 6:44 PM > To: Du, Frank > Cc: dev@dpdk.org > Subject: RE: [PATCH] net/af_xdp: fix umem map size for zero copy > > > Subject: [PATCH] net/af_xdp: fix umem map size for zero copy > > > > The current calculation assum

[PATCH v5] lib/hash: add defer queue reclaim API

2024-04-27 Thread Abdullah Ömer Yamaç
This patch adds a new feature to the hash library to allow the user to reclaim the defer queue. This is useful when the user wants to force reclaim resources that are not being used. This API is only available if the RCU is enabled. Signed-off-by: Abdullah Ömer Yamaç --- app/test/test_hash.c