[dpdk-dev] [PATCH 01/10] examples/tep_termination:initialize the VXLAN sample

Stephen Hemminger stephen at networkplumber.org
Sat May 16 01:55:48 CEST 2015


On Fri, 15 May 2015 14:08:52 +0800
Jijiang Liu <jijiang.liu at intel.com> wrote:

> +		while (dev_ll != NULL) {
> +			/*get virtio device ID*/

Really minor style nit. Please put whitespace in comments.
Do this instead.
	/* get virtio device ID */

Also, the name virtio is confusing since it can be confused with KVM virtio.


More information about the dev mailing list