On 30/07/2021 17:08, Harman Kalra wrote:
> Currently link event is only sent to the PF by AF as soon as it comes
> up, or in case of any physical change in link. PF will broadcast
> these link events to all its VFs as soon as it receives it.
> But no event is sent when a new VF comes up, hence it will not have
> the link status.
> Adding support for sending link status to the VF once it comes up
> successfully.
>
> Signed-off-by: Harman Kalra <hka...@marvell.com>
> ---
> drivers/common/cnxk/roc_dev.c | 33 ++++++++++++++++++++++++++++++
> drivers/common/cnxk/roc_dev_priv.h | 5 +++++
> drivers/common/cnxk/roc_nix.h | 7 +++++++
> drivers/common/cnxk/roc_nix_mac.c | 23 +++++++++++++++++++++
> drivers/common/cnxk/version.map | 2 ++
> 5 files changed, 70 insertions(+)
>
Acked-by: Ray Kinsella <m...@ashroe.eu>