Re: [dpdk-dev] [PATCH] doc: add graphic showing layout of mbuf struct

2019-08-24 Thread Jerin Jacob Kollanukkaran
> -Original Message- > From: dev On Behalf Of A.McLoughlin > Sent: Friday, August 23, 2019 6:40 PM > To: John McNamara ; Marko Kovacevic > ; Olivier Matz > Cc: dev@dpdk.org; harry.van.haa...@intel.com; A.McLoughlin > > Subject: [dpdk-dev] [PATCH] doc: add graphic showing layout of mbuf s

Re: [dpdk-dev] [PATCH v2 2/7] ethdev: add mbuf RSS update as an offload

2019-08-24 Thread Stephen Hemminger
On Thu, 22 Aug 2019 02:17:50 +0530 wrote: > From: Pavan Nikhilesh > > Add new Rx offload flag `DEV_RX_OFFLOAD_RSS_HASH` which can be used to > enable/disable PMDs write to `rte_mbuf::hash::rss`. > PMDs notify the validity of `rte_mbuf::hash:rss` to the applcation > by enabling `PKT_RX_RSS_HASH

Re: [dpdk-dev] [RFC PATCH 3/3] lib/lpm: integrate RCU QSBR

2019-08-24 Thread Stephen Hemminger
On Thu, 22 Aug 2019 14:34:57 +0800 Ruifeng Wang wrote: > Currently, the tbl8 group is freed even though the readers might be > using the tbl8 group entries. The freed tbl8 group can be reallocated > quickly. This results in incorrect lookup results. > > RCU QSBR process is integrated for safe tb

Re: [dpdk-dev] [PATCH 0/2] IXGBE vPMD changes for aarch64

2019-08-24 Thread Ye Xiaolong
Hi, Thanks for the patches, could you also provide the Fixes tag and cc stable? The patchset looks good to me. Thanks, Xiaolong On 08/13, Ruifeng Wang wrote: >Couple of changes to IXGBE vector PMD on aarch64 platform. >An unnecessary memory barrier was identified and removed. >Also part of proc