[dpdk-dev] [PATCH 1/2] mbuf: fix performance/cache resource issue with 128-byte cache line targets

2015-12-09 Thread Jerin Jacob
org; thomas.monjalon at 6wind.com; Richardson, Bruce; > > olivier.matz at 6wind.com; Dumitrescu, Cristian > > Subject: Re: [dpdk-dev] [PATCH 1/2] mbuf: fix performance/cache resource > > issue with 128-byte cache line targets > > > > On Tue, Dec 08, 2015 at 04:07:46PM

[dpdk-dev] [PATCH 1/2] mbuf: fix performance/cache resource issue with 128-byte cache line targets

2015-12-09 Thread Ananyev, Konstantin
com; Richardson, Bruce; olivier.matz at > > > > > 6wind.com; Dumitrescu, Cristian; Ananyev, Konstantin; > Jerin > > > > > Jacob > > > > > Subject: [dpdk-dev] [PATCH 1/2] mbuf: fix performance/cache resource > > > > &g

[dpdk-dev] [PATCH 1/2] mbuf: fix performance/cache resource issue with 128-byte cache line targets

2015-12-08 Thread Jerin Jacob
> Sent: Sunday, December 06, 2015 3:59 PM > > > > To: dev at dpdk.org > > > > Cc: thomas.monjalon at 6wind.com; Richardson, Bruce; olivier.matz at > > > > 6wind.com; Dumitrescu, Cristian; Ananyev, Konstantin; Jerin > > > > Jacob >

[dpdk-dev] [PATCH 1/2] mbuf: fix performance/cache resource issue with 128-byte cache line targets

2015-12-08 Thread Jerin Jacob
org > > Cc: thomas.monjalon at 6wind.com; Richardson, Bruce; olivier.matz at > > 6wind.com; Dumitrescu, Cristian; Ananyev, Konstantin; Jerin > > Jacob > > Subject: [dpdk-dev] [PATCH 1/2] mbuf: fix performance/cache resource issue > > with 128-byte cache line targets > &

[dpdk-dev] [PATCH 1/2] mbuf: fix performance/cache resource issue with 128-byte cache line targets

2015-12-08 Thread Ananyev, Konstantin
: thomas.monjalon at 6wind.com; Richardson, Bruce; olivier.matz at > > > 6wind.com; Dumitrescu, Cristian; Ananyev, Konstantin; Jerin > > > Jacob > > > Subject: [dpdk-dev] [PATCH 1/2] mbuf: fix performance/cache resource > > > issue with 128-byte cache line targets > &

[dpdk-dev] [PATCH 1/2] mbuf: fix performance/cache resource issue with 128-byte cache line targets

2015-12-07 Thread Ananyev, Konstantin
nanyev, Konstantin; Jerin > Jacob > Subject: [dpdk-dev] [PATCH 1/2] mbuf: fix performance/cache resource issue > with 128-byte cache line targets > > No need to split mbuf structure to two cache lines for 128-byte cache line > size targets as it can fit on a single 128-byte cache l

[dpdk-dev] [PATCH 1/2] mbuf: fix performance/cache resource issue with 128-byte cache line targets

2015-12-06 Thread Jerin Jacob
No need to split mbuf structure to two cache lines for 128-byte cache line size targets as it can fit on a single 128-byte cache line. Signed-off-by: Jerin Jacob --- app/test/test_mbuf.c | 4 lib/librte_eal/linuxapp/eal/include/exec-env/rte_kni_commo