net/i40e: support power management on VF
authorAnatoly Burakov <anatoly.burakov@intel.com>
Mon, 26 Apr 2021 13:49:12 +0000 (13:49 +0000)
committerQi Zhang <qi.z.zhang@intel.com>
Wed, 28 Apr 2021 01:09:21 +0000 (03:09 +0200)
commit3dbfacbf93f6737e38bc47e4e3f53c7ebd4d7766
treeb1147200d5226ca744aa419505f6950c803a1e9e
parent48774688413cc66e8f1a6fdef4302078c1f6a033
net/i40e: support power management on VF

When .get_monitor_addr API was introduced, it was implemented in the
i40e driver, but only for the physical function; the virtual function
portion of the driver does not support that API.

Add the missing function pointer to VF device structure.

The i40e driver is not meant to use the VF portion any more, as
currently i40e VF devices are supposed to be managed by iavf drier, but
add this just in case it needs backporting later.

Fixes: a683abf90a22 ("net/i40e: implement power management API")
Cc: stable@dpdk.org
Signed-off-by: Anatoly Burakov <anatoly.burakov@intel.com>
Reviewed-by: David Hunt <david.hunt@intel.com>
drivers/net/i40e/i40e_ethdev_vf.c