From patchwork Thu Feb 28 07:03:17 2019 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: 50612 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 635F45A4A; Thu, 28 Feb 2019 08:07:16 +0100 (CET) Received: from rcdn-iport-6.cisco.com (rcdn-iport-6.cisco.com [173.37.86.77]) by dpdk.org (Postfix) with ESMTP id 1A4905A4A for ; Thu, 28 Feb 2019 08:07:11 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=cisco.com; i=@cisco.com; l=792; q=dns/txt; s=iport; t=1551337632; x=1552547232; h=from:to:cc:subject:date:message-id:in-reply-to: references; bh=CbQ/jdBQbRqsY2zbOiX5aeOf45uHLnpe4HkqFJVD7gM=; b=OTFFdSsxRc0JjRUto16vMzrS4HwFXr0JXwwdXTb6CtQTXjpEN4RRkP3o ep7vmJnAA8z6jwozt4NbIex0GbdGGYidiIJHYDNOKtyPSVitDHf3/GudL ow5rqzCzfYFq7h3TQFa8/pSSGTx4X7asEhUybBRddj5tb2/AAv/SWjwdG I=; X-IronPort-AV: E=Sophos;i="5.58,422,1544486400"; d="scan'208";a="526001980" Received: from alln-core-12.cisco.com ([173.36.13.134]) by rcdn-iport-6.cisco.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 28 Feb 2019 07:07:11 +0000 Received: from cisco.com (savbu-usnic-a.cisco.com [10.193.184.48]) by alln-core-12.cisco.com (8.15.2/8.15.2) with ESMTP id x1S77AFd023068; Thu, 28 Feb 2019 07:07:11 GMT Received: by cisco.com (Postfix, from userid 508933) id BE0CE20F2001; Wed, 27 Feb 2019 23:07:10 -0800 (PST) From: Hyong Youb Kim To: Ferruh Yigit Cc: dev@dpdk.org, John Daley , Hyong Youb Kim Date: Wed, 27 Feb 2019 23:03:17 -0800 Message-Id: <20190228070317.17002-16-hyonkim@cisco.com> X-Mailer: git-send-email 2.16.2 In-Reply-To: <20190228070317.17002-1-hyonkim@cisco.com> References: <20190228070317.17002-1-hyonkim@cisco.com> X-Outbound-SMTP-Client: 10.193.184.48, savbu-usnic-a.cisco.com X-Outbound-Node: alln-core-12.cisco.com Subject: [dpdk-dev] [PATCH 15/15] doc: update release notes for enic 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: Hyong Youb Kim --- doc/guides/rel_notes/release_19_05.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/guides/rel_notes/release_19_05.rst b/doc/guides/rel_notes/release_19_05.rst index 4a3e2a7f3..9226dc5e9 100644 --- a/doc/guides/rel_notes/release_19_05.rst +++ b/doc/guides/rel_notes/release_19_05.rst @@ -77,6 +77,11 @@ New Features which includes the directory name, lib name, filenames, makefile, docs, macros, functions, structs and any other strings in the code. +* **Updated the enic driver.** + + * Fixed several flow (director) bugs related to MARK, SCTP, VLAN, VXLAN, and + inner packet matching. + * Added limited support for RAW, RSS, and PASSTHRU. Removed Items -------------