> -----Original Message----- > From: Yuanhan Liu [mailto:yuanhan.liu at linux.intel.com] > Sent: Friday, August 19, 2016 10:33 AM > To: Wang, Zhihong <zhihong.wang at intel.com> > Cc: dev at dpdk.org; maxime.coquelin at redhat.com > Subject: Re: [PATCH v2 2/6] vhost: remove obsolete > > On Thu, Aug 18, 2016 at 02:33:07AM -0400, Zhihong Wang wrote: > > This patch removes obsolete functions. > > Splitting patches doesn't work in this way: this should be in the first > patch. Otherwise, build breaks in the first patch, as some functions are > defined but not used.
Thanks. I'll send out v3 soon, also to fix a small glitch while running in old platform like snb and ivb. > > --yliu