From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: [PATCH 3/6] doc: add dynamic logging to PMD todo list Date: Tue, 21 Nov 2017 01:42:38 +0000 Message-ID: <20171121014241.61050-3-ferruh.yigit@intel.com> References: <20171121014241.61050-1-ferruh.yigit@intel.com> Cc: dev@dpdk.org, Ferruh Yigit To: Thomas Monjalon , John McNamara Return-path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 63B6A9E3 for ; Tue, 21 Nov 2017 02:42:52 +0100 (CET) In-Reply-To: <20171121014241.61050-1-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" 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 | | | | + +-------------------+--------------------------------+----------+----------------+-----------------------------------+ -- 2.13.6