On 8/26/19 9:06 PM, Jakub Kicinski wrote:
On Mon, 26 Aug 2019 14:33:22 -0700, Shannon Nelson wrote:+struct ionic { + struct pci_dev *pdev; + struct device *dev; + struct devlink *dl;No need for the dl pointer here. priv_to_devlink can be used to obtain the devlink pointer based on priv structure address.+};
Sure Thanks, sln