[dpdk-dev] [PATCH v6 03/10] eal: add __rte_packed /__rte_aligned macros

2015-11-13 Thread Thomas Monjalon
2015-11-10 17:32, Declan Doherty: > Adding a new marco for specifing __aligned__ attribute, and updating the 2 typos spotted on this line ;) I wonder why the "marco" typo is so common.

[dpdk-dev] [PATCH v6 03/10] eal: add __rte_packed /__rte_aligned macros

2015-11-13 Thread Declan Doherty
On 13/11/15 15:35, Thomas Monjalon wrote: > 2015-11-10 17:32, Declan Doherty: >> Adding a new marco for specifing __aligned__ attribute, and updating the > > 2 typos spotted on this line ;) > I wonder why the "marco" typo is so common. > oops, I didn't have my spell-check plugin enabled in vim :(

[dpdk-dev] [PATCH v6 03/10] eal: add __rte_packed /__rte_aligned macros

2015-11-10 Thread Declan Doherty
Adding a new marco for specifing __aligned__ attribute, and updating the current __rte_cache_aligned macro to use it. Also adding a new macro to specify the __packed__ attribute Acked-by: Sergio Gonzalez Monroy Signed-off-by: Declan Doherty --- lib/librte_eal/common/include/rte_memory.h | 14 +