Re: [PATCH 1/2] net/mana: enable 32 bit build for mana driver

2023-09-22 Thread Ferruh Yigit
On 9/21/2023 9:53 PM, Long Li wrote: >> Subject: [PATCH 1/2] net/mana: enable 32 bit build for mana driver >> >> Enable 32 bit build on x86 Linux. Fixed build warnings and errors when >> building in >> 32 bit. >> >> With this patch, mana will be a

RE: [PATCH 1/2] net/mana: enable 32 bit build for mana driver

2023-09-21 Thread Long Li
> Subject: [PATCH 1/2] net/mana: enable 32 bit build for mana driver > > Enable 32 bit build on x86 Linux. Fixed build warnings and errors when > building in > 32 bit. > > With this patch, mana will be able to build into 32 bit. However, another > patch for > man

Re: [PATCH 1/2] net/mana: enable 32 bit build for mana driver

2023-09-21 Thread Ferruh Yigit
On 9/21/2023 9:34 AM, Wei Hu wrote: > Enable 32 bit build on x86 Linux. Fixed build warnings and errors > when building in 32 bit. > > With this patch, mana will be able to build into 32 bit. However, > another patch for mana short doorbell support is needed to make > mana fully functional for 32

[PATCH 1/2] net/mana: enable 32 bit build for mana driver

2023-09-21 Thread Wei Hu
Enable 32 bit build on x86 Linux. Fixed build warnings and errors when building in 32 bit. With this patch, mana will be able to build into 32 bit. However, another patch for mana short doorbell support is needed to make mana fully functional for 32 bit applicatons. Cc: sta...@dpdk.org Signed-of