[dpdk-dev,4/6] doc: add descriptor status API to PMD todo list

Message ID 20171121014241.61050-4-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:
b1b700ce7d6f ("ethdev: add descriptor status API")

Proposed deadline for PMDs is v19.02

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

Comments

John McNamara Dec. 11, 2017, 2:11 p.m. UTC | #1
> -----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 4/6] doc: add descriptor status API to PMD todo list
> 
> To track modification:
> b1b700ce7d6f ("ethdev: add descriptor status API")
> 
> Proposed deadline for PMDs is v19.02
> 
> 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 973379a3d..9ace19716 100644
--- a/doc/guides/nics/todo.rst
+++ b/doc/guides/nics/todo.rst
@@ -61,3 +61,14 @@  This is the list for tracking required PMD changes triggered by library modifica
  |                   | | thunderx, vhost, virtio,     |          |                |                                   |
  |                   | | vmxnet3                      |          |                |                                   |
  +-------------------+--------------------------------+----------+----------------+-----------------------------------+
+ | | descriptor      | | af_packet, ark, avp, bnx2x,  | v19.02   | b1b700ce7d6f   | Replace descriptor_done API with  |
+ | | status API      | | bnxt, bonding, cxgbe, dpaa,  |          |                | rx_descriptor_status and          |
+ |                   | | dpaa2, ena, enic,            |          |                | tx_descriptor_status APIs.        |
+ |                   | | failsafe, fm10k,             |          |                |                                   |
+ |                   | | kni, liquidio, mlx4,         |          |                |                                   |
+ |                   | | mrvl, nfp, null, octeontx,   |          |                |                                   |
+ |                   | | pcap, qede, ring, sfc,       |          |                |                                   |
+ |                   | | softnic, szedata2, tap,      |          |                |                                   |
+ |                   | | thunderx, vhost, virtio,     |          |                |                                   |
+ |                   | | vmxnet3                      |          |                |                                   |
+ +-------------------+--------------------------------+----------+----------------+-----------------------------------+