On Thu, May 11, 2017 at 04:33:12PM +0200, Dariusz Stojaczyk wrote:
> From: Daniel Verkamp <[email protected]>
>
> Fixes unaligned access to fields.
This is for fixing compile warnings with new clang 4.0?
http://dpdk.org/ml/archives/dev/2017-April/064089.html
If so, please show the exact warning in the commit log.
>
> Signed-off-by: Daniel Verkamp <[email protected]>
> Signed-off-by: Dariusz Stojaczyk <[email protected]>
> ---
> Fixed checkpatch warnings
It's likely it will be easily missed while review. We normally do that:
---
v3: fix checkpatch warnings
v2: remove gerrit id
--yliu