From patchwork Sat Oct 20 08:32:49 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Hyong Youb Kim (hyonkim)" X-Patchwork-Id: 47096 X-Patchwork-Delegate: ferruh.yigit@amd.com Return-Path: X-Original-To: patchwork@dpdk.org Delivered-To: patchwork@dpdk.org Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 82EAB4F94; Sat, 20 Oct 2018 10:33:37 +0200 (CEST) Received: from alln-iport-3.cisco.com (alln-iport-3.cisco.com [173.37.142.90]) by dpdk.org (Postfix) with ESMTP id 53DC74F91 for ; Sat, 20 Oct 2018 10:33:36 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=cisco.com; i=@cisco.com; l=1246; q=dns/txt; s=iport; t=1540024416; x=1541234016; h=from:to:cc:subject:date:message-id:in-reply-to: references; bh=v2H5nh+UwFGvG2nGQa6YmZJ5QYmiPyLqWGmImjAVghw=; b=d0Dr5jDoCZPBUaGlaymBtUiW9e6qdPTZ8H6GpAKttDmrvLwWSbH1YdCT JpqLCwngznbD/k741iotPyKPrx2iMGwcQkngreJCyu0Ql4/wMOntRrVhb agoWfR9TJkH1Y5gatwzEYrIqykX3xCioAMYH6acsLMIoGcIPa7QV5wEyp o=; X-IronPort-AV: E=Sophos;i="5.54,403,1534809600"; d="scan'208";a="189133034" Received: from alln-core-2.cisco.com ([173.36.13.135]) by alln-iport-3.cisco.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 20 Oct 2018 08:33:35 +0000 Received: from cisco.com (savbu-usnic-a.cisco.com [10.193.184.48]) by alln-core-2.cisco.com (8.15.2/8.15.2) with ESMTP id w9K8XZM2012818; Sat, 20 Oct 2018 08:33:35 GMT Received: by cisco.com (Postfix, from userid 508933) id 21D7C20F2001; Sat, 20 Oct 2018 01:33:35 -0700 (PDT) From: Hyong Youb Kim To: Ferruh Yigit Cc: dev@dpdk.org, John Daley , Hyong Youb Kim Date: Sat, 20 Oct 2018 01:32:49 -0700 Message-Id: <20181020083249.8187-4-hyonkim@cisco.com> X-Mailer: git-send-email 2.16.2 In-Reply-To: <20181020083249.8187-1-hyonkim@cisco.com> References: <20181020083249.8187-1-hyonkim@cisco.com> X-Outbound-SMTP-Client: 10.193.184.48, savbu-usnic-a.cisco.com X-Outbound-Node: alln-core-2.cisco.com Subject: [dpdk-dev] [PATCH 3/3] doc: update release notes for the enic driver X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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 a6cfce4fd..ea55736a2 100644 --- a/doc/guides/rel_notes/release_18_11.rst +++ b/doc/guides/rel_notes/release_18_11.rst @@ -142,6 +142,13 @@ New Features * Support for runtime Rx and Tx queues setup. * Support multicast MAC address set. +* **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. + * **Added a devarg to use PCAP interface physical MAC address.** A new devarg ``phy_mac`` was introduced to allow users to use physical MAC address of the selected PCAP interface.