On 15/04/2020 12:17, Jerin Jacob wrote:
> On Wed, Apr 15, 2020 at 4:39 PM Dmitry Kozlyuk
> wrote:
>>
>>
>>
>>> On Wed, Apr 15, 2020 at 4:02 PM Dmitry Kozlyuk
>>> wrote:
> On Wed, Apr 15, 2020 at 1:16 AM Dmitry Kozlyuk
> wrote:
>>
>> Clang on Windows follows MS ABI wher
On Wed, Apr 15, 2020 at 4:39 PM Dmitry Kozlyuk wrote:
>
>
>
> > On Wed, Apr 15, 2020 at 4:02 PM Dmitry Kozlyuk
> > wrote:
> > >
> > > > On Wed, Apr 15, 2020 at 1:16 AM Dmitry Kozlyuk
> > > > wrote:
> > > > >
> > > > > Clang on Windows follows MS ABI where enum values are limited to
> > > > >
> On Wed, Apr 15, 2020 at 4:02 PM Dmitry Kozlyuk
> wrote:
> >
> > > On Wed, Apr 15, 2020 at 1:16 AM Dmitry Kozlyuk
> > > wrote:
> > > >
> > > > Clang on Windows follows MS ABI where enum values are limited to 2^31-1.
> > > > Enum rte_page_size has members valued above this limit, which g
On Wed, Apr 15, 2020 at 4:02 PM Dmitry Kozlyuk wrote:
>
> > On Wed, Apr 15, 2020 at 1:16 AM Dmitry Kozlyuk
> > wrote:
> > >
> > > Clang on Windows follows MS ABI where enum values are limited to 2^31-1.
> > > Enum rte_page_size has members valued above this limit, which get
> > > wrapped to zero
> On Wed, Apr 15, 2020 at 1:16 AM Dmitry Kozlyuk
> wrote:
> >
> > Clang on Windows follows MS ABI where enum values are limited to 2^31-1.
> > Enum rte_page_size has members valued above this limit, which get
> > wrapped to zero, resulting in compilation error (duplicate values in
> > enum). Usin
On Wed, Apr 15, 2020 at 1:16 AM Dmitry Kozlyuk wrote:
>
> Clang on Windows follows MS ABI where enum values are limited to 2^31-1.
> Enum rte_page_size has members valued above this limit, which get
> wrapped to zero, resulting in compilation error (duplicate values in
> enum). Using MS ABI is man
Clang on Windows follows MS ABI where enum values are limited to 2^31-1.
Enum rte_page_size has members valued above this limit, which get
wrapped to zero, resulting in compilation error (duplicate values in
enum). Using MS ABI is mandatory for Windows EAL to call Win32 APIs.
Define these values o
7 matches
Mail list logo