[dpdk-dev,3/6] doc: add dynamic logging to PMD todo list

Message ID 20171121014241.61050-3-ferruh.yigit@intel.com (mailing list archive)
State Rejected, archived
Delegated to: Ferruh Yigit
Headers

Checks

Context Check Description
ci/checkpatch warning coding style issues
ci/Intel-compilation success Compilation OK

Commit Message

Ferruh Yigit Nov. 21, 2017, 1:42 a.m. UTC
  To track modification:
c1b5fa94a46f ("eal: support dynamic log types")

Proposed deadline for PMDs is v18.08

Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com>
---
 doc/guides/nics/todo.rst | 11 +++++++++++
 1 file changed, 11 insertions(+)
  

Comments

Hemant Agrawal Dec. 8, 2017, 5:12 a.m. UTC | #1
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 <ferruh.yigit@intel.com>
> ---
>  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 <hemant.agrawal@nxp.com>
  
John McNamara Dec. 11, 2017, 2:09 p.m. UTC | #2
> -----Original Message-----
> From: Yigit, Ferruh
> Sent: Tuesday, November 21, 2017 1:43 AM
> To: Thomas Monjalon <thomas@monjalon.net>; Mcnamara, John
> <john.mcnamara@intel.com>
> Cc: dev@dpdk.org; Yigit, Ferruh <ferruh.yigit@intel.com>
> Subject: [PATCH 3/6] doc: add dynamic logging to PMD todo list
> 
> To track modification:
> c1b5fa94a46f ("eal: support dynamic log types")
> 
> Proposed deadline for PMDs is v18.08
> 
> Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com>

Acked-by: John McNamara <john.mcnamara@intel.com>
  

Patch

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                      |          |                |                                   |
+ +-------------------+--------------------------------+----------+----------------+-----------------------------------+