[dpdk-dev] [PATCH] vhost: add missing build dependency on librte_net

2016-02-23 Thread Bruce Richardson
rom: Panu Matilainen > > > To: dev at dpdk.org > > > Subject: [dpdk-dev] [PATCH] vhost: add missing build dependency on > > > librte_net > > > > Hmm, indeed. But this is what git told me (happened to have the whole thing > > in scrollback buffer

[dpdk-dev] [PATCH] vhost: add missing build dependency on librte_net

2016-02-19 Thread Thomas Monjalon
2016-02-19 09:56, Yuanhan Liu: > On Thu, Feb 18, 2016 at 04:07:52PM +0200, Panu Matilainen wrote: > > So where do the CC's vanish? > > No idea. I also have met this issue __many__ times before: I made a > group reply, with lots of people CC'ed, later I then received a copy > (from the mailing

[dpdk-dev] [PATCH] vhost: add missing build dependency on librte_net

2016-02-19 Thread Yuanhan Liu
On Thu, Feb 18, 2016 at 04:07:52PM +0200, Panu Matilainen wrote: > >I didn't see the author was cc'ed from my email client: > > > > Date: Thu, 18 Feb 2016 11:47:43 +0200 > > From: Panu Matilainen > > To: dev at dpdk.org > > Subject: [dpdk-d

[dpdk-dev] [PATCH] vhost: add missing build dependency on librte_net

2016-02-18 Thread Yuanhan Liu
I did. Looking more carefully now, I mixed up the patch > author (who was CC'd) with you: I didn't see the author was cc'ed from my email client: Date: Thu, 18 Feb 2016 11:47:43 +0200 From: Panu Matilainen To: dev at dpdk.org Subject: [dpdk-dev] [PATCH] vhost: add missing

[dpdk-dev] [PATCH] vhost: add missing build dependency on librte_net

2016-02-18 Thread Yuanhan Liu
On Thu, Feb 18, 2016 at 11:47:43AM +0200, Panu Matilainen wrote: > Commit d0cf91303d73 added dependency on librte_net headers to vhost > but did not add this to the Makefile, which makes builds > non-deterministic. Curiously it is non-parallel build that is > consistently broken by this missing

[dpdk-dev] [PATCH] vhost: add missing build dependency on librte_net

2016-02-18 Thread Thomas Monjalon
2016-02-18 21:25, Yuanhan Liu: > On Thu, Feb 18, 2016 at 11:47:43AM +0200, Panu Matilainen wrote: > > Commit d0cf91303d73 added dependency on librte_net headers to vhost > > but did not add this to the Makefile, which makes builds > > non-deterministic. Curiously it is non-parallel build that is >

[dpdk-dev] [PATCH] vhost: add missing build dependency on librte_net

2016-02-18 Thread Panu Matilainen
c me for virtio/vhost patches next time, otherwise, it's >>> easily got overlooked: too many emails. >> >> Hmm, I thought I did. Looking more carefully now, I mixed up the patch >> author (who was CC'd) with you: > > I didn't see the author was cc'ed from my

[dpdk-dev] [PATCH] vhost: add missing build dependency on librte_net

2016-02-18 Thread Panu Matilainen
On 02/18/2016 03:25 PM, Yuanhan Liu wrote: > On Thu, Feb 18, 2016 at 11:47:43AM +0200, Panu Matilainen wrote: >> Commit d0cf91303d73 added dependency on librte_net headers to vhost >> but did not add this to the Makefile, which makes builds >> non-deterministic. Curiously it is non-parallel build

[dpdk-dev] [PATCH] vhost: add missing build dependency on librte_net

2016-02-18 Thread Panu Matilainen
Commit d0cf91303d73 added dependency on librte_net headers to vhost but did not add this to the Makefile, which makes builds non-deterministic. Curiously it is non-parallel build that is consistently broken by this missing dependency, usually it's the other way around, but trying to build without