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 13CEC14EC for ; Fri, 12 May 2017 13:17:53 +0200 (CEST) Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 12 May 2017 04:17:39 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.38,329,1491289200"; d="scan'208";a="86750736" 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:17:38 -0700 To: Bruce Richardson , dev@dpdk.org References: <20170428162115.17661-1-bruce.richardson@intel.com> From: Ferruh Yigit Message-ID: <18d6b316-cb76-7948-ccf9-1c88956e48cd@intel.com> Date: Fri, 12 May 2017 12:17:37 +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: <20170428162115.17661-1-bruce.richardson@intel.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH 0/4] Rel 17.08: add compile time checks to vpmds 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:17:55 -0000 On 4/28/2017 5:21 PM, Bruce Richardson wrote: > As previously discussed*, add some compile time checks to the vpmds to > help sanity-check their dependencies on the mbuf layout. > > * http://dpdk.org/ml/archives/dev/2017-April/064988.html > > Bruce Richardson (4): > net/ixgbe: add compile-time checks to vector driver > net/ixgbe: enable ixgbe vector PMD for i686 > net/i40e: add compile-time checks to vector driver > net/fm10k: add compile-time checks to vector driver Series applied to dpdk-next-net/master, thanks.