From patchwork Tue Apr 23 18:12:51 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Kadam, Pallavi" X-Patchwork-Id: 53024 X-Patchwork-Delegate: thomas@monjalon.net 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 8349D1B441; Tue, 23 Apr 2019 20:33:16 +0200 (CEST) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 88FF21B0FB for ; Tue, 23 Apr 2019 20:33:14 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 23 Apr 2019 11:33:13 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.60,386,1549958400"; d="scan'208";a="145055677" Received: from win-dpdk-pallavi.jf.intel.com (HELO localhost.localdomain) ([10.166.188.58]) by orsmga003.jf.intel.com with ESMTP; 23 Apr 2019 11:33:13 -0700 From: Pallavi Kadam To: dev@dpdk.org Cc: ranjit.menon@intel.com, pallavi.kadam@intel.com Date: Tue, 23 Apr 2019 11:12:51 -0700 Message-Id: <20190423181251.2432-1-pallavi.kadam@intel.com> X-Mailer: git-send-email 2.18.0.windows.1 In-Reply-To: <20190410210049.11416-1-pallavi.kadam@intel.com> References: <20190410210049.11416-1-pallavi.kadam@intel.com> Subject: [dpdk-dev] [PATCH v2] doc: update release notes for windows support 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" Added documentation for Windows support on 19.05 release. Signed-off-by: Pallavi Kadam Reviewed-by: Anand Rawat Reviewed-by: Ranjit Menon Acked-by: John McNamara --- doc/guides/rel_notes/release_19_05.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/guides/rel_notes/release_19_05.rst b/doc/guides/rel_notes/release_19_05.rst index d5ed564ab..7e91e7d88 100644 --- a/doc/guides/rel_notes/release_19_05.rst +++ b/doc/guides/rel_notes/release_19_05.rst @@ -187,6 +187,10 @@ New Features Improved testpmd application performance on ARM platform. For ``macswap`` forwarding mode, NEON intrinsics were used to do swap to save CPU cycles. +* **Added Windows Support.** + + Added Windows support to compile and build Hello World Sample Application. + Removed Items -------------