Re: [dpdk-dev] [PATCH] net/cxgbe: avoid sending link params change from VF

2021-09-30 Thread Ferruh Yigit
On 9/27/2021 6:56 PM, Rahul Lakkireddy wrote: > From: Nikhil Vasoya > > VFs are not allowed to change physical link params when a port > module change is detected. The firmware already returns appropriate > permission error when VF tries to change physical link params. But, > make sure to avoid s

[dpdk-dev] [PATCH] net/cxgbe: avoid sending link params change from VF

2021-09-27 Thread Rahul Lakkireddy
From: Nikhil Vasoya VFs are not allowed to change physical link params when a port module change is detected. The firmware already returns appropriate permission error when VF tries to change physical link params. But, make sure to avoid sending the command to firmware from VF in the first place