From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f45.google.com (mail-wm0-f45.google.com [74.125.82.45]) by dpdk.org (Postfix) with ESMTP id 2E20C9E7 for ; Mon, 11 Apr 2016 16:43:59 +0200 (CEST) Received: by mail-wm0-f45.google.com with SMTP id u206so107617348wme.1 for ; Mon, 11 Apr 2016 07:43:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:organization:user-agent :in-reply-to:references:mime-version:content-transfer-encoding; bh=nn1h4rYJ5qH6ZU5cDv2x/+XbBVLl0gjhRy39WqD9phI=; b=lteouPSdsjPiJoGPolE7x4iomxqJ8U6bi906nBNHysg/LWgG9lUa8xpqBswv2KYi9b OHp8g9lUPNjGazUSQs1PjmPci6RNmMUsff1xd/DTwoS08vgG9DLa4lw14lcN7KZTmjsA VhcvnV1DKU+qezdrvlTmsalzBi5WoDzq6P1BIYq38PebPJtrdEifvJqMDDbQ37c2NE4z WI29sYa+TpdutBMHw8+TkPaMrIzCDFwJiisFuwTFgmhbjdjQHJKqpfcuR95/7bPJk1Q6 kaA44jfpKmInvLLxJQ/Drs/xX/guvFPx33Bcv0Y8bXbUcANSgQYC2AgjpJOyU5K8yb6v vD/w== 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; bh=nn1h4rYJ5qH6ZU5cDv2x/+XbBVLl0gjhRy39WqD9phI=; b=AhGhxRJGPlTEvzcHJqorGSmdSgbwusF/8+0iRrPHGdFYwpdxZppc4ektfaG89IC0Gz 3GBP8OzBTODiEThriNqkkm9q3foKYzEXPbmEi0qIltjAX1bN8tSq9RXrQ4LWSlgSOKJx WEa6oMkYd+l+ez0qrmRCMALQFtEHQlS10TwKHw8v1yQXX7ExY/AIZuan7wW4TO8Z8ogl R4HlR4vK73tOD0Bh/zbCiOr5wIAGrvw2cf4IXZXZVql1HuZB33joJiG9eg91ldSOaCCo WeNYe/e8iNX+Ml3E9CsDhpL9SENvrF60DFhivkxrIS6x5dSz38+/PPuPGwecWCePshZK 2jmQ== X-Gm-Message-State: AD7BkJKa4vNP5h7tWFJn2fiBs7ovtWMvk0eL7siw7n2Lw6of8UE9ruD/gZDDmKohnzYxkvUc X-Received: by 10.194.9.34 with SMTP id w2mr23900154wja.170.1460385838946; Mon, 11 Apr 2016 07:43:58 -0700 (PDT) Received: from xps13.localnet (245.111.75.86.rev.sfr.net. [86.75.111.245]) by smtp.gmail.com with ESMTPSA id b135sm17869047wmb.10.2016.04.11.07.43.57 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 11 Apr 2016 07:43:57 -0700 (PDT) From: Thomas Monjalon To: Christian Ehrhardt Cc: dev@dpdk.org, pablo.de.lara.guarch@intel.com, olivier.matz@6wind.com Date: Mon, 11 Apr 2016 16:43:56 +0200 Message-ID: <1528535.lNZQB1UZQq@xps13> Organization: 6WIND User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <1458226023-23873-1-git-send-email-christian.ehrhardt@canonical.com> References: <1456849970-1847-1-git-send-email-christian.ehrhardt@canonical.com> <1458226023-23873-1-git-send-email-christian.ehrhardt@canonical.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v2] testpmd: avoid only working in XEN when LIBRTE_PMD_XENVIRT is configured 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, 11 Apr 2016 14:43:59 -0000 2016-03-17 15:47, Christian Ehrhardt: > With LIBRTE_PMD_XENVIRT enabled testpmd is built in a way to ONLY work > in XEN environments. > It will surface as: > PMD: gntalloc: ioctl error > EAL: Error - exiting with code: 1 > Cause: Creation of mbuf pool for socket 0 failed > > With LIBRTE_PMD_XENVIRT enabled this now tries the xen style grant > table allocation, but falls back gracefully for the normal allocation. > > The only thing left in the log will be the > PMD: gntalloc: ioctl error > > Updates in v2 > - adding missing Signed-off-by and set Pablo on --to with the patch directly > > Signed-off-by: Christian Ehrhardt Sorry this patch has been forgotten because (wrongly?) superseded in patchwork. Please do not hesitate to ping when your patch has no follow-up. Thanks Olivier for reminding this patch. Applied, thanks