RE: [PATCH] net/mana: support building the driver on arm64

2024-08-28 Thread Long Li
> I released this mail from the moderation queue, so the patch could make it to > patchwork. > > > The sender is lon...@linuxonhyperv.com, the author is > lon...@microsoft.com. I hope that is okay. > > The @linuxonhyperv.com address one is not registered to the dev ml, which is > the reason why

Re: [PATCH] net/mana: support building the driver on arm64

2024-08-27 Thread David Marchand
On Wed, Aug 28, 2024 at 1:59 AM Long Li wrote: > > The mail was waiting in the moderation queue. > > Long, please fix your send-email setup, or send with a mail address > > registered > > to the dev@ ml. > > I think the patch has made it to patchwork: > https://patchwork.dpdk.org/project/dpdk/pat

RE: [PATCH] net/mana: support building the driver on arm64

2024-08-27 Thread Long Li
> > Hi Long, > > > > I don't see this patch in the mail list and patchwork, it can be > > because of the email address it has been sent, fyi. > > The mail was waiting in the moderation queue. > Long, please fix your send-email setup, or send with a mail address registered > to the dev@ ml. I thin

Re: [PATCH] net/mana: support building the driver on arm64

2024-08-27 Thread Ferruh Yigit
On 8/26/2024 11:38 PM, lon...@linuxonhyperv.com wrote: > From: Long Li > > The driver has been verified on Linux arm64. Enable this build option and > add a missing header file for arm64. > > Signed-off-by: Long Li > Applied to dpdk-next-net/main, thanks.

Re: [PATCH] net/mana: support building the driver on arm64

2024-08-27 Thread David Marchand
Hello, On Tue, Aug 27, 2024 at 12:01 PM Ferruh Yigit wrote: > > On 8/26/2024 11:38 PM, lon...@linuxonhyperv.com wrote: > > From: Long Li > > > > The driver has been verified on Linux arm64. Enable this build option and > > add a missing header file for arm64. > > > > Signed-off-by: Long Li > >

[PATCH] net/mana: support building the driver on arm64

2024-08-27 Thread longli
From: Long Li The driver has been verified on Linux arm64. Enable this build option and add a missing header file for arm64. Signed-off-by: Long Li --- drivers/net/mana/meson.build | 4 ++-- drivers/net/mana/mp.c| 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/driv

Re: [PATCH] net/mana: support building the driver on arm64

2024-08-27 Thread Ferruh Yigit
On 8/26/2024 11:38 PM, lon...@linuxonhyperv.com wrote: > From: Long Li > > The driver has been verified on Linux arm64. Enable this build option and > add a missing header file for arm64. > > Signed-off-by: Long Li > Hi Long, I don't see this patch in the mail list and patchwork, it can be be