[dpdk-dev] [PATCH 00/10] Improve cast alignment for strict aligned machines

2015-05-04 Thread Olivier MATZ
Hi Cyril, On 04/29/2015 06:15 PM, Cyril Chemparathy wrote: > This series contains a few improvements that allow the DPDK code base to build > properly on machines that enforce strict pointer cast alignment constraints. > > When dealing with packet data which could be arbitrarily aligned, we get t

[dpdk-dev] [PATCH 00/10] Improve cast alignment for strict aligned machines

2015-05-04 Thread Cyril Chemparathy
On Mon, 4 May 2015 11:50:09 +0200 Olivier MATZ wrote: > Hi Cyril, > > On 04/29/2015 06:15 PM, Cyril Chemparathy wrote: > > This series contains a few improvements that allow the DPDK code > > base to build properly on machines that enforce strict pointer cast > > alignment constraints. > > > >

[dpdk-dev] [PATCH 00/10] Improve cast alignment for strict aligned machines

2015-04-29 Thread Cyril Chemparathy
This series contains a few improvements that allow the DPDK code base to build properly on machines that enforce strict pointer cast alignment constraints. When dealing with packet data which could be arbitrarily aligned, we get the compiler to do the right thing by (a) making sure that header typ