[dpdk-dev] [PATCH] ring: fix sc dequeue performance issue

2016-07-24 Thread Jerin Jacob
Use of rte_smb_wmb() instead of rte_smb_rmb() in sc dequeue function creates the additional overhead of waiting for all the STOREs to be completed to local buffer from ring buffer memory. The sc dequeue function demands only LOAD-STORE barrier where LOADs from ring buffer memory needs to be

[dpdk-dev] [PATCH] validate_abi: build faster by augmenting make with job count

2016-07-24 Thread Wiles, Keith
Sent from my iPhone > On Jul 21, 2016, at 1:34 PM, Neil Horman wrote: > >> On Thu, Jul 21, 2016 at 03:22:45PM +, Wiles, Keith wrote: >> >>> On Jul 21, 2016, at 10:06 AM, Neil Horman wrote: >>> >>> On Thu, Jul 21, 2016 at 02:09:19PM +, Wiles, Keith wrote: > On Jul 21,

[dpdk-dev] Updating http://dpdk.org/doc/nics

2016-07-24 Thread Ajit Khaparde
I don't see the Broadcom NICs listed in the list of supported NICs. Can you add an entry for the Broadcom NICs supported by the bnxt PMD driver? Thanks Ajit

[dpdk-dev] [PATCH] ring: fix sc dequeue performance issue

2016-07-24 Thread Ananyev, Konstantin
> -Original Message- > From: Jerin Jacob [mailto:jerin.jacob at caviumnetworks.com] > Sent: Sunday, July 24, 2016 6:08 PM > To: dev at dpdk.org > Cc: thomas.monjalon at 6wind.com; Ananyev, Konstantin intel.com>; Jerin Jacob > > Subject: [dpdk-dev] [PATCH] ring: fix sc dequeue