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 AD092282 for ; Fri, 28 Apr 2017 18:21:23 +0200 (CEST) Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga104.jf.intel.com with ESMTP; 28 Apr 2017 09:21:22 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.37,388,1488873600"; d="scan'208";a="95432626" Received: from sivswdev01.ir.intel.com ([10.237.217.45]) by fmsmga006.fm.intel.com with ESMTP; 28 Apr 2017 09:21:21 -0700 From: Bruce Richardson To: dev@dpdk.org Cc: Bruce Richardson Date: Fri, 28 Apr 2017 17:21:11 +0100 Message-Id: <20170428162115.17661-1-bruce.richardson@intel.com> X-Mailer: git-send-email 2.8.4 Subject: [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, 28 Apr 2017 16:21:25 -0000 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 config/defconfig_i686-native-linuxapp-gcc | 5 ----- drivers/net/fm10k/fm10k_rxtx_vec.c | 15 +++++++++++++++ drivers/net/i40e/i40e_rxtx_vec_sse.c | 30 ++++++++++++++++++++++++++++++ drivers/net/ixgbe/ixgbe_rxtx_vec_sse.c | 29 +++++++++++++++++++++++++++++ 4 files changed, 74 insertions(+), 5 deletions(-) -- 2.9.3