On Wed, 25 Sep 2024 15:54:21 +0800 Howard Wang <[email protected]> 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.

