Re: [dpdk-dev] [PATCH v2 1/3] eal: introduce big and little endian types
Series applied, thanks
[dpdk-dev] [PATCH v2 1/3] eal: introduce big and little endian types
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