From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wg0-f50.google.com (mail-wg0-f50.google.com [74.125.82.50]) by dpdk.org (Postfix) with ESMTP id 7AF937E72 for ; Wed, 15 Oct 2014 14:14:24 +0200 (CEST) Received: by mail-wg0-f50.google.com with SMTP id a1so1232655wgh.9 for ; Wed, 15 Oct 2014 05:22:13 -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=VOsFXfTeIXHDL+HPxtwkHF+qrW5dQjmZmvar8v5HUMw=; b=hBp9611O9ZbeXhv9Rdo4m3pMtFGddkiEsLeqrY9GzYQ9RXvQrALxkdvYVOFiA+f6Fv bi1wN6nufrxBZEGkCNTjZMI/ZVntXbExdqB1GVJ1zNp+5PwQtZYqL2Gy5WNFltMg4JYU VHJr5KBrn+BDFNy2v+1tLZUAbQ8ESljtHOdE7wUcPlQVUA21Ezdn3jnA7ARWqMs6YKaR vyhBdw7P//7xWXW1vnaTmt052bUOLbkXCw737QNJADO5bi/HTaIg89/bVa/Mm+txleQ5 p8h2IwL2+cyyW5hAWs+zt+R6U/p5KItkPl8ZD19FSG8IQ+zHQB54Vuvkk8w7oyg6Xvpo aGWg== X-Gm-Message-State: ALoCoQk70T+7ELkFLHJ/fu74tJ2OBkLRhsKjgX7EB08w/PyZ8OfV8E9enYBWjZUSwJcT59+gniDX X-Received: by 10.180.37.229 with SMTP id b5mr11654602wik.61.1413375733328; Wed, 15 Oct 2014 05:22:13 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id u7sm19244229wif.7.2014.10.15.05.22.10 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 15 Oct 2014 05:22:12 -0700 (PDT) From: Thomas Monjalon To: "Zhang, Helin" Date: Wed, 15 Oct 2014 14:21:55 +0200 Message-ID: <1416793.NVMu20orOd@xps13> Organization: 6WIND User-Agent: KMail/4.14.1 (Linux/3.16.4-1-ARCH; KDE/4.14.1; x86_64; ; ) In-Reply-To: References: <1413342878-18584-1-git-send-email-jijiang.liu@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH] Add Rx error statistics for Fortville 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: Wed, 15 Oct 2014 12:14:24 -0000 Helin, As you are in charge of i40e, here are 2 tips to acknowledge patches: 1) title should take this format: i40e: add Rx error statistics > Acked-by: Helin Zhang 2) This line should be added right after the Signed-off-by. And the rest of the email (patch body) can be removed. This way, your answer would be faster to read. > > -----Original Message----- > > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Jijiang Liu > > Sent: Wednesday, October 15, 2014 11:15 AM > > To: dev@dpdk.org > > Subject: [dpdk-dev] [PATCH] Add Rx error statistics for Fortville This header is not needed also. > > This patch adds incoming packet error statistics in the i40e_ethdev.c file. > > > > Signed-off-by: Jijiang Liu [I remove the rest of the original email because I have no comment on it] Thanks -- Thomas