Re: [PATCH v2 03/11] net/nfp: add the control message channel

2023-12-08 Thread Ferruh Yigit
On 12/5/2023 2:54 AM, Chaoyong He wrote: > diff --git a/drivers/net/nfp/nfp_net_cmsg.h b/drivers/net/nfp/nfp_net_cmsg.h > new file mode 100644 > index 00..15e0bb60d8 > --- /dev/null > +++ b/drivers/net/nfp/nfp_net_cmsg.h > @@ -0,0 +1,37 @@ > +/* SPDX-License-Identifier: BSD-3-Clause > + * C

[PATCH v2 03/11] net/nfp: add the control message channel

2023-12-04 Thread Chaoyong He
Using the mailbox, which serves as the control message channel between driver and CoreNIC firmware. Signed-off-by: Chaoyong He Reviewed-by: Long Wu Reviewed-by: Peng Zhang --- drivers/net/nfp/meson.build| 1 + drivers/net/nfp/nfp_net_cmsg.c | 66 ++ drivers