From patchwork Tue Nov 21 01:42:41 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ferruh Yigit X-Patchwork-Id: 31495 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 09ECB2661; Tue, 21 Nov 2017 02:43:02 +0100 (CET) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 8185A20BD for ; Tue, 21 Nov 2017 02:42:59 +0100 (CET) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 20 Nov 2017 17:42:59 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.44,431,1505804400"; d="scan'208";a="5154869" Received: from silpixa00372839.ir.intel.com (HELO silpixa00372839.ger.corp.intel.com) ([10.237.222.154]) by fmsmga001.fm.intel.com with ESMTP; 20 Nov 2017 17:42:58 -0800 From: Ferruh Yigit To: Thomas Monjalon , John McNamara Cc: dev@dpdk.org, Ferruh Yigit Date: Tue, 21 Nov 2017 01:42:41 +0000 Message-Id: <20171121014241.61050-6-ferruh.yigit@intel.com> X-Mailer: git-send-email 2.13.6 In-Reply-To: <20171121014241.61050-1-ferruh.yigit@intel.com> References: <20171121014241.61050-1-ferruh.yigit@intel.com> Subject: [dpdk-dev] [PATCH 6/6] doc: add mbuf VLAN flag to PMD todo list 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" To track modification: 380a7aab1ae2 ("mbuf: rename deprecated VLAN flags") Proposed deadline for PMDs is v18.02 Signed-off-by: Ferruh Yigit Reviewed-by: Hemant Agrawal Acked-by: John McNamara --- doc/guides/nics/todo.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/doc/guides/nics/todo.rst b/doc/guides/nics/todo.rst index 61dd9cbc9..493a49ff2 100644 --- a/doc/guides/nics/todo.rst +++ b/doc/guides/nics/todo.rst @@ -83,3 +83,14 @@ This is the list for tracking required PMD changes triggered by library modifica | | | thunderx, vhost, virtio, | | | | | | | vmxnet3 | | | | +-------------------+--------------------------------+----------+----------------+-----------------------------------+ + | | check new mbuf | | af_packet, ark, avp, bnx2x, | v18.02 | 380a7aab1ae2 | mbuf flag PKT_RX_VLAN_PKT renamed | + | | VLAN flag | | bnxt, bonding, cxgbe, dpaa, | | | to PKT_RX_VLAN and its meaning | + | | PKT_RX_VLAN | | dpaa2, e1000, ena, enic, | | | changed, confirm PMD uses new | + | | | failsafe, fm10k, i40e, ixgbe,| | | flag correct. | + | | | kni, liquidio, mlx4, mlx5, | | | | + | | | mrvl, nfp, null, octeontx, | | | | + | | | pcap, qede, ring, sfc, | | | | + | | | softnic, szedata2, tap, | | | | + | | | thunderx, vhost, virtio, | | | | + | | | vmxnet3 | | | | + +-------------------+--------------------------------+----------+----------------+-----------------------------------+