[dpdk-dev] [PATCH v1 2/2] doc: update poll mode driver guide

2016-11-07 Thread Thomas Monjalon
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 >

[dpdk-dev] [PATCH v1 2/2] doc: update poll mode driver guide

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

[dpdk-dev] [PATCH v1 2/2] doc: update poll mode driver guide

2016-10-14 Thread Bernard Iremonger
add information about new ixgbe PMD API. Signed-off-by: Bernard Iremonger --- 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 ---