Re: [dpdk-dev] [PATCH v8 5/5] doc: add description of the NIC reset API

2017-07-20 Thread Remy Horton
Unless the plan is for this patch to be squashed, ought to have a brief commit message.. On 17/07/2017 16:15, Wei Dai wrote: Signed-off-by: Wei Dai --- doc/guides/prog_guide/poll_mode_drv.rst | 40 + 1 file changed, 40 insertions(+) Reviewed-by: Remy Horton

[dpdk-dev] [PATCH v8 5/5] doc: add description of the NIC reset API

2017-07-17 Thread Wei Dai
Signed-off-by: Wei Dai --- doc/guides/prog_guide/poll_mode_drv.rst | 40 + 1 file changed, 40 insertions(+) diff --git a/doc/guides/prog_guide/poll_mode_drv.rst b/doc/guides/prog_guide/poll_mode_drv.rst index 4987f70..60518fc 100644 --- a/doc/guides/prog_guide/po