On 6/9/2017 11:46 AM, Ferruh Yigit wrote: > On 6/9/2017 11:27 AM, Jerin Jacob wrote: >> Some ethdev devices like nicvf thunderx PMD need special treatment for >> Secondary queue set(SQS) PCIe VF devices, where, it expects to not unmap >> or free the memory without registering the ethdev subsystem. >> >> Introducing a new RTE_PCI_DRV_KEEP_MAPPED_RES >> PCI driver flag to request PCI subsystem to not unmap the mapped PCI >> resources(PCI BAR address) if unsupported device detected. >> >> Suggested-by: Ferruh Yigit <ferruh.yi...@intel.com> >> Signed-off-by: Jerin Jacob <jerin.ja...@caviumnetworks.com> > > Series Reviewed-by: Ferruh Yigit <ferruh.yi...@intel.com>
Series applied to dpdk-next-net/master, thanks.