From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yuanhan Liu Subject: Re: [PATCH] vhost: add missing build dependency on librte_net Date: Fri, 19 Feb 2016 09:56:04 +0800 Message-ID: <20160219015604.GP21426@yliu-dev.sh.intel.com> References: <20160218132549.GN21426@yliu-dev.sh.intel.com> <56C5C98E.7010205@redhat.com> <20160218135603.GO21426@yliu-dev.sh.intel.com> <56C5D038.2070700@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev@dpdk.org To: Panu Matilainen Return-path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id A2AEDC436 for ; Fri, 19 Feb 2016 02:55:30 +0100 (CET) Content-Disposition: inline In-Reply-To: <56C5D038.2070700@redhat.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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@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): > > [pmatilai@sopuli dpdk]$ git send-email --cc="jijiang.liu@intel.com" > --cc="huawei.xie@intel.com" -1 > /tmp/ZAW8ErlHWe/0001-vhost-add-missing-build-dependency-on-librte_net.patch > > From: Panu Matilainen > To: dev@dpdk.org > Cc: jijiang.liu@intel.com, > huawei.xie@intel.com > Subject: [PATCH] vhost: add missing build dependency on librte_net > Date: Thu, 18 Feb 2016 11:47:43 +0200 > Message-Id: > > X-Mailer: git-send-email 2.5.0 > > Send this email? ([y]es|[n]o|[q]uit|[a]ll): a > OK. Log says: > Server: smtp.corp.redhat.com > MAIL FROM: > RCPT TO: > RCPT TO: > RCPT TO: > From: Panu Matilainen > To: dev@dpdk.org > Cc: jijiang.liu@intel.com, > huawei.xie@intel.com > Subject: [PATCH] vhost: add missing build dependency on librte_net > Date: Thu, 18 Feb 2016 11:47:43 +0200 > Message-Id: > > X-Mailer: git-send-email 2.5.0 > > 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 list) with all cc list being vanished -- only dev@dpdk.org is left. However, I found the CC list was there while I checked the sent box. I was firstly thinking it might be an issue of my email client. However, I also found same phenomenon from other's reply. Just not sure whether they removed the cc list on purpose or not, though. IIRC, this also happened to Bruce (CC'ed). Anyway, since you have met similar issue just now, I guess it's time to shout out and let this issue get noticed, or fixed if there is indeed an issue. The mailing list is with high chance being the culprit, IMO. Hence, Thomas is CC'ed. BTW, I have never meet this issue with git send-email. --yliu