From ce447748df1057f89f705e5c4d5656f89fd29881 Mon Sep 17 00:00:00 2001 From: Helin Zhang Date: Tue, 14 Jun 2016 14:56:37 +0100 Subject: [PATCH] net/i40e/base: document latest base code version Update the documentation and comments with brief details on the base code version included in this release. Signed-off-by: Helin Zhang Signed-off-by: Bruce Richardson --- doc/guides/rel_notes/release_16_07.rst | 4 ++++ drivers/net/i40e/Makefile | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/guides/rel_notes/release_16_07.rst b/doc/guides/rel_notes/release_16_07.rst index de392168fc..f66852e2f1 100644 --- a/doc/guides/rel_notes/release_16_07.rst +++ b/doc/guides/rel_notes/release_16_07.rst @@ -47,6 +47,10 @@ New Features * Dropped specific Xen Dom0 code. * Dropped specific anonymous mempool code in testpmd. +* **Updated the i40e base driver.** + + Updated the i40e base driver, which includes support for new devices IDs. + * **Supported virtio on IBM POWER8.** The ioports are mapped in memory when using Linux UIO. diff --git a/drivers/net/i40e/Makefile b/drivers/net/i40e/Makefile index 9ffef3f5ad..d76c7f3de3 100644 --- a/drivers/net/i40e/Makefile +++ b/drivers/net/i40e/Makefile @@ -85,7 +85,7 @@ VPATH += $(SRCDIR)/base # # all source are stored in SRCS-y -# base driver is based on the package of dpdk-i40e.2016.01.07.14.tar.gz. +# base driver is based on the package of dpdk-i40e.2016.04.18.12.tar.gz. # SRCS-$(CONFIG_RTE_LIBRTE_I40E_PMD) += i40e_adminq.c SRCS-$(CONFIG_RTE_LIBRTE_I40E_PMD) += i40e_common.c -- 2.20.1