From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2] testpmd: avoid only working in XEN when LIBRTE_PMD_XENVIRT is configured Date: Mon, 11 Apr 2016 16:43:56 +0200 Message-ID: <1528535.lNZQB1UZQq@xps13> 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-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, pablo.de.lara.guarch@intel.com, olivier.matz@6wind.com To: Christian Ehrhardt 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) In-Reply-To: <1458226023-23873-1-git-send-email-christian.ehrhardt@canonical.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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