From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id A9C22B44C for ; Tue, 21 Jun 2016 16:39:04 +0200 (CEST) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga104.fm.intel.com with ESMTP; 21 Jun 2016 07:39:04 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.26,504,1459839600"; d="scan'208";a="992183507" Received: from bricha3-mobl3.ger.corp.intel.com ([10.237.220.108]) by fmsmga001.fm.intel.com with SMTP; 21 Jun 2016 07:39:01 -0700 Received: by (sSMTP sendmail emulation); Tue, 21 Jun 2016 15:39:00 +0025 Date: Tue, 21 Jun 2016 15:39:00 +0100 From: Bruce Richardson To: Beilei Xing Cc: wenzhuo.lu@intel.com, dev@dpdk.org Message-ID: <20160621143900.GB12008@bricha3-MOBL3> References: <1465887596-10346-1-git-send-email-beilei.xing@intel.com> <1465977220-3970-1-git-send-email-beilei.xing@intel.com> <1465977220-3970-2-git-send-email-beilei.xing@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1465977220-3970-2-git-send-email-beilei.xing@intel.com> Organization: Intel Research and =?iso-8859-1?Q?De=ACvel?= =?iso-8859-1?Q?opment?= Ireland Ltd. User-Agent: Mutt/1.5.23 (2014-03-12) Subject: Re: [dpdk-dev] [PATCH v3 01/30] ixgbe/base: add new VF requests for mailbox API 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: Tue, 21 Jun 2016 14:39:05 -0000 On Wed, Jun 15, 2016 at 03:53:11PM +0800, Beilei Xing wrote: > It adds two new VF requests of IXGBE_VF_GET_RETA and > IXGBE_VF_GET_RSS_KEY for mailbox API. > General comment - please don't start commit messages with "It". There is no previous noun in the text for the "it" to refer to. Thanks, /Bruce