From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 02ECD8E7B for ; Sat, 31 Oct 2015 03:45:01 +0100 (CET) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga103.fm.intel.com with ESMTP; 30 Oct 2015 19:45:03 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.20,221,1444719600"; d="scan'208";a="839305980" Received: from shvmail01.sh.intel.com ([10.239.29.42]) by orsmga002.jf.intel.com with ESMTP; 30 Oct 2015 19:45:01 -0700 Received: from shecgisg004.sh.intel.com (shecgisg004.sh.intel.com [10.239.29.89]) by shvmail01.sh.intel.com with ESMTP id t9V2ixRb027995; Sat, 31 Oct 2015 10:44:59 +0800 Received: from shecgisg004.sh.intel.com (localhost [127.0.0.1]) by shecgisg004.sh.intel.com (8.13.6/8.13.6/SuSE Linux 0.8) with ESMTP id t9V2iubH021133; Sat, 31 Oct 2015 10:44:58 +0800 Received: (from heshaope@localhost) by shecgisg004.sh.intel.com (8.13.6/8.13.6/Submit) id t9V2itT2021129; Sat, 31 Oct 2015 10:44:55 +0800 From: Shaopeng He To: dev@dpdk.org Date: Sat, 31 Oct 2015 10:44:44 +0800 Message-Id: <1446259484-21070-5-git-send-email-shaopeng.he@intel.com> X-Mailer: git-send-email 1.7.4.1 In-Reply-To: <1446259484-21070-1-git-send-email-shaopeng.he@intel.com> References: <1445937709-5445-1-git-send-email-shaopeng.he@intel.com> <1446259484-21070-1-git-send-email-shaopeng.he@intel.com> Subject: [dpdk-dev] [PATCH v4 4/4] doc: update release note for fm10k VMDQ support X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 31 Oct 2015 02:45:02 -0000 Signed-off-by: Shaopeng He Acked-by: Jingjing Wu Acked-by: Michael Qiu --- doc/guides/rel_notes/release_2_2.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/guides/rel_notes/release_2_2.rst b/doc/guides/rel_notes/release_2_2.rst index 116162e..c00344b 100644 --- a/doc/guides/rel_notes/release_2_2.rst +++ b/doc/guides/rel_notes/release_2_2.rst @@ -45,6 +45,11 @@ New Features * **Added port hotplug support to xenvirt.** +* **Added fm10k VMDQ support.** + + Added functions to configure VMDQ mode and add MAC address for each VMDQ + queue pool. Also included logic to do sanity check for multi-queue settings. + Resolved Issues --------------- -- 1.9.3