Re: [dpdk-dev] [PATCH 2/2] net/cnxk: callback for getting link status

2021-09-15 Thread Nithin Kumar Dabilpuram
Acked-by: Nithin Dabilpuram On 7/30/21 9:38 PM, Harman Kalra wrote: Adding a new callback for reading the link status. PF can read it's link status and can forward the same to VF once it comes up. Signed-off-by: Harman Kalra --- drivers/net/cnxk/cnxk_ethdev.c | 9 + drivers/net/

Re: [dpdk-dev] [PATCH 2/2] net/cnxk: callback for getting link status

2021-09-06 Thread Jerin Jacob
On Fri, Jul 30, 2021 at 9:38 PM Harman Kalra wrote: > > Adding a new callback for reading the link status. PF can read it's > link status and can forward the same to VF once it comes up. > > Signed-off-by: Harman Kalra Series applied to dpdk-next-net-mrvl/for-next-net. Thanks. > --- > drivers/

[dpdk-dev] [PATCH 2/2] net/cnxk: callback for getting link status

2021-07-30 Thread Harman Kalra
Adding a new callback for reading the link status. PF can read it's link status and can forward the same to VF once it comes up. Signed-off-by: Harman Kalra --- drivers/net/cnxk/cnxk_ethdev.c | 9 + drivers/net/cnxk/cnxk_ethdev.h | 2 ++ drivers/net/cnxk/cnxk_link.c | 23