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 0693B14EC for ; Fri, 12 May 2017 13:24:22 +0200 (CEST) Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga104.jf.intel.com with ESMTP; 12 May 2017 04:24:22 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.38,329,1491289200"; d="scan'208";a="86751974" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.81]) ([10.237.220.81]) by orsmga004.jf.intel.com with ESMTP; 12 May 2017 04:24:20 -0700 To: Jerin Jacob , dev@dpdk.org Cc: thomas@monjalon.net, olivier.matz@6wind.com, bruce.richardson@intel.com References: <20170501064018.5796-1-jerin.jacob@caviumnetworks.com> From: Ferruh Yigit Message-ID: Date: Fri, 12 May 2017 12:24:20 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.1.0 MIME-Version: 1.0 In-Reply-To: <20170501064018.5796-1-jerin.jacob@caviumnetworks.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH] net/thunderx: add compile-time checks 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: Fri, 12 May 2017 11:24:23 -0000 On 5/1/2017 7:40 AM, Jerin Jacob wrote: > The thunderx PMD is sensitive to the layout of the mbuf on > the RX path. Add in some compile-time checks to make sure the mbuf layout > assumptions are valid, and to provide hints to anyone changing the mbuf > where things may need to be updated. > > Signed-off-by: Jerin Jacob Applied to dpdk-next-net/master, thanks.