From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id C58E7567C for ; Sun, 5 Mar 2017 12:42:13 +0100 (CET) Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga104.jf.intel.com with ESMTP; 05 Mar 2017 03:42:12 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.35,247,1484035200"; d="scan'208";a="72389831" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.254.188.125]) ([10.254.188.125]) by fmsmga005.fm.intel.com with ESMTP; 05 Mar 2017 03:42:10 -0800 To: Qi Zhang , jing.d.chen@intel.com References: <20170303031727.461-1-qi.z.zhang@intel.com> <20170303031727.461-8-qi.z.zhang@intel.com> Cc: helin.zhang@intel.com, dev@dpdk.org From: Ferruh Yigit Message-ID: <95b906fd-133a-9d76-c91a-455eed958e84@intel.com> Date: Sun, 5 Mar 2017 11:42:08 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.7.1 MIME-Version: 1.0 In-Reply-To: <20170303031727.461-8-qi.z.zhang@intel.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit Subject: Re: [dpdk-dev] [PATCH 07/17] net/fm10k/base: use 8 bit notation instead of 10bit notation X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Mar 2017 11:42:14 -0000 On 3/3/2017 3:17 AM, Qi Zhang wrote: > The diagram represents bit layout of the multi-bit VLAN update > message format. Re-draw the numbers using base 8, and mark the > bit values every 8 bits at the top. This should make it more > easy to grasp the table quickly. Can you please somehow mention in the patch title that this is a comment update. > > Signed-off-by: Qi Zhang <...>