RE: Dpdk-pdump not capturing packet for vmxnet3 device

2025-03-27 Thread Rajesh Goel (rajegoel)
Sent: 19 March 2025 21:58 To: Rajesh Goel (rajegoel) Cc: dev@dpdk.org Subject: Re: Dpdk-pdump not capturing packet for vmxnet3 device On Wed, 19 Mar 2025 07:21:30 + "Rajesh Goel (rajegoel)" wrote: > Hi DPDK community, > > I need some urgent help. > > 1)

Dpdk-pdump not capturing packet for vmxnet3 device

2025-03-19 Thread Rajesh Goel (rajegoel)
Hi DPDK community, I need some urgent help. 1) Iam running my dpdk application on a VMware based VM. Iam using 20.11.9 dpdk version Iam directly connected to the PCI device to receive pkts on my application. : EAL: Detected 16 lcore(s) EAL: Detected 1 NUMA nodes EAL

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 rajesh goel
ocks, instead it uses global rwlock. > > But you can try lock free mode (see documentation, in particular > RTE_HASH_EXTRA_FLAGS_RW_CONCURRENCY_LF flag) > > > > > > *From:* rajesh goel > *Sent:* Tuesday, August 27, 2024 4:57 PM > *To:* Medvedkin, Vladimir > *Cc:

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/d

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