> -----Original Message----- > From: Stephen Hemminger [mailto:stephen at networkplumber.org] > Sent: Saturday, May 16, 2015 7:56 AM > To: Liu, Jijiang > Cc: dev at dpdk.org > Subject: Re: [dpdk-dev] [PATCH 01/10] examples/tep_termination:initialize the > VXLAN sample > > 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.
Ok, will fix them in next version.