Signed-off-by: John Daley <johndale at cisco.com> --- doc/guides/nics/features/enic.ini | 2 +- doc/guides/rel_notes/release_16_11.rst | 14 ++++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-)
diff --git a/doc/guides/nics/features/enic.ini b/doc/guides/nics/features/enic.ini index 523d4f1..86576a7 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 26cdd62..4427c52 100644 --- a/doc/guides/rel_notes/release_16_11.rst +++ b/doc/guides/rel_notes/release_16_11.rst @@ -131,6 +131,15 @@ New Features The GCC 4.9 ``-march`` option supports the Intel processor code names. The config option ``RTE_MACHINE`` can be used to pass code names to the compiler as ``-march`` flag. +* **Updated the enic driver.** + + The following changes were made to enic: + + * 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 + * Several bug fixes Resolved Issues --------------- @@ -153,6 +162,11 @@ 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.10.0