Re: [PATCH v6 09/26] net/spnic: support MAC and link event handling

2022-01-21 Thread Yanling Song
On Wed, 19 Jan 2022 17:26:47 + Ferruh Yigit wrote: > On 12/30/2021 6:08 AM, Yanling Song wrote: > > This commit adds interfaces to add/remove MAC addresses > > and registers related ops to struct eth_dev_ops. Furthermore, > > this commit adds callback to handle link events. > > > > The pa

Re: [PATCH v6 09/26] net/spnic: support MAC and link event handling

2022-01-19 Thread Ferruh Yigit
On 12/30/2021 6:08 AM, Yanling Song wrote: This commit adds interfaces to add/remove MAC addresses and registers related ops to struct eth_dev_ops. Furthermore, this commit adds callback to handle link events. The patch also adds the VF dev_ops. It would be more clear to support PF first and

[PATCH v6 09/26] net/spnic: support MAC and link event handling

2021-12-29 Thread Yanling Song
This commit adds interfaces to add/remove MAC addresses and registers related ops to struct eth_dev_ops. Furthermore, this commit adds callback to handle link events. Signed-off-by: Yanling Song --- drivers/net/spnic/base/meson.build | 3 +- drivers/net/spnic/base/spnic_hw_cfg.c| 12