All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 2/2] doc: update poll mode driver guide
@ 2016-10-14 16:35 Bernard Iremonger
  2016-11-03 12:46 ` Mcnamara, John
  2016-11-07 15:50 ` Thomas Monjalon
  0 siblings, 2 replies; 3+ messages in thread
From: Bernard Iremonger @ 2016-10-14 16:35 UTC (permalink / raw)
  To: dev, john.mcnamara; +Cc: Bernard Iremonger

add information about new ixgbe PMD API.

Signed-off-by: Bernard Iremonger <bernard.iremonger@intel.com>
---
 doc/guides/prog_guide/poll_mode_drv.rst | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/doc/guides/prog_guide/poll_mode_drv.rst b/doc/guides/prog_guide/poll_mode_drv.rst
index bf3ea9f..3a400b2 100644
--- a/doc/guides/prog_guide/poll_mode_drv.rst
+++ b/doc/guides/prog_guide/poll_mode_drv.rst
@@ -356,3 +356,9 @@ Some additions in the metadata scheme are as follows:
 An example where queue numbers are used is as follows: ``tx_q7_bytes`` which
 indicates this statistic applies to queue number 7, and represents the number
 of transmitted bytes on that queue.
+
+Extended ixgbe PMD API
+~~~~~~~~~~~~~~~~~~~~~~
+
+In DPDK release v16.11 an API for ixgbe specific functions has been added to the ixgbe PMD.
+The declarations for the API functions are in the header ``rte_pmd_ixgbe.h``.
-- 
2.10.1

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH v1 2/2] doc: update poll mode driver guide
  2016-10-14 16:35 [PATCH v1 2/2] doc: update poll mode driver guide Bernard Iremonger
@ 2016-11-03 12:46 ` Mcnamara, John
  2016-11-07 15:50 ` Thomas Monjalon
  1 sibling, 0 replies; 3+ messages in thread
From: Mcnamara, John @ 2016-11-03 12:46 UTC (permalink / raw)
  To: Iremonger, Bernard, dev



> -----Original Message-----
> From: Iremonger, Bernard
> Sent: Friday, October 14, 2016 5:35 PM
> To: dev@dpdk.org; Mcnamara, John <john.mcnamara@intel.com>
> Cc: Iremonger, Bernard <bernard.iremonger@intel.com>
> Subject: [PATCH v1 2/2] doc: update poll mode driver guide
> 
> add information about new ixgbe PMD API.
> 
> Signed-off-by: Bernard Iremonger <bernard.iremonger@intel.com>

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH v1 2/2] doc: update poll mode driver guide
  2016-10-14 16:35 [PATCH v1 2/2] doc: update poll mode driver guide Bernard Iremonger
  2016-11-03 12:46 ` Mcnamara, John
@ 2016-11-07 15:50 ` Thomas Monjalon
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Monjalon @ 2016-11-07 15:50 UTC (permalink / raw)
  To: Bernard Iremonger; +Cc: dev, john.mcnamara

2016-10-14 17:35, Bernard Iremonger:
> --- a/doc/guides/prog_guide/poll_mode_drv.rst
> +++ b/doc/guides/prog_guide/poll_mode_drv.rst
> @@ -356,3 +356,9 @@ Some additions in the metadata scheme are as follows:
>  An example where queue numbers are used is as follows: ``tx_q7_bytes`` which
>  indicates this statistic applies to queue number 7, and represents the number
>  of transmitted bytes on that queue.
> +
> +Extended ixgbe PMD API
> +~~~~~~~~~~~~~~~~~~~~~~
> +
> +In DPDK release v16.11 an API for ixgbe specific functions has been added to the ixgbe PMD.
> +The declarations for the API functions are in the header ``rte_pmd_ixgbe.h``.

NACK
I think we should not add driver-specific details in this high-level and
generic doc.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-11-07 15:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-10-14 16:35 [PATCH v1 2/2] doc: update poll mode driver guide Bernard Iremonger
2016-11-03 12:46 ` Mcnamara, John
2016-11-07 15:50 ` Thomas Monjalon

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.