From: David Marchand Date: Mon, 11 Jul 2016 14:40:42 +0000 (+0200) Subject: net/enic: move PCI device ids to the driver X-Git-Tag: spdx-start~6187 X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;ds=sidebyside;h=0b6fe7bd4f37b72044d74d21460768eed1e2486b;hp=0b6fe7bd4f37b72044d74d21460768eed1e2486b;p=dpdk.git net/enic: move PCI device ids to the driver Moved cisco vendor id since the driver had no such information. Used RTE_PCI_DEVICE in place of RTE_PCI_DEV_ID_DECL* stuff. Signed-off-by: David Marchand ---