From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f176.google.com (mail-wi0-f176.google.com [209.85.212.176]) by dpdk.org (Postfix) with ESMTP id F36CF5A64 for ; Wed, 4 Nov 2015 10:23:02 +0100 (CET) Received: by wicfv8 with SMTP id fv8so28035681wic.0 for ; Wed, 04 Nov 2015 01:23:02 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind_com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:organization:user-agent :in-reply-to:references:mime-version:content-transfer-encoding :content-type; bh=mPy3cGvyFFAhd3TTJLRkOcf4S3SkGzbMOsnhVEmBPgk=; b=TpA+OO9qeUXtRbr5MXdYX5Ex05/qqFqGxGiyTpPJC6szxPgt3gxPJFpt8M6rIyHSW/ AHfXVYjwhXnnrvpi0IbilZcTJXq8xJ1D2g1rOTbjq/rIhQa61OtCcg1lC0s4jQw8yVQf HbrPuJTQhz8zSK1OuwgRkvqK7k2NiSGWINpI0F+h6N9sS7SrMAI806Yv8ZQmCJqltW12 s8CgfPSL/UNjuofom/H2UcFEJMrAEl7D+wcf6rgFiVqE4x27hWRSLldmV+eAFpd3Se2H R3HMAgh/v/h57+oEcWnKXnvQm8lSpRabYV+sFHDz0WLxa0flJUcIvX45cB5TfCOMieMz Vhhg== 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=mPy3cGvyFFAhd3TTJLRkOcf4S3SkGzbMOsnhVEmBPgk=; b=cscg9sdJgSqZRycCge1EPxmzO1qMcg9+pQ6p+m5q5/Xw2iJjfEGOYLDk1fndPZPdaI lhhzRkg/loGzJsOYd9pYqCT91S3zD9B7I+0+oYPjz7UaW1mnh9TVfJhmQrUPkJeqlv5n pLedfqjtGSoGxkqKyk/4a6EDzw5FgtxnFj7zFmQyWZX+yL09oNCpAc0JGwG4XuNkfQBu MlMdo+QSx1R9umg/c36W1y84BmvZVzushZS3OLssCr7XnEetoRHT9nMUZ2aTlQ5rlHIk l2KK2f+9XaGO8K+tDwGY83TTahkZL1spaGqGmP29aFwABadOo/lWn1XcO1LvxyoEXIv6 bv6w== X-Gm-Message-State: ALoCoQnmvSZpWqUYX8TUQNRV02q+kN9JWr/6R+r9DG52dHDHTtOOgk1WsF/TCIInldVOmxP9g8cL X-Received: by 10.194.84.106 with SMTP id x10mr603822wjy.138.1446628982847; Wed, 04 Nov 2015 01:23:02 -0800 (PST) Received: from xps13.localnet (guy78-3-82-239-227-177.fbx.proxad.net. [82.239.227.177]) by smtp.gmail.com with ESMTPSA id c67sm27694991wmh.11.2015.11.04.01.23.01 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 04 Nov 2015 01:23:02 -0800 (PST) From: Thomas Monjalon To: "Sun, Xutao" Date: Wed, 04 Nov 2015 10:21:51 +0100 Message-ID: <3719062.0PKD0fLgCM@xps13> Organization: 6WIND User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <9AC567D38896294095E6F3228F697FC8021CDE39@shsmsx102.ccr.corp.intel.com> References: <1446185369-29221-1-git-send-email-xutao.sun@intel.com> <1984731.gvm6Zs8Tjf@xps13> <9AC567D38896294095E6F3228F697FC8021CDE39@shsmsx102.ccr.corp.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 v5] i40e: Fix the statistics issue of i40e 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, 04 Nov 2015 09:23:03 -0000 > > 2015-10-30 16:20, Xutao Sun: > > > The old statistics on i40e only counted the packets on ports. > > > So the discarding packets on VSI were not counted. > > > This patch is to make statistics for packets both on ports and VSI. > > > > Please, could you rebase on top of Harry's patches for extended stats? > > Thanks > > My patch is different from Harry's patches for extended stats actually. > My modification for stats has no intersection with Harry's. > So maybe I don't need to rebase on Harry's patches. When I can manage the merge myself safely, I don't ask. Please rebase on current master.