Re: [dpdk-dev] [PATCH 2/4] eal: set byteorder in Windows to little endian

2020-06-25 Thread Tal Shnaiderman
> Subject: Re: [dpdk-dev] [PATCH 2/4] eal: set byteorder in Windows to little > endian > > 01/06/2020 11:38, tal...@mellanox.com: > > From: Tal Shnaiderman > > > > Set the endianness in Windows to RTE_LITTLE_ENDIAN as support for > > Windows is limited to x86

Re: [dpdk-dev] [PATCH 2/4] eal: set byteorder in Windows to little endian

2020-06-16 Thread Thomas Monjalon
01/06/2020 11:38, tal...@mellanox.com: > From: Tal Shnaiderman > > Set the endianness in Windows to RTE_LITTLE_ENDIAN as support > for Windows is limited to x86 architecture for now. > > Signed-off-by: Tal Shnaiderman > --- > --- a/lib/librte_eal/include/generic/rte_byteorder.h > +++ b/lib/libr