From patchwork Wed Jun 26 08:58:09 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Qiming Yang X-Patchwork-Id: 55405 X-Patchwork-Delegate: qi.z.zhang@intel.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 2FC3D37B4; Wed, 26 Jun 2019 11:00:20 +0200 (CEST) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by dpdk.org (Postfix) with ESMTP id 2D37B2BF2 for ; Wed, 26 Jun 2019 11:00:05 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga106.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 26 Jun 2019 02:00:05 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.63,419,1557212400"; d="scan'208";a="245363698" Received: from map1.sh.intel.com ([10.67.111.124]) by orsmga001.jf.intel.com with ESMTP; 26 Jun 2019 02:00:02 -0700 From: Qiming Yang To: dev@dpdk.org Cc: Qiming Yang Date: Wed, 26 Jun 2019 16:58:09 +0800 Message-Id: <20190626085809.5974-5-qiming.yang@intel.com> X-Mailer: git-send-email 2.9.5 In-Reply-To: <20190626085809.5974-1-qiming.yang@intel.com> References: <1559552722-8970-1-git-send-email-qiming.yang@intel.com> <20190626085809.5974-1-qiming.yang@intel.com> Subject: [dpdk-dev] [PATCH v8 4/4] doc: add release note for generic flow 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: Qiming Yang --- doc/guides/rel_notes/release_19_08.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/guides/rel_notes/release_19_08.rst b/doc/guides/rel_notes/release_19_08.rst index 563999d..0f46b86 100644 --- a/doc/guides/rel_notes/release_19_08.rst +++ b/doc/guides/rel_notes/release_19_08.rst @@ -93,6 +93,7 @@ New Features Updated ice driver with new features and improvements, including: * Enabled Tx outer/inner L3/L4 checksum offload. + * Enabled generic filter framework and supported switch filter. Removed Items