Re: [PATCH v6 05/26] net/spnic: add mgmt module

2022-01-21 Thread Yanling Song
On Wed, 19 Jan 2022 17:22:51 + Ferruh Yigit wrote: > On 12/30/2021 6:08 AM, Yanling Song wrote: > > Mgmt module manage the message gerenated from the hardware. > > This patch implements mgmt module initialization, related event > > processing and message command definition. > > > > Signed-of

Re: [PATCH v6 05/26] net/spnic: add mgmt module

2022-01-19 Thread Ferruh Yigit
On 12/30/2021 6:08 AM, Yanling Song wrote: Mgmt module manage the message gerenated from the hardware. This patch implements mgmt module initialization, related event processing and message command definition. Signed-off-by: Yanling Song <...> +static void spnic_get_port_link_info(u8 link_s

[PATCH v6 05/26] net/spnic: add mgmt module

2021-12-29 Thread Yanling Song
Mgmt module manage the message gerenated from the hardware. This patch implements mgmt module initialization, related event processing and message command definition. Signed-off-by: Yanling Song --- drivers/net/spnic/base/meson.build | 4 +- drivers/net/spnic/base/spnic_cmd.h | 222