From eee8be3a798b0f88f52936cd6a12daaa775394fe Mon Sep 17 00:00:00 2001 From: John Daley Date: Thu, 3 Nov 2016 11:01:33 -0700 Subject: [PATCH] doc: update release notes with enic changes Signed-off-by: John Daley Acked-by: John McNamara --- doc/guides/nics/features/enic.ini | 2 +- doc/guides/rel_notes/release_16_11.rst | 13 +++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/doc/guides/nics/features/enic.ini b/doc/guides/nics/features/enic.ini index 523d4f1fbf..86576a754d 100644 --- a/doc/guides/nics/features/enic.ini +++ b/doc/guides/nics/features/enic.ini @@ -7,7 +7,7 @@ Link status = Y Link status event = Y Queue start/stop = Y -MTU update = P +MTU update = Y Jumbo frame = Y Scattered Rx = Y Promiscuous mode = Y diff --git a/doc/guides/rel_notes/release_16_11.rst b/doc/guides/rel_notes/release_16_11.rst index ea2683c2c3..e72fca408b 100644 --- a/doc/guides/rel_notes/release_16_11.rst +++ b/doc/guides/rel_notes/release_16_11.rst @@ -106,6 +106,13 @@ New Features Eight new API's have been added to the ixgbe PMD for VF management from the PF. The declarations for the API's can be found in ``rte_pmd_ixgbe.h``. +* **Updated the enic driver.** + + * Use interrupt for link status checking instead of polling + * More flow director modes on UCS Blade with firmware version >= 2.0(13e) + * Full support for MTU update + * Support for rte_eth_rx_queue_count function + * **Updated the QAT PMD.** The QAT PMD was updated with following support: @@ -158,6 +165,12 @@ EAL Drivers ~~~~~~~ +* **enic: Fixed several flow director issues.** + +* **enic: Fixed inadvertent setting of L4 checksum ptype on ICMP packets.** + +* **enic: Fixed high driver overhead when servicing Rx queues beyond the first.** + Libraries ~~~~~~~~~ -- 2.20.1