From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f169.google.com (mail-wi0-f169.google.com [209.85.212.169]) by dpdk.org (Postfix) with ESMTP id 3B46968BF for ; Thu, 18 Dec 2014 13:22:00 +0100 (CET) Received: by mail-wi0-f169.google.com with SMTP id r20so1394144wiv.2 for ; Thu, 18 Dec 2014 04:22:00 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=0Kt9aW1kRUJjqMBA3YqCadnnRIqz//CKuyRHrvbAsUM=; b=C3xA8/lDhZy7ahPXRx7TPp/zUpTN3mzf3EC+h0otEJ0ykusHe4BtL/nSmxHBgtgpp0 trsUjinto8ENS6KEPF7sjh5qG/rfw6F0O0Nw/kYzlgmCyNUV51MKy73RWoPqQMbOsOrM atUc9dQCRHlpA4oCsMZqhiVWRZC7bfEbfefnmTFO+IK+4cg37kRhA4kzDKexo/xvmTiy GDlwMoPwz1Op22nQ8oCB+rnpVNzhHdMsLF6LHmdaSyecMfN+F0YkLggMXU5srLKMuW92 H4/IqInBiWrAKPwJXkluf2P8IwDj1iE/Rn182/dBOBNpwKkS4l+HQb95kg4NRYKUr8pa Whjw== X-Gm-Message-State: ALoCoQnaz+FnO7+Gsg04iGysFmhnTGpmC0MvQLatVC9Tkm77SLL9Pf6TVxbn5LqDB9ZCPr+9JHOP X-Received: by 10.180.84.98 with SMTP id x2mr4658804wiy.14.1418905318818; Thu, 18 Dec 2014 04:21:58 -0800 (PST) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id e7sm8745237wjx.31.2014.12.18.04.21.57 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 18 Dec 2014 04:21:57 -0800 (PST) From: Thomas Monjalon To: Neil Horman Date: Thu, 18 Dec 2014 13:21:31 +0100 Message-ID: <1720794.fdko9ZT1GJ@xps13> Organization: 6WIND User-Agent: KMail/4.14.3 (Linux/3.17.4-1-ARCH; KDE/4.14.3; x86_64; ; ) In-Reply-To: <20141218112523.GA18008@hmsreliant.think-freely.org> References: <1418835808-18803-1-git-send-email-nhorman@tuxdriver.com> <2522675.0gKbYfjInz@xps13> <20141218112523.GA18008@hmsreliant.think-freely.org> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH] xenvirt: Fix build break on cmdline_parse_etheraddr call 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: Thu, 18 Dec 2014 12:22:00 -0000 2014-12-18 06:25, Neil Horman: > On Wed, Dec 17, 2014 at 11:20:26PM +0100, Thomas Monjalon wrote: > > 2014-12-17 12:03, Neil Horman: > > > Signed-off-by: Neil Horman > > > CC: Thomas Monjalon > > > > What is the meaning of CC here? > > > CC is a tag that git send-email understands. As it implies it cc's the post to > the indicated email, and records that fact in the body of the commit. OK but why CC me when sending this patch? -- Thomas