From patchwork Fri Jun 29 09:29:44 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "John Daley (johndale)" X-Patchwork-Id: 41928 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 1060D1B4DF; Fri, 29 Jun 2018 11:36:01 +0200 (CEST) Received: from rcdn-iport-3.cisco.com (rcdn-iport-3.cisco.com [173.37.86.74]) by dpdk.org (Postfix) with ESMTP id 090951B4DF for ; Fri, 29 Jun 2018 11:35:59 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=cisco.com; i=@cisco.com; l=989; q=dns/txt; s=iport; t=1530264959; x=1531474559; h=from:to:cc:subject:date:message-id:in-reply-to: references; bh=E9MGK3AxHkRZqT2WFccT5knH4UtVzs8w0K2jAEmgb74=; b=JoEu3vBoLJCy6xTLmx++5otAmY0JkRu05Jd08oJEOAvOYUhX7LjQjs6Y RUhnsGV/d6eVp/N9EB4Sn0wn6xVt88fIqJuRKtEO3vmgXk9g6WU5BlU80 87DQO2hlEp7kJy6MoGp+2+26KLDuNVDssOkdcq5YsKGYe1ON7KQJi2F6M o=; X-IronPort-AV: E=Sophos;i="5.51,285,1526342400"; d="scan'208";a="406606307" Received: from alln-core-12.cisco.com ([173.36.13.134]) by rcdn-iport-3.cisco.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 29 Jun 2018 09:35:59 +0000 Received: from cisco.com (savbu-usnic-a.cisco.com [10.193.184.48]) by alln-core-12.cisco.com (8.14.5/8.14.5) with ESMTP id w5T9Zwni021374; Fri, 29 Jun 2018 09:35:58 GMT Received: by cisco.com (Postfix, from userid 392789) id 72B0B20F2001; Fri, 29 Jun 2018 02:35:58 -0700 (PDT) From: John Daley To: ferruh.yigit@intel.com Cc: dev@dpdk.org, John Daley Date: Fri, 29 Jun 2018 02:29:44 -0700 Message-Id: <20180629092944.15576-16-johndale@cisco.com> X-Mailer: git-send-email 2.16.2 In-Reply-To: <20180629092944.15576-1-johndale@cisco.com> References: <20180628031940.17397-1-johndale@cisco.com> <20180629092944.15576-1-johndale@cisco.com> Subject: [dpdk-dev] [PATCH v2 15/15] doc: update release notes with new enic features 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" Signed-off-by: John Daley Reviewed-by: Hyong Youb Kim --- doc/guides/rel_notes/release_18_08.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/guides/rel_notes/release_18_08.rst b/doc/guides/rel_notes/release_18_08.rst index bc0124295..903f046c8 100644 --- a/doc/guides/rel_notes/release_18_08.rst +++ b/doc/guides/rel_notes/release_18_08.rst @@ -46,6 +46,14 @@ New Features Flow API support has been added to CXGBE Poll Mode Driver to offload flows to Chelsio T5/T6 NICs. +* **Updated the enic driver.** + + * Add support for mbuf fast free offload. + * Add low cycle count Tx handler for no-offload Tx (except mbuf fast free). + * Add low cycle count Rx handler for non-scattered Rx. + * Minor performance improvements to scattered Rx handler. + * Add handlers to add/delete VxLAN port number. + * Add devarg to specify ingress VLAN rewrite mode. API Changes -----------