Re: [dpdk-dev] [PATCH 14/25] eal: do not panic on tailq init

2017-01-30 Thread Aaron Conole
Stephen Hemminger writes: > On Fri, 27 Jan 2017 09:56:52 -0500 > Aaron Conole wrote: > >> + /* no need to TAILQ_REMOVE, we are going to disallow re-attemtps >> + * for rte_eal_init(). */ > > Please put multi-line comments in form: > /* > * this is

Re: [dpdk-dev] [PATCH 14/25] eal: do not panic on tailq init

2017-01-27 Thread Stephen Hemminger
On Fri, 27 Jan 2017 09:56:52 -0500 Aaron Conole wrote: > + /* no need to TAILQ_REMOVE, we are going to disallow > re-attemtps > + * for rte_eal_init(). */ Please put multi-line comments in form: /* * this is a long comment