From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hemant Agrawal Subject: Re: [PATCH 3/6] doc: add dynamic logging to PMD todo list Date: Fri, 8 Dec 2017 10:42:21 +0530 Message-ID: References: <20171121014241.61050-1-ferruh.yigit@intel.com> <20171121014241.61050-3-ferruh.yigit@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit Cc: To: Ferruh Yigit , Thomas Monjalon , John McNamara Return-path: Received: from NAM03-DM3-obe.outbound.protection.outlook.com (mail-dm3nam03on0055.outbound.protection.outlook.com [104.47.41.55]) by dpdk.org (Postfix) with ESMTP id BE3FC271 for ; Fri, 8 Dec 2017 06:12:27 +0100 (CET) In-Reply-To: <20171121014241.61050-3-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 11/21/2017 7:12 AM, Ferruh Yigit wrote: > To track modification: > c1b5fa94a46f ("eal: support dynamic log types") > > Proposed deadline for PMDs is v18.08 > > 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 b408fc691..973379a3d 100644 > --- a/doc/guides/nics/todo.rst > +++ b/doc/guides/nics/todo.rst > @@ -50,3 +50,14 @@ This is the list for tracking required PMD changes triggered by library modifica > | | | thunderx, vhost, | | | | > | | | vmxnet3 | | | | > +-------------------+--------------------------------+----------+----------------+-----------------------------------+ > + | dynamic logging | | af_packet, ark, avp, bnx2x, | v18.08 | c1b5fa94a46f | Switch to dynamic logging | > + | | | bnxt, bonding, cxgbe, dpaa, | | | functions, remove static debug | > + | | | dpaa2, e1000, ena, enic, | | | config options. | > + | | | failsafe, fm10k, ixgbe, | | | | > + | | | kni, liquidio, mlx4, mlx5, | | | | > + | | | mrvl, nfp, null, octeontx, | | | | > + | | | pcap, qede, ring, sfc, | | | | > + | | | softnic, szedata2, tap, | | | | > + | | | thunderx, vhost, virtio, | | | | > + | | | vmxnet3 | | | | > + +-------------------+--------------------------------+----------+----------------+-----------------------------------+ > One small correction - dpaa is already supporting dynamic logging. It is a good idea to have todo item documented. Series-acked-by: Hemant Agrawal