From 22aeda000ca97da76152a2652a530b5c8dd66395 Mon Sep 17 00:00:00 2001 From: Hyong Youb Kim Date: Sat, 20 Oct 2018 01:32:49 -0700 Subject: [PATCH] doc: update release notes for enic Fixes: 8a6ff33d6d36 ("net/enic: add AVX2 based vectorized Rx handler") Fixes: 86df6c4e2fce ("net/enic: support flow counter action") Fixes: 70401fd7784d ("net/enic: add VLAN and csum offloads to simple Tx handler") Fixes: c0aae00d7da0 ("net/enic: enable IOVA mode") Signed-off-by: Hyong Youb Kim Reviewed-by: John Daley --- doc/guides/rel_notes/release_18_11.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/guides/rel_notes/release_18_11.rst b/doc/guides/rel_notes/release_18_11.rst index 3fdf17123f..d7655d31b5 100644 --- a/doc/guides/rel_notes/release_18_11.rst +++ b/doc/guides/rel_notes/release_18_11.rst @@ -133,6 +133,13 @@ New Features * Added support for Tx descriptor status API in EF10 (ef10 and ef10_simple) datapaths implementation. +* **Updated the enic driver.** + + * Added AVX2-based vectorized Rx handler. + * Added VLAN and checksum offloads to the simple Tx handler. + * Added the count flow action. + * Enabled the virtual address IOVA mode. + * **Updated failsafe driver.** Updated the failsafe driver including the following changes: -- 2.20.1