#查询网卡的devid号
[jinsh@localhost dpdk-19.11]$ lspci -nn | grep Ethernet
07:00.0 Ethernet controller [0200]: Intel Corporation I210 Gigabit Network Connection [8086:1533] (rev 03)
08:00.0 Ethernet controller [0200]: Intel Corporation I210 Gigabit Network Connection [8086:1533] (rev 03)
#在dpdk代码中搜索此devid号,
[jinsh@localhost dpdk-19.11]$ grep --include=*.h -rn -e '1533'
drivers/net/e1000/base/e1000_hw.h:149:#define E1000_DEV_ID_I210_COPPER 0x1533
drivers/net/sfc/base/efx.h:1776: * (see https://tools.ietf.org/html/rfc1533)