Re: [PATCH v5 net-next 01/18] ionic: Add basic framework for IONIC Network device driver
From: Shannon Nelson <hidden>
Date: 2019-08-27 18:55:12
From: Shannon Nelson <hidden>
Date: 2019-08-27 18:55:12
On 8/26/19 9:06 PM, Jakub Kicinski wrote:
On Mon, 26 Aug 2019 14:33:22 -0700, Shannon Nelson wrote:quoted
+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.quoted
+};
Sure Thanks, sln