From patchwork Mon Dec 10 18:28:56 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: 48624 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 B744F1B39D; Mon, 10 Dec 2018 19:29:41 +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 16D6A1B39D for ; Mon, 10 Dec 2018 19:29:39 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=cisco.com; i=@cisco.com; l=818; q=dns/txt; s=iport; t=1544466580; x=1545676180; h=from:to:cc:subject:date:message-id:in-reply-to: references; bh=tZhGT6yFaSiau46lL/BY0lQK5wO5TeNNio6OECoUGNY=; b=IAQ+gA82AtYWkPtlXlx88/OBayG2+DFl+sXiMntkWiWc0uph5eLpQnwm OofNsdgU7LAB2YYBtS0rrqLaFsmuQShTqW7qDtxy6EeVyLHWfXABTZ3pK suyKwhSDkOVsvDfji5VrRsMMItbS8RK0QQ9DTKniUrCvf1/X8eVs2jcpK c=; X-IronPort-AV: E=Sophos;i="5.56,339,1539648000"; d="scan'208";a="493934936" Received: from rcdn-core-10.cisco.com ([173.37.93.146]) by rcdn-iport-6.cisco.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 10 Dec 2018 18:29:39 +0000 Received: from cisco.com (savbu-usnic-a.cisco.com [10.193.184.48]) by rcdn-core-10.cisco.com (8.15.2/8.15.2) with ESMTP id wBAITcBg001440; Mon, 10 Dec 2018 18:29:39 GMT Received: by cisco.com (Postfix, from userid 508933) id D88E620F2001; Mon, 10 Dec 2018 10:29:38 -0800 (PST) From: Hyong Youb Kim To: Ferruh Yigit Cc: dev@dpdk.org, John Daley , Hyong Youb Kim Date: Mon, 10 Dec 2018 10:28:56 -0800 Message-Id: <20181210182857.13043-5-hyonkim@cisco.com> X-Mailer: git-send-email 2.16.2 In-Reply-To: <20181210182857.13043-1-hyonkim@cisco.com> References: <20181210182857.13043-1-hyonkim@cisco.com> X-Outbound-SMTP-Client: 10.193.184.48, savbu-usnic-a.cisco.com X-Outbound-Node: rcdn-core-10.cisco.com Subject: [dpdk-dev] [PATCH 4/4] 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 Reviewed-by: John Daley --- doc/guides/rel_notes/release_19_02.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/guides/rel_notes/release_19_02.rst b/doc/guides/rel_notes/release_19_02.rst index a94fa86a7..4c789d2a9 100644 --- a/doc/guides/rel_notes/release_19_02.rst +++ b/doc/guides/rel_notes/release_19_02.rst @@ -54,6 +54,11 @@ New Features Also, make sure to start the actual text at the margin. ========================================================= +* **Updated the enic driver.** + + * Added support for ``RTE_ETH_DEV_CLOSE_REMOVE`` flag. + * Added the handler to get firmware version string. + * Added support for multicast filtering. Removed Items -------------