From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id B30D3594F for ; Mon, 9 Jun 2014 19:26:28 +0200 (CEST) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga103.fm.intel.com with ESMTP; 09 Jun 2014 10:21:54 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.98,1003,1392192000"; d="scan'208";a="545284449" Received: from irvmail001.ir.intel.com ([163.33.26.43]) by fmsmga001.fm.intel.com with ESMTP; 09 Jun 2014 10:26:41 -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 s59HQVj6020305; Mon, 9 Jun 2014 18:26:31 +0100 Received: from sivswdev02.ir.intel.com (localhost [127.0.0.1]) by sivswdev02.ir.intel.com with ESMTP id s59HQV5k027727; Mon, 9 Jun 2014 18:26:31 +0100 Received: (from kananye1@localhost) by sivswdev02.ir.intel.com with id s59HQVkp027723; Mon, 9 Jun 2014 18:26:31 +0100 From: Konstantin Ananyev To: dev@dpdk.org Date: Mon, 9 Jun 2014 18:26:13 +0100 Message-Id: <1402334777-27379-1-git-send-email-konstantin.ananyev@intel.com> X-Mailer: git-send-email 1.7.0.7 To: dev@dpdk.org Subject: [dpdk-dev] [PATCHv2 0/4] fix for 2 consecutive rte_eth_dev_start() can cause a SIGSEGV 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: Mon, 09 Jun 2014 17:26:29 -0000 Konstantin Ananyev (4): e1000: do not release queue on alloc error igb/ixgbe: reset queue pointers after releasing ethdev: fix compiler warning on PMD_DEBUG_TRACE formats ethdev: prevent from starting/stopping already started/stopped v2 changes: Split one patch into series of 4. lib/librte_ether/rte_ethdev.c | 29 ++++++++++++++++++++++++----- lib/librte_pmd_e1000/em_rxtx.c | 1 - lib/librte_pmd_e1000/igb_rxtx.c | 5 +++-- lib/librte_pmd_ixgbe/ixgbe_rxtx.c | 8 ++++++-- 4 files changed, 33 insertions(+), 10 deletions(-) -- 1.8.3.1