[dpdk-dev] Bit spinlocks in DPDK

2013-12-06 Thread Pashupati Kumar
Hi, We use bit spinlocks extensively to have compact data structures. Are there any plans for adding them to DPDK in some future release? Thanks Pash

[dpdk-dev] Bit spinlocks in DPDK

2013-12-06 Thread Pashupati Kumar
[mailto:thomas.monja...@6wind.com] Sent: Friday, December 06, 2013 2:02 PM To: Pashupati Kumar Cc: dev at dpdk.org Subject: Re: [dpdk-dev] Bit spinlocks in DPDK Hello, 06/12/2013 13:04, Pashupati Kumar : > We use bit spinlocks extensively to have compact data structures. Are > there any pla

[dpdk-dev] Bit spinlocks in DPDK

2013-12-06 Thread Pashupati Kumar
> 06/12/2013 14:12, Pashupati Kumar : > > From: Thomas Monjalon > > > 06/12/2013 13:04, Pashupati Kumar : > > > > We use bit spinlocks extensively to have compact data structures. > > > > Are there any plans for adding them to DPDK in some future releas

[dpdk-dev] RTE CRC hash function

2013-12-09 Thread Pashupati Kumar
Hi, I am looking at the DPDK implementation for the CRC hash function using Intel intrinsics. Shouldn't the order of the arguments being passed to _mm_crc32_u32 be reversed ? http://dpdk.org/doc/api/rte__hash__crc_8h.html For a quick reference, here is the code with Actual and Modified calls.

[dpdk-dev] kni vs. pmd

2013-12-12 Thread Pashupati Kumar
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Jose Gavine Cueto > Sent: Tuesday, December 10, 2013 3:16 PM > To: dev at dpdk.org > Subject: Re: [dpdk-dev] kni vs. pmd > > Additional question: > > Apart from the possible fact that kni performs zero-copy in

[dpdk-dev] Running load balancer sample app

2013-11-25 Thread Pashupati Kumar
Hi, I am trying to run the load balancer sample application included in the DPDK. I am looking at the relevant section in Sample Applications User Guide. There is mention of test report ( Please see the snippet below) For examples of application command lines and traffic generator flows, please