Re: [dpdk-dev] [PATCH v2 0/8] mbuf: structure reorganization

2017-04-19 Thread Thomas Monjalon
19/04/2017 15:03, Ferruh Yigit: > On 4/19/2017 1:56 PM, Thomas Monjalon wrote: > > 19/04/2017 14:28, Olivier MATZ: > >> On Wed, 19 Apr 2017 11:39:01 +0200, Thomas Monjalon > > > > wrote: > >>> 18/04/2017 15:04, Olivier MATZ: > On Fri, 14 Apr 2017 14:10:33 +0100, Ferruh Yigit > > >>> >

Re: [dpdk-dev] [PATCH v2 0/8] mbuf: structure reorganization

2017-04-19 Thread Ferruh Yigit
On 4/19/2017 1:56 PM, Thomas Monjalon wrote: > 19/04/2017 14:28, Olivier MATZ: >> On Wed, 19 Apr 2017 11:39:01 +0200, Thomas Monjalon > wrote: >>> 18/04/2017 15:04, Olivier MATZ: On Fri, 14 Apr 2017 14:10:33 +0100, Ferruh Yigit >>> >>> wrote: >> 2017-04-04 18:27, Olivier Matz:

Re: [dpdk-dev] [PATCH v2 0/8] mbuf: structure reorganization

2017-04-19 Thread Thomas Monjalon
19/04/2017 14:28, Olivier MATZ: > On Wed, 19 Apr 2017 11:39:01 +0200, Thomas Monjalon wrote: > > 18/04/2017 15:04, Olivier MATZ: > > > On Fri, 14 Apr 2017 14:10:33 +0100, Ferruh Yigit > > > > > > > wrote: > > > > > 2017-04-04 18:27, Olivier Matz: > > > > >> Once this patchset is pushed, the Rx

Re: [dpdk-dev] [PATCH v2 0/8] mbuf: structure reorganization

2017-04-19 Thread Olivier MATZ
On Wed, 19 Apr 2017 11:39:01 +0200, Thomas Monjalon wrote: > 18/04/2017 15:04, Olivier MATZ: > > On Fri, 14 Apr 2017 14:10:33 +0100, Ferruh Yigit > wrote: > > > > 2017-04-04 18:27, Olivier Matz: > > > >> Once this patchset is pushed, the Rx path of drivers could be optimized > > > >> a bit,

Re: [dpdk-dev] [PATCH v2 0/8] mbuf: structure reorganization

2017-04-19 Thread Thomas Monjalon
18/04/2017 15:04, Olivier MATZ: > On Fri, 14 Apr 2017 14:10:33 +0100, Ferruh Yigit wrote: > > > 2017-04-04 18:27, Olivier Matz: > > >> Once this patchset is pushed, the Rx path of drivers could be optimized > > >> a bit, by removing writes to m->next, m->nb_segs and m->refcnt. The > > >> patch 4/

Re: [dpdk-dev] [PATCH v2 0/8] mbuf: structure reorganization

2017-04-18 Thread Olivier MATZ
Hi Ferruh, On Fri, 14 Apr 2017 14:10:33 +0100, Ferruh Yigit wrote: > On 4/5/2017 10:37 AM, Thomas Monjalon wrote: > > 2017-04-04 18:27, Olivier Matz: > >> Based on discussions done in [1] and in this thread, this patchset > >> reorganizes > >> the mbuf. > >> > >> The main changes are: > >> - r

Re: [dpdk-dev] [PATCH v2 0/8] mbuf: structure reorganization

2017-04-14 Thread Ferruh Yigit
On 4/5/2017 10:37 AM, Thomas Monjalon wrote: > 2017-04-04 18:27, Olivier Matz: >> Based on discussions done in [1] and in this thread, this patchset >> reorganizes >> the mbuf. >> >> The main changes are: >> - reorder structure to increase vector performance on some non-ia >> platforms. >> - add

Re: [dpdk-dev] [PATCH v2 0/8] mbuf: structure reorganization

2017-04-05 Thread Ferruh Yigit
On 4/5/2017 10:37 AM, Thomas Monjalon wrote: > 2017-04-04 18:27, Olivier Matz: >> Based on discussions done in [1] and in this thread, this patchset >> reorganizes >> the mbuf. >> >> The main changes are: >> - reorder structure to increase vector performance on some non-ia >> platforms. >> - add

Re: [dpdk-dev] [PATCH v2 0/8] mbuf: structure reorganization

2017-04-05 Thread Olivier MATZ
On Wed, 05 Apr 2017 11:37:39 +0200, Thomas Monjalon wrote: > 2017-04-04 18:27, Olivier Matz: > > Based on discussions done in [1] and in this thread, this patchset > > reorganizes > > the mbuf. > > > > The main changes are: > > - reorder structure to increase vector performance on some non-ia >

Re: [dpdk-dev] [PATCH v2 0/8] mbuf: structure reorganization

2017-04-05 Thread Richardson, Bruce
> -Original Message- > From: Thomas Monjalon [mailto:thomas.monja...@6wind.com] > Sent: Wednesday, April 5, 2017 10:38 AM > To: Olivier Matz > Cc: dev@dpdk.org; Ananyev, Konstantin ; > Richardson, Bruce ; m...@smartsharesystems.com; > Chilikin, Andrey ; jblu...@infradead.org; > nelio.lar

Re: [dpdk-dev] [PATCH v2 0/8] mbuf: structure reorganization

2017-04-05 Thread Thomas Monjalon
2017-04-04 18:27, Olivier Matz: > Based on discussions done in [1] and in this thread, this patchset reorganizes > the mbuf. > > The main changes are: > - reorder structure to increase vector performance on some non-ia > platforms. > - add a 64bits timestamp field in the 1st cache line. This tim