From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga104.fm.intel.com with ESMTP; 18 Feb 2016 17:55:29 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.22,468,1449561600"; d="scan'208";a="655353567" Received: from yliu-dev.sh.intel.com (HELO yliu-dev) ([10.239.66.49]) by FMSMGA003.fm.intel.com with ESMTP; 18 Feb 2016 17:55:29 -0800 Date: Fri, 19 Feb 2016 09:56:04 +0800 From: Yuanhan Liu To: Panu Matilainen 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 Content-Disposition: inline In-Reply-To: <56C5D038.2070700@redhat.com> User-Agent: Mutt/1.5.23 (2014-03-12) Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH] vhost: add missing build dependency on librte_net X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Feb 2016 01:55:31 -0000 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