Re: [dpdk-dev] [PATCH 1/3] net/octeontx2: handle link status when device stopped

2021-07-13 Thread Jerin Jacob
On Wed, Jul 7, 2021 at 10:20 PM wrote: > > From: Satha Rao > > Set link status to down and don't fetch link status from kernel > when device in stopped state. > > Signed-off-by: Satha Rao Series Acked-by: Jerin Jacob Series applied to dpdk-next-net-mrvl/for-dpdk-main. Thanks. > --- > driver

[dpdk-dev] [PATCH 1/3] net/octeontx2: handle link status when device stopped

2021-07-07 Thread skoteshwar
From: Satha Rao Set link status to down and don't fetch link status from kernel when device in stopped state. Signed-off-by: Satha Rao --- drivers/net/octeontx2/otx2_ethdev.c | 5 + drivers/net/octeontx2/otx2_link.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/dr