From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Hemminger Subject: Re: [PATCH 6/6] doc: add mbuf VLAN flag to PMD todo list Date: Fri, 29 Dec 2017 09:09:25 -0800 Message-ID: <20171229090925.4e29bf0b@xeon-e3> References: <20171121014241.61050-1-ferruh.yigit@intel.com> <20171121014241.61050-6-ferruh.yigit@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: Thomas Monjalon , John McNamara , dev@dpdk.org To: Ferruh Yigit Return-path: Received: from mail-pg0-f67.google.com (mail-pg0-f67.google.com [74.125.83.67]) by dpdk.org (Postfix) with ESMTP id 1957B2C39 for ; Fri, 29 Dec 2017 18:09:34 +0100 (CET) Received: by mail-pg0-f67.google.com with SMTP id o13so10414587pgp.4 for ; Fri, 29 Dec 2017 09:09:34 -0800 (PST) In-Reply-To: <20171121014241.61050-6-ferruh.yigit@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Tue, 21 Nov 2017 01:42:41 +0000 Ferruh Yigit wrote: > To track modification: > 380a7aab1ae2 ("mbuf: rename deprecated VLAN flags") > > Proposed deadline for PMDs is v18.02 > > Signed-off-by: Ferruh Yigit > --- > 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 | | | | > + +-------------------+--------------------------------+----------+----------------+-----------------------------------+ NAK Fix the other drivers. This open source, if you introduce a new behavior it is the responsibility of the person adding the new stuff to fix every other driver.