Re: [dpdk-dev] [PATCH v2 1/3] eal: introduce big and little endian types

2017-06-16 Thread Thomas Monjalon
Series applied, thanks

[dpdk-dev] [PATCH v2 1/3] eal: introduce big and little endian types

2017-06-15 Thread Adrien Mazarguil
From: Nelio Laranjeiro This commit introduces new rte_{le,be}{16,32,64}_t types and updates rte_{le,be,cpu}_to_{le,be,cpu}_*() accordingly. These types are added for documentation purposes, mainly to clarify the byte ordering to use for storage when not CPU order. Doing so eliminates uncertainty