From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f180.google.com (mail-wi0-f180.google.com [209.85.212.180]) by dpdk.org (Postfix) with ESMTP id 49326AFD0 for ; Wed, 11 Jun 2014 12:06:31 +0200 (CEST) Received: by mail-wi0-f180.google.com with SMTP id hi2so766437wib.13 for ; Wed, 11 Jun 2014 03:06:46 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=kt4ePL0lRadeCC29EG2FmZEXpLEX69f+NJkPLSLi79g=; b=YlAg36mwT4C1WAao9Yi+kL5nGVsFSb/IZhTCeNEBpNxeytL+plwI7X1uTdzN4uIVP8 Y2f73VH8RbJv0zjgmsIs8PVztGlziLlL6MHjbYD3JVXryQqJoe2aBkEKjtdoGLg/R4pu wa61m5paWeJLKfb/YylCE5DHyUZEn6Ih9EWJICHByAcfFp2iNacFesk5J6a/w6+v8pOh MlpwqyzJUpKjlYSsVQvAt8mwgUivZFfK5QfYRYbcwnBBcrKw6t9et65+KgolqJtpTJyS PbHnyBmkMemhNw98Ap6qH6rt/yu4Dtz1WMEEuUXkkjKshRukgPQu07dY263gtJNTOYK0 UVig== X-Gm-Message-State: ALoCoQlSh/01TUcMud0Jm9Sf5SyWRYEVJxa7mo8fQPSxoWCLblcikHXAq++3+G+bv2RsR5wPY2Fm X-Received: by 10.180.91.104 with SMTP id cd8mr46371992wib.0.1402481205483; Wed, 11 Jun 2014 03:06:45 -0700 (PDT) Received: from xps13.localnet (6wind.net2.nerim.net. [213.41.180.237]) by mx.google.com with ESMTPSA id fg5sm26168513wib.17.2014.06.11.03.06.44 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 11 Jun 2014 03:06:44 -0700 (PDT) From: Thomas Monjalon To: Konstantin Ananyev Date: Wed, 11 Jun 2014 12:06:45 +0200 Message-ID: <1642942.a38Zs6oiSG@xps13> Organization: 6WIND User-Agent: KMail/4.13.1 (Linux/3.14.6-1-ARCH; KDE/4.13.1; x86_64; ; ) In-Reply-To: <1402334777-27379-1-git-send-email-konstantin.ananyev@intel.com> References: <1402334777-27379-1-git-send-email-konstantin.ananyev@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [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: Wed, 11 Jun 2014 10:06:31 -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 Acked-by: Thomas Monjalon Applied for version 1.7.0. Thanks -- Thomas