[dpdk-dev] [PATCH 1/2] fm10k: Add Atwood Channel Support

2016-01-12 Thread Mcnamara, John
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Michael Qiu > Sent: Monday, January 11, 2016 7:28 AM > To: dev at dpdk.org > Subject: [dpdk-dev] [PATCH 1/2] fm10k: Add Atwood Channel Support > > Atwood Channel is intel 25G NIC, and this

[dpdk-dev] [PATCH 1/2] fm10k: Add Atwood Channel Support

2016-01-11 Thread Michael Qiu
Atwood Channel is intel 25G NIC, and this patch add the support in DPDK. Signed-off-by: Michael Qiu --- drivers/net/fm10k/base/fm10k_osdep.h| 4 lib/librte_eal/common/include/rte_pci_dev_ids.h | 2 ++ 2 files changed, 6 insertions(+) diff --git a/drivers/net/fm10k/base/fm10k_osd