[dpdk-dev] [PATCH v4 0/9] Improve cast alignment for strict aligned machines

2015-06-24 Thread Thomas Monjalon
2015-06-23 17:36, Olivier MATZ: > On 06/22/2015 08:34 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 coul

[dpdk-dev] [PATCH v4 0/9] Improve cast alignment for strict aligned machines

2015-06-23 Thread Olivier MATZ
Hi Cyril, On 06/22/2015 08:34 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 > ge

[dpdk-dev] [PATCH v4 0/9] Improve cast alignment for strict aligned machines

2015-06-23 Thread Cyril Chemparathy
On Tue, 23 Jun 2015 17:36:40 +0200 Olivier MATZ wrote: > Series > Acked-by: Olivier Matz > Thanks Olivier.

[dpdk-dev] [PATCH v4 0/9] Improve cast alignment for strict aligned machines

2015-06-22 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