From patchwork Tue Dec 16 14:48:18 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Siobhan Butler X-Patchwork-Id: 2021 Return-Path: X-Original-To: patchwork@dpdk.org Delivered-To: patchwork@dpdk.org Received: from [92.243.14.124] (localhost [IPv6:::1]) by dpdk.org (Postfix) with ESMTP id A802E8044; Tue, 16 Dec 2014 15:56:07 +0100 (CET) Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 75FF23F9 for ; Tue, 16 Dec 2014 15:55:59 +0100 (CET) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga101.fm.intel.com with ESMTP; 16 Dec 2014 06:48:24 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.07,587,1413270000"; d="scan'208";a="638413694" Received: from irvmail001.ir.intel.com ([163.33.26.43]) by fmsmga001.fm.intel.com with ESMTP; 16 Dec 2014 06:48:24 -0800 Received: from sivswdev02.ir.intel.com (sivswdev02.ir.intel.com [10.237.217.46]) by irvmail001.ir.intel.com (8.14.3/8.13.6/MailSET/Hub) with ESMTP id sBGEmNa0003994; Tue, 16 Dec 2014 14:48:23 GMT Received: from sivswdev02.ir.intel.com (localhost [127.0.0.1]) by sivswdev02.ir.intel.com with ESMTP id sBGEmNUV019962; Tue, 16 Dec 2014 14:48:23 GMT Received: (from sabutler@localhost) by sivswdev02.ir.intel.com with id sBGEmNm0019958; Tue, 16 Dec 2014 14:48:23 GMT From: Siobhan Butler To: dev@dpdk.org Date: Tue, 16 Dec 2014 14:48:18 +0000 Message-Id: <1418741302-19898-5-git-send-email-siobhan.a.butler@intel.com> X-Mailer: git-send-email 1.7.4.1 In-Reply-To: <1418741302-19898-1-git-send-email-siobhan.a.butler@intel.com> References: <1417548101-10832-1-git-send-email-siobhan.a.butler@intel.com> <1418741302-19898-1-git-send-email-siobhan.a.butler@intel.com> MIME-Version: 1.0 Subject: [dpdk-dev] =?utf-8?q?=5BPATCH_v3_4/8=5D_doc=3A_moved_known_issue_?= =?utf-8?q?6=2E29_to_resolved_issues_in_rel_notes?= 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Signed-off-by: Siobhan Butler --- doc/guides/rel_notes/resolved_issues.rst | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/doc/guides/rel_notes/resolved_issues.rst b/doc/guides/rel_notes/resolved_issues.rst index f9ddb7f..5e88005 100644 --- a/doc/guides/rel_notes/resolved_issues.rst +++ b/doc/guides/rel_notes/resolved_issues.rst @@ -1192,3 +1192,33 @@ Packet reception issues when virtualization is enabled | Driver/Module | Poll mode drivers | | | | +---------------------------------+---------------------------------------------------------------------------------------+ + + + +Double VLAN does not work on Intel� 40GbE ethernet contoller +------------------------------------------------------------ + ++---------------------------------+---------------------------------------------------------------------------------------+ +| Title | Double VLAN does not work on Intel� 40GbE ethernet controller | +| | | ++=================================+=======================================================================================+ +| Reference # | IXA00369908 | +| | | ++---------------------------------+---------------------------------------------------------------------------------------+ +| Description | On Intel(R) 40 GbE ethernet controller double VLAN does not work. | +| | This was confirmed as a Firmware issue which will be fixed in later versions of | +| | firmware. | ++---------------------------------+---------------------------------------------------------------------------------------+ +| Implication | After setting double vlan to be enabled on a port, no packets can be transmitted out | +| | on that port. | ++---------------------------------+---------------------------------------------------------------------------------------+ +| Resolution/Workaround | Resolved in latest release with firmware upgrade. | +| | | +| | | ++---------------------------------+---------------------------------------------------------------------------------------+ +| Affected Environment/Platform | All | +| | | ++---------------------------------+---------------------------------------------------------------------------------------+ +| Driver/Module | Poll mode drivers | +| | | ++---------------------------------+---------------------------------------------------------------------------------------+