From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id A6265A04F2 for ; Fri, 6 Dec 2019 11:50:07 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 0FCAC1BFA4; Fri, 6 Dec 2019 11:50:05 +0100 (CET) Received: from mail-lf1-f68.google.com (mail-lf1-f68.google.com [209.85.167.68]) by dpdk.org (Postfix) with ESMTP id 9AC0A2B94; Fri, 6 Dec 2019 11:50:02 +0100 (CET) Received: by mail-lf1-f68.google.com with SMTP id n12so4924646lfe.3; Fri, 06 Dec 2019 02:50:02 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=5bkLAIa+3HIOPMX6FHcXpgdCja29Oc9mbi2ddo4rPpk=; b=cl9EX/fig7h0fPmXr3bm5eGCrGLDLQKBOROsIMHwEPaO3+LduBi4+0RL0SLmuTB4jk /6U87zEipBA622IF9fNDibnUgv4C7m3N2SBTlavTd1m6jQKVwk4SdC6th62U0bmvWKBh frE0OGpA0qRLFjToXCnBkC0vODIk/WYOfWGov8g7W4J9lR3nvxlqq6Ss6bubpWD4RcQD Be3jj2xD99O4txon5JRwFkZvFFBmGZ68CR0SijISrsSTFpoVU5bQ0AHx6EcwdFpgjGqN Hl5wDoF02ozgiQAcMiZm6uMm5WJIiwAs4aUNgjXibR2ZHLDwln8iEW2a5kRY8FCUnj12 rdYg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=5bkLAIa+3HIOPMX6FHcXpgdCja29Oc9mbi2ddo4rPpk=; b=mxaezY1r8ktfvhkxTPauud/36XCftAWa0SAsPRGy9bgBlqZU7AMkW+kcEVGrXVD6jf ajSiPViJfLeFj7STa4g+IULXNYkJUN993oczJdQfg272kx8TIWb+jqXf+Oo9+MmlW51G rCsEEF04aUJD8hb42qVjKvu1i/7R3fgL+Zp2TYgd/xvbL7olzlSboQE0UXJjGsQaSJ1K I+4VGM4J8sTiA8j9npxJYf/Akb9t78YTpgldPv9pxBrUHhmfWKE0BOsBr1dTiu6+pH1S ks+8MszYnb6/d7H3OwcXTY1f5zvsRIf0u8L+iiexhxMp/ODEEDdqgM8szi2kAw/DcNy/ ygXQ== X-Gm-Message-State: APjAAAUfGPUoCpgiFfGW2d+0av93DIN21ZvYR9/rNtprWu5mL4e3z4Jy axiBxYsU60eN5p9AYk8YGjAXR1CFsXGToMYRyAY= X-Google-Smtp-Source: APXvYqzMH5quYTllHNZPQbHgVn8A2FddzXfgwLxVoHqjm45l3SHJ31h9XCeQLwM8RU8wpYZZg38P6r9MXYPT4WL9W5Y= X-Received: by 2002:a05:6512:244:: with SMTP id b4mr1839274lfo.85.1575629402019; Fri, 06 Dec 2019 02:50:02 -0800 (PST) MIME-Version: 1.0 References: <20191113091927.GA1501@bricha3-MOBL.ger.corp.intel.com> <70f4e9f0-70f7-aa4a-6c5d-c24308d196c2@intel.com> <3c014e01-3635-df19-a11c-2db09b03d423@intel.com> In-Reply-To: From: Venumadhav Josyula Date: Fri, 6 Dec 2019 16:19:50 +0530 Message-ID: To: "Burakov, Anatoly" Cc: Bruce Richardson , users , dev@dpdk.org, Venumadhav Josyula Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: Re: [dpdk-users] [dpdk-dev] time taken for allocation of mempool. X-BeenThere: users@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK usage discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: users-bounces@dpdk.org Sender: "users" Hi Anatoly, I was able to resolve the problem, which problem in our script. Thanks and regards Venu On Fri, 6 Dec 2019 at 16:17, Burakov, Anatoly wrote: > On 18-Nov-19 4:43 PM, Venumadhav Josyula wrote: > > Hi Anatoly, > > > > After using iova-mode=va, i see my ports are not getting detected ? I > > thought it's working but I see following problem > > > > what could be the problem? > > i) I see allocation is faster > > ii) But my ports are not getting detected > > I take my word back that it entirely working.. > > > > Thanks, > > Regards, > > Venu > > > > "Ports are not getting detected" is a pretty vague description of the > problem. Could you please post the EAL initialization log (preferably > with --log-level=eal,8 added, so that there's more output)? > > -- > Thanks, > Anatoly >