From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id E946556A9 for ; Wed, 10 Feb 2016 17:17:58 +0100 (CET) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga102.fm.intel.com with ESMTP; 10 Feb 2016 08:17:57 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.22,426,1449561600"; d="scan'208";a="743726370" Received: from bricha3-mobl3.ger.corp.intel.com ([10.237.208.159]) by orsmga003.jf.intel.com with SMTP; 10 Feb 2016 08:17:52 -0800 Received: by (sSMTP sendmail emulation); Wed, 10 Feb 2016 16:17:50 +0025 Date: Wed, 10 Feb 2016 16:17:50 +0000 From: Bruce Richardson To: Stephen Hemminger Message-ID: <20160210161749.GE10620@bricha3-MOBL3> References: <1451237308-91506-1-git-send-email-huawei.xie@intel.com> <1451237308-91506-2-git-send-email-huawei.xie@intel.com> <20151228093944.0332ac65@xeon-e3> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20151228093944.0332ac65@xeon-e3> Organization: Intel Shannon Ltd. User-Agent: Mutt/1.5.23 (2014-03-12) Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH] remove redundant __func__ in PMD_INIT_LOG and PMD_RX_LOG 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, 10 Feb 2016 16:17:59 -0000 On Mon, Dec 28, 2015 at 09:39:44AM -0800, Stephen Hemminger wrote: > On Mon, 28 Dec 2015 01:28:28 +0800 > Huawei Xie wrote: > > > > > Signed-off-by: Huawei Xie > > --- > > drivers/net/virtio/virtio_ethdev.c | 12 +++++------- > > drivers/net/vmxnet3/vmxnet3_ethdev.c | 6 +++--- > > drivers/net/vmxnet3/vmxnet3_rxtx.c | 2 +- > > 3 files changed, 9 insertions(+), 11 deletions(-) > > > > Looks good, probably worth auditing the code for extra newlines as well at some point. > > Acked-by: Stephen Hemminger Patch split into 2 - one for virtio and one for vmxnet3 - and applied to dpdk-next-net/rel_16_04 /Bruce