From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id F416B29B6 for ; Wed, 9 Mar 2016 16:12:28 +0100 (CET) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga102.jf.intel.com with ESMTP; 09 Mar 2016 07:12:27 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.24,311,1455004800"; d="scan'208";a="62870571" Received: from ugavish-mobl1.ger.corp.intel.com ([10.252.20.226]) by fmsmga004.fm.intel.com with SMTP; 09 Mar 2016 07:12:24 -0800 Received: by (sSMTP sendmail emulation); Wed, 09 Mar 2016 15:12:22 +0025 Date: Wed, 9 Mar 2016 15:12:22 +0000 From: Bruce Richardson To: Igor Ryzhov Message-ID: <20160309151222.GA6132@bricha3-MOBL3> References: <1456498883-58648-1-git-send-email-iryzhov@nfware.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1456498883-58648-1-git-send-email-iryzhov@nfware.com> Organization: Intel Shannon Ltd. User-Agent: Mutt/1.5.23 (2014-03-12) Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH] virtio: don't count broadcast packets in multicast packets counter 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, 09 Mar 2016 15:12:29 -0000 On Fri, Feb 26, 2016 at 06:01:23PM +0300, Igor Ryzhov wrote: > Signed-off-by: Igor Ryzhov > --- > drivers/net/virtio/virtio_rxtx.c | 9 +++++++-- > 1 file changed, 7 insertions(+), 2 deletions(-) > Applied to dpdk-next-net/rel_16_04 with superflous braces removed to comply with coding standards: http://dpdk.org/doc/guides/contributing/coding_style.html#control-statements-and-loops Note to reviewers: if possible, please run checkpatch to catch issues like this. Regards, /Bruce