Hi Ferruh,
> -----Original Message----- > From: Yigit, Ferruh > Sent: Tuesday, December 18, 2018 7:16 AM > To: Lu, Wenzhuo <[email protected]>; [email protected] > Cc: Yang, Qiming <[email protected]>; Li, Xiaoyun > <[email protected]>; Wu, Jingjing <[email protected]> > Subject: Re: [dpdk-dev] [PATCH v5 15/31] net/ice: support device > initialization > > > +static struct rte_pci_driver rte_ice_pmd = { > > + .id_table = pci_id_ice_map, > > + .drv_flags = RTE_PCI_DRV_NEED_MAPPING | > RTE_PCI_DRV_INTR_LSC, > > Is "RTE_PCI_DRV_IOVA_AS_VA" not added intentionally? Thanks for the reminder. Will add it.

