Re: [dpdk-dev] [PATCH 1/2] net/bnxt: fix link state operations

2021-03-18 Thread Ajit Khaparde
On Thu, Mar 18, 2021 at 2:13 AM Kalesh A P wrote: > > From: Kalesh AP > > VFs does not have the privilege to change link configuration. > But the driver silently returns success to these ethdev callbacks > without actually issuing the HWRM command to bring the link up/down. > > Fixes: 5c206086fea

[dpdk-dev] [PATCH 1/2] net/bnxt: fix link state operations

2021-03-18 Thread Kalesh A P
From: Kalesh AP VFs does not have the privilege to change link configuration. But the driver silently returns success to these ethdev callbacks without actually issuing the HWRM command to bring the link up/down. Fixes: 5c206086feaa ("net/bnxt: add link state operations") Cc: sta...@dpdk.org Si