[PATCH] net/r8169: add support for hw initialization

Stephen Hemminger stephen at networkplumber.org
Wed Sep 25 17:16:57 CEST 2024


On Wed, 25 Sep 2024 15:54:21 +0800
Howard Wang <howard_wang at realsil.com.cn> wrote:

>  static int
>  rtl_dev_close(struct rte_eth_dev *dev)
>  {
> +	//struct rte_pci_device *pci_dev = RTE_ETH_DEV_TO_PCI(dev);
> +	//struct rte_intr_handle *intr_handle = pci_dev->intr_handle;

No commented out code please.
As checkpatch warns, DPDK does not use C99 style comments.


More information about the dev mailing list