[dpdk-dev] [PATCH v3 2/2] doc: correct Rings-based PMD section in the NIC Drivers guides

Bruce Richardson bruce.richardson at intel.com
Fri Nov 27 17:17:22 CET 2015


On Fri, Nov 27, 2015 at 04:07:40PM +0000, Bernard Iremonger wrote:
> Correct the sample code in the pcap_ring.rst file to match the latest
> rte_eth_ring.c code.
> 
> The parameters to the rte_eth_from_rings() function have changed since
> the documentation was written.
> The API change occurred before DPDK 1.8 when the rst files were added.
> The original documentation on which the pcap_ring.rst file was based was
> not correct.
> 
> Fixes: correct the sample code in the pcap_ring.rst file.

This is not a standard fixes line. Please add the following alias to your
.gitconfig and then use "git fixline <commit id>" to produce a correct fixes
line identifying the commit being fixed.

[alias]
	fixline = log -1 --abbrev=12 --format='Fixes: %h (\"%s\")'


/Bruce



More information about the dev mailing list