Re: Bihash Support in DPDK

2024-08-29 Thread rajesh goel
Thanks Stephen , Vladimir, Let me explore DPDK RCU more, if it helps my application. Will get back with my results. Regards. Rajesh On Wed, Aug 28, 2024 at 10:53 PM Stephen Hemminger < step...@networkplumber.org> wrote: > On Wed, 28 Aug 2024 15:54:27 + > "Medvedkin, Vladimir" wrote: > > >

Re: Bihash Support in DPDK

2024-08-28 Thread Stephen Hemminger
On Wed, 28 Aug 2024 15:54:27 + "Medvedkin, Vladimir" wrote: > Thanks for the reply. > > Bihash I mean bounded index what Vpp supports. > > Iam looking for the bucket level lock support. Currently Iam using hash table > shared by multiple process or multiple core/threads. So I have to take

RE: Bihash Support in DPDK

2024-08-28 Thread Medvedkin, Vladimir
I am not aware of such plans. From: rajesh goel Sent: Wednesday, August 28, 2024 11:22 AM To: Medvedkin, Vladimir Cc: Ferruh Yigit ; Wang, Yipeng1 ; Gobriel, Sameh ; Richardson, Bruce ; dev@dpdk.org Subject: Re: Bihash Support in DPDK Thanks Vladimir for the confirmation. Is there any plan

Re: Bihash Support in DPDK

2024-08-28 Thread rajesh goel
* Ferruh Yigit ; Wang, Yipeng1 < > yipeng1.w...@intel.com>; Gobriel, Sameh ; > Richardson, Bruce ; dev@dpdk.org > *Subject:* Re: Bihash Support in DPDK > > > > Thanks for the reply. > > > > Bihash I mean bounded index what Vpp supports. > > > > I

RE: Bihash Support in DPDK

2024-08-28 Thread Medvedkin, Vladimir
Yigit ; Wang, Yipeng1 ; Gobriel, Sameh ; Richardson, Bruce ; dev@dpdk.org Subject: Re: Bihash Support in DPDK Thanks for the reply. Bihash I mean bounded index what Vpp supports. Iam looking for the bucket level lock support. Currently Iam using hash table shared by multiple process or multiple

Re: Bihash Support in DPDK

2024-08-27 Thread rajesh goel
ml#multi-process-support > > > > > > *From:* rajesh goel > *Sent:* Tuesday, August 27, 2024 7:04 AM > *To:* Ferruh Yigit > *Cc:* Wang, Yipeng1 ; Gobriel, Sameh < > sameh.gobr...@intel.com>; Richardson, Bruce ; > Medvedkin, Vladimir ; dev@dpdk.org > *Subject:*

Re: Bihash Support in DPDK

2024-08-27 Thread rajesh goel
Hi All, Can we get some reply. Thanks Rajesh On Thu, Aug 22, 2024 at 9:32 PM Ferruh Yigit wrote: > On 8/22/2024 8:51 AM, rajesh goel wrote: > > Hi All, > > Need info if DPDK hash library supports bihash table where for multi- > > thread and multi-process we can update/del/lookup entries per buc

RE: Bihash Support in DPDK

2024-08-27 Thread Medvedkin, Vladimir
: rajesh goel Sent: Tuesday, August 27, 2024 7:04 AM To: Ferruh Yigit Cc: Wang, Yipeng1 ; Gobriel, Sameh ; Richardson, Bruce ; Medvedkin, Vladimir ; dev@dpdk.org Subject: Re: Bihash Support in DPDK Hi All, Can we get some reply. Thanks Rajesh On Thu, Aug 22, 2024 at 9:32 PM Ferruh Yigit

Re: Bihash Support in DPDK

2024-08-22 Thread Ferruh Yigit
On 8/22/2024 8:51 AM, rajesh goel wrote: > Hi All, > Need info if DPDK hash library supports bihash table where for multi- > thread and multi-process we can update/del/lookup entries per bucket level. > > + hash library maintainers.

Bihash Support in DPDK

2024-08-22 Thread rajesh goel
Hi All, Need info if DPDK hash library supports bihash table where for multi-thread and multi-process we can update/del/lookup entries per bucket level. Thanks Rajesh