From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Hemminger Subject: Re: [PATCH 2/6] doc: add mbuf reorg to PMD todo list Date: Fri, 29 Dec 2017 09:07:49 -0800 Message-ID: <20171229090749.144f8201@xeon-e3> 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 Cc: Thomas Monjalon , John McNamara , dev@dpdk.org To: Ferruh Yigit 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) In-Reply-To: <20171121014241.61050-2-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: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.