From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wg0-f49.google.com (mail-wg0-f49.google.com [74.125.82.49]) by dpdk.org (Postfix) with ESMTP id D48CEB378 for ; Thu, 24 Jul 2014 17:23:49 +0200 (CEST) Received: by mail-wg0-f49.google.com with SMTP id k14so2920474wgh.20 for ; Thu, 24 Jul 2014 08:25:18 -0700 (PDT) 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=v1ELIssC76R1YdTskj+RDHKD2/fMtc72jVqqsxwyXXY=; b=ZransufIy6qVOHgLrnAPZPL3K+BnSuj5K4df4viSRwOnSnAjHwxZx82LmDrz+z8rQx DRdnDxWtc9Z2ChpFIVzs9y1wwahsvI8rbtRFcA1Xr5opX7CnO5CYRl3T1BnPakXuMhlu cFLq67S+fTARk4yjUwfp+J3VFZ41S/Yv9rCtDIpK06WeiAsNxPboiuy0ZtS+7e7Q8F5m CNgrJpmjegW+ChWUA2X4XfPSEM9DOqtZQimDd6rLkFYC7wjGnGi6vUmvBayirQHfduo1 ptSaZUnGDSGj0tKA+TXqJS0cSs+UHYuoNFaGvWZcqKeZYqCyCJu6dUzzScqeEP5Frl9j MMTg== X-Gm-Message-State: ALoCoQkDL7QhUXkMSX8O4ApUCoVsniLs0SPFrRH/8al3y+ksqZgA6mC+euBFgDcXOItxjvlbbUmX X-Received: by 10.180.198.47 with SMTP id iz15mr3579447wic.77.1406215518303; Thu, 24 Jul 2014 08:25:18 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id gq4sm23938077wib.8.2014.07.24.08.25.16 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 24 Jul 2014 08:25:17 -0700 (PDT) From: Thomas Monjalon To: Chris Wright Date: Thu, 24 Jul 2014 17:25:07 +0200 Message-ID: <4806739.tm6Yeut3DK@xps13> Organization: 6WIND User-Agent: KMail/4.13.2 (Linux/3.15.5-2-ARCH; KDE/4.13.2; x86_64; ; ) In-Reply-To: <20140724152011.GB18804@x220.localdomain> References: <1406212131-22314-1-git-send-email-pablo.de.lara.guarch@intel.com> <20140724152011.GB18804@x220.localdomain> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org, Patrice Buriez Subject: Re: [dpdk-dev] [PATCH] kni: fixed compilation error on Ubuntu 14.04 LTS (kernel 3.13.0-30.54) 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, 24 Jul 2014 15:23:49 -0000 Hi Chris, 2014-07-24 08:20, Chris Wright: > * Pablo de Lara (pablo.de.lara.guarch@intel.com) wrote: > > Signed-off-by: Patrice Buriez > > Just a mechanical nitpick on DCO. Pablo, this patch appears to be > written by Patrice. If so, it should begin with "From: Patrice Buriez > " and should include your own Signed-off-by. I agree that the author name (From:) should be fixed. But I'm not sure we should follow Linux guidelines for Signed-off-by when patch is simply forwarded. Does it mean more than "I am authorized to send it" ? -- Thomas