From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wg0-f44.google.com (mail-wg0-f44.google.com [74.125.82.44]) by dpdk.org (Postfix) with ESMTP id 1401B7E74 for ; Wed, 15 Oct 2014 14:17:49 +0200 (CEST) Received: by mail-wg0-f44.google.com with SMTP id y10so1207865wgg.27 for ; Wed, 15 Oct 2014 05:25:37 -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=3gq3HQwqICt/l9IqvfeDAS0I/OGkeJ6AM3yVKnLlvcg=; b=K83UNkH24LguDGx2lsLfwUsaJR/6S4Bp1vBQnwcgZdwB3zJfj7KCyMNcw1xD5bHhz5 ttbUn5c1Kk0vwd9rgDmN84k/TLD8wvJP7+v/q3a6F5hh44bIVvdZBkv8QiYT+HsN0uDQ abOMoKriH1OzJZ+fwBL4pQT4P9Bl8IrpTWT3cX9K9Tjsga79XKO6MfyNRoVxzSDr/S8O 7EHpGX7Cnknc9GQUdz4AtE8tSpdeUnjxYKo3PU3XDh8Sdoa7OigI3go+9ELGQwyBNx5u nreDZZ2Ynb7xga+7jDPnfSA8Kk5UnPgzF3mpnllnz777Nyw5QEP8KfCgMKjAA4MGzBVb xWbw== X-Gm-Message-State: ALoCoQl90eGufLGzosm2anZpQqXtC/ij9Hcrrkzst4EN8h1Wb2wgw8sOdtz/wQKgClruxoTQGWUF X-Received: by 10.194.185.115 with SMTP id fb19mr2542045wjc.121.1413375937606; Wed, 15 Oct 2014 05:25:37 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id q3sm19233068wia.14.2014.10.15.05.25.36 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 15 Oct 2014 05:25:36 -0700 (PDT) From: Thomas Monjalon To: "Liu, Jijiang" Date: Wed, 15 Oct 2014 14:25:21 +0200 Message-ID: <1958169.kELk3d9hLb@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:17:49 -0000 > > This patch adds incoming packet error statistics in the i40e_ethdev.c file. > > > > Signed-off-by: Jijiang Liu > > Acked-by: Helin Zhang Applied Thanks -- Thomas