From 252768f4df3b185aae92b79f63f14f8c213c3e09 Mon Sep 17 00:00:00 2001 From: Jingjing Wu Date: Tue, 27 Oct 2015 16:34:36 +0800 Subject: [PATCH] i40e: add base driver update to release notes Signed-off-by: Jingjing Wu Acked-by: John McNamara --- doc/guides/rel_notes/release_2_2.rst | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/doc/guides/rel_notes/release_2_2.rst b/doc/guides/rel_notes/release_2_2.rst index da370b8cd5..bdda578edb 100644 --- a/doc/guides/rel_notes/release_2_2.rst +++ b/doc/guides/rel_notes/release_2_2.rst @@ -84,6 +84,21 @@ New Features * Add 2 new flow director modes on x550. * One is MAC VLAN mode, the other is tunnel mode. +* **Updated the i40e base driver.** + + The i40e base driver was updated with several changes including the + following: + + * Added promiscuous on VLAN support + * Added a workaround to drop all flow control frames + * Added VF capabilities to virtual channel interface + * Added Tx Scheduling related AQ commands + * Added additional PCTYPES supported for FortPark RSS + * Added parsing for CEE DCBX TLVs + * Added FortPark specific registers + * Added AQ functions to handle RSS Key and LUT programming + * Increased pf reset max loop limit + * **Added i40e vector RX/TX.** * **Added i40e Rx interrupt support.**