[dpdk-dev] [PATCH] eal: modification of the list of i40e supported device IDs

2014-11-13 Thread Helin Zhang
According to the changes of the i40e base driver, two device IDs (0x1573, 0x1582) are not supported anymore, and one new device ID (0x1586) is supported. The list of i40e device IDs DPDK supported should be modified accordingly. Signed-off-by: Helin Zhang --- lib/librte_eal/common/include/rte_pc

[dpdk-dev] [PATCH] eal: modification of the list of i40e supported device IDs

2014-11-13 Thread Thomas Monjalon
> According to the changes of the i40e base driver, two device > IDs (0x1573, 0x1582) are not supported anymore, and one new > device ID (0x1586) is supported. The list of i40e device IDs > DPDK supported should be modified accordingly. > > Signed-off-by: Helin Zhang Acked-by: Thomas Monjalon