From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 5EF827E7B for ; Wed, 22 Oct 2014 12:47:29 +0200 (CEST) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga102.fm.intel.com with ESMTP; 22 Oct 2014 03:55:48 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.04,768,1406617200"; d="scan'208";a="609238437" Received: from irvmail001.ir.intel.com ([163.33.26.43]) by fmsmga001.fm.intel.com with ESMTP; 22 Oct 2014 03:55:47 -0700 Received: from sivswdev02.ir.intel.com (sivswdev02.ir.intel.com [10.237.217.46]) by irvmail001.ir.intel.com (8.14.3/8.13.6/MailSET/Hub) with ESMTP id s9MAtk4r021893; Wed, 22 Oct 2014 11:55:46 +0100 Received: from sivswdev02.ir.intel.com (localhost [127.0.0.1]) by sivswdev02.ir.intel.com with ESMTP id s9MAtkwU024362; Wed, 22 Oct 2014 11:55:46 +0100 Received: (from bricha3@localhost) by sivswdev02.ir.intel.com with id s9MAtjth024358; Wed, 22 Oct 2014 11:55:45 +0100 From: Bruce Richardson To: dev@dpdk.org Date: Wed, 22 Oct 2014 11:55:43 +0100 Message-Id: <1413975345-24326-1-git-send-email-bruce.richardson@intel.com> X-Mailer: git-send-email 1.7.4.1 Subject: [dpdk-dev] [PATCH 0/2] ixgbe: vector pmd fixes 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: Wed, 22 Oct 2014 10:47:29 -0000 This patch set contains small fixes for issues with the vector PMD. The issues and the fixes for them are described in each patch individually. Bruce Richardson (2): ixgbe: remove static qualifier for thread safety ixgbe: always perform vec RX setup if vpmd enabled lib/librte_pmd_ixgbe/ixgbe_rxtx.c | 4 +++- lib/librte_pmd_ixgbe/ixgbe_rxtx_vec.c | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) -- 1.9.3