From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] vhost: add missing build dependency on librte_net Date: Fri, 19 Feb 2016 11:24:01 +0100 Message-ID: <2220699.yF1ID0jGl5@xps13> References: <56C5D038.2070700@redhat.com> <20160219015604.GP21426@yliu-dev.sh.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Yuanhan Liu Return-path: Received: from mail-wm0-f41.google.com (mail-wm0-f41.google.com [74.125.82.41]) by dpdk.org (Postfix) with ESMTP id EB5B1C4A8 for ; Fri, 19 Feb 2016 11:25:35 +0100 (CET) Received: by mail-wm0-f41.google.com with SMTP id g62so69017571wme.1 for ; Fri, 19 Feb 2016 02:25:35 -0800 (PST) In-Reply-To: <20160219015604.GP21426@yliu-dev.sh.intel.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" 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 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. Yes this is due to the "no duplicates" option of mailman: https://bugs.launchpad.net/mailman/+bug/1216960 I am checking how to disable it.