[dpdk-dev] [PATCH v7 0/9] enable lpm, acl and other missing libraries in ppc64le

2016-09-27 Thread gowrishankar muthukrishnan
On Friday 09 September 2016 09:29 PM, Thomas Monjalon wrote: >>> v7 changes: >>> - removed enforcing cache alignment for table hash structs and >>>instead check only for multiples of 64 bytes. >>> >> Acked-by: Cristian Dumitrescu > Applied, thanks > > We now have some AltiVec code in DPDK! > >

[dpdk-dev] [PATCH v7 0/9] enable lpm, acl and other missing libraries in ppc64le

2016-09-09 Thread Thomas Monjalon
> > v7 changes: > > - removed enforcing cache alignment for table hash structs and > > instead check only for multiples of 64 bytes. > > > > Acked-by: Cristian Dumitrescu Applied, thanks We now have some AltiVec code in DPDK!

[dpdk-dev] [PATCH v7 0/9] enable lpm, acl and other missing libraries in ppc64le

2016-09-08 Thread Gowrishankar
From: Gowrishankar Muthukrishnan This patchset enables LPM, ACL and other few missing libs in ppc64le and also address few patches in related examples (ip_pipeline and l3fwd). Test report: 1. LPM and ACL unit tests passed. Steps: compile test app and run (with any needed params) lpm_aut

[dpdk-dev] [PATCH v7 0/9] enable lpm, acl and other missing libraries in ppc64le

2016-09-08 Thread Dumitrescu, Cristian
> > v7 changes: > - removed enforcing cache alignment for table hash structs and > instead check only for multiples of 64 bytes. > Acked-by: Cristian Dumitrescu