From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pg0-f68.google.com (mail-pg0-f68.google.com [74.125.83.68]) by dpdk.org (Postfix) with ESMTP id 3F49D237 for ; Fri, 29 Dec 2017 18:07:54 +0100 (CET) Received: by mail-pg0-f68.google.com with SMTP id 81so1631508pgf.6 for ; Fri, 29 Dec 2017 09:07:54 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20150623.gappssmtp.com; s=20150623; h=date:from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=5Hexz48YynN+8gvzQzntYuG/0Mp+osgOsqNN6OALkFc=; b=wvFUUh7Mt3zOhZc7pyJrExSqJlTA63GJVt597TdB3VSU+yTMZ8VGMwmMcVsqkhIacp g4dK0aRVhnWlQh1w5QIWAvCYc6ad7OQK7u9KH9hZYvf5onDhVTkFl9arvVb1O9jQhwxV 1j/oq+4huEIN2K293/vlu6wWBJCClqkPLlkcC3jCI01TMfV6MeVwdNJi9qiC8dsZ9D9n WTCoIoVdBQGD9GlW69GxoUzFRlIflC5cy6hH1qmLjAph/Sy+kPeRaZfszFJEvjw3tFOY CpnvEeo0sLT68KAC+IcBTdGSbZhxzFCGHU4C/vS/khE2T+xqQB2azSDIb0m5v7WPsIDI SrsQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=5Hexz48YynN+8gvzQzntYuG/0Mp+osgOsqNN6OALkFc=; b=a0kFaTBA6LvzLtajrQizActRZNduhi4GGC4iaJE57/CHrZOKKbJrAzORqiT9xaCV1P 1VLSkpq+gIVxSEarsknefmvwnm3yKdQtuKyc08Cjq4FNbP2cJ/5QaHzqYveedxNgmtlC lDvPR+Nbox/35uTFv48CVE/aX4UKqgcZkdn7cCYHNpKEEonNKmBL99JSvFYABFBatBBo DpLd8+d1giVTCjjJ4blwek1nbJn5uISnxASvqLt8tiSUGiYJ4Ogfr2ayVVqfMIzZHZSM y666iiE7rzxkUICVBTJMoQpSGJ8UY272eL5LT23MDTjNug5vIQwSrLS+lcC/0vb4Nz31 NsdQ== X-Gm-Message-State: AKGB3mI03UqTfRSa5hIqG3mZTyPuCS9KPiZ7Lcj+cd/rt7tQVaG14t7o r87oqPWGHLcT6QcZlpq6XgdQlA== X-Google-Smtp-Source: ACJfBouTbDiavhsf2moxw1yOy9Y8jtr2QbvTtVJjGowdkPjT4F8NG+/AbMv5wfUoV1DjgcbaMircZw== X-Received: by 10.101.78.6 with SMTP id r6mr117503pgt.64.1514567272013; Fri, 29 Dec 2017 09:07:52 -0800 (PST) Received: from xeon-e3 (204-195-18-133.wavecable.com. [204.195.18.133]) by smtp.gmail.com with ESMTPSA id i5sm8511190pgp.0.2017.12.29.09.07.51 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Fri, 29 Dec 2017 09:07:51 -0800 (PST) Date: Fri, 29 Dec 2017 09:07:49 -0800 From: Stephen Hemminger To: Ferruh Yigit Cc: Thomas Monjalon , John McNamara , dev@dpdk.org Message-ID: <20171229090749.144f8201@xeon-e3> In-Reply-To: <20171121014241.61050-2-ferruh.yigit@intel.com> References: <20171121014241.61050-1-ferruh.yigit@intel.com> <20171121014241.61050-2-ferruh.yigit@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH 2/6] doc: add mbuf reorg 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: , X-List-Received-Date: Fri, 29 Dec 2017 17:07:54 -0000 On Tue, 21 Nov 2017 01:42:37 +0000 Ferruh Yigit wrote: > To track modification: > 8f094a9ac5d7 ("mbuf: set mbuf fields while in pool") > > Proposed deadline for PMDs is v18.02 > > Signed-off-by: Ferruh Yigit > --- > doc/guides/nics/todo.rst | 19 ++++++++++++++----- > 1 file changed, 14 insertions(+), 5 deletions(-) > > diff --git a/doc/guides/nics/todo.rst b/doc/guides/nics/todo.rst > index 874811ad5..b408fc691 100644 > --- a/doc/guides/nics/todo.rst > +++ b/doc/guides/nics/todo.rst > @@ -36,8 +36,17 @@ This is the list for tracking required PMD changes triggered by library modifica > > .. table:: PMDs internal TODO list > > - +------+------+----------+----------------+------+ > - | TODO | PMDs | Deadline | Related Commit | Note | > - +======+======+==========+================+======+ > - | | | | | | > - +------+------+----------+----------------+------+ > + +-------------------+--------------------------------+----------+----------------+-----------------------------------+ > + | TODO | PMDs | Deadline | Related Commit | Note | > + +===================+================================+==========+================+===================================+ > + | mbuf organisation | | af_packet, ark, avp, bnx2x, | v18.02 | 8f094a9ac5d7 | Remove unnecessary mbuf field | > + | | | bnxt, bonding, cxgbe, dpaa, | | | initialization. | > + | | | dpaa2, e1000, ena, | | | | > + | | | failsafe, fm10k, | | | | > + | | | kni, mlx4, | | | | > + | | | mrvl, nfp, octeontx, | | | | > + | | | pcap, qede, ring, sfc, | | | | > + | | | softnic, szedata2, tap, | | | | > + | | | thunderx, vhost, | | | | > + | | | vmxnet3 | | | | > + +-------------------+--------------------------------+----------+----------------+-----------------------------------+ NAK This open source, if the fix is trivial please just fix all the drivers directly now. These TODO lists never get done.