From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <3chas3@gmail.com> Received: from mail-qk1-f194.google.com (mail-qk1-f194.google.com [209.85.222.194]) by dpdk.org (Postfix) with ESMTP id 87B231B39B for ; Tue, 9 Oct 2018 03:41:11 +0200 (CEST) Received: by mail-qk1-f194.google.com with SMTP id y8-v6so13272967qka.11 for ; Mon, 08 Oct 2018 18:41:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=subject:to:references:from:message-id:date:user-agent:mime-version :in-reply-to:content-language:content-transfer-encoding; bh=mk1cFR+swiPJ3XPiVEGcIIkAEOdZ0xQkW7yidpxJ4YA=; b=ViHVB3PAfmO4gNBKlA5h3GVMAVDdmG6ftPiv+QU/zh7lOm9ECMk//fqUPR11voCiLt RUzgUA8YTSsinJm4SpaDypQuu/5uS8uq7BDiIIAH+H1JPmxY+O44ffNxh34+axDcatcG 7I9Ww3JVcxxkTuGEX7KeU89KRgNAa00Ztb/UDRNfTkYn1Cw4SzhhcgBm2JeN/W5b1WGr 59lW4V+0fR+RJFlyYGFikT0adwy94ZQf3lRTEaAzCbGaUe3VQOgwhBodnWQSC1m/TCnL r35Zheqci9Z5h2ksQ/eveqFQou+UVsQDavl0P2wA/QJf5V7ogdsJcmTSNKZAZ6TPBqBf P5DA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=mk1cFR+swiPJ3XPiVEGcIIkAEOdZ0xQkW7yidpxJ4YA=; b=N/EQC1sFi9AtmA+uWoYtxvdtJQ2RFqFL5HmBGVp+XCCamZAwXz4Wl3+TKjfmZY56S8 VkmN9WFvQjW6z4Vf+iJLutgnatxvXN8oIvbwcbvoADEvbmiC1idF/kvm63cfEE5EPEm9 sDYUkVcPgknwFrMzlLadledISj1cb/F/+id7DIqYjjSmueZAjG76O5nW9G+e6NDIuA6U Frv/j4QHy6MK651wo6VEcwappZGLJ99SbWdHoQ7+QtwP1sTJUc8Dfm2l3UCxtf9JxP/m aG7GcurPY0O9RGa4ebCxrQPNmaHuhDu09KPLV3UK02ZeHLMfGX/NPukfbik0vqZupBW4 at8w== X-Gm-Message-State: ABuFfogfy3+3RSyP/vtwu5zpQrSsZUbNwdcrKepfNszoqBSDtnlBqbct vpDgjasvYlo4zm4RfkiO+U1oiLej X-Google-Smtp-Source: ACcGV61Pb62Yk88O7Z8yYFdXmCoEBuQljYxrQykbbzWFTzwtJtiGtte1GPiD8SznphE+6co6S9+TqQ== X-Received: by 2002:ae9:ee18:: with SMTP id i24-v6mr15920461qkg.239.1539049270718; Mon, 08 Oct 2018 18:41:10 -0700 (PDT) Received: from [192.168.1.10] (pool-96-255-82-34.washdc.fios.verizon.net. [96.255.82.34]) by smtp.gmail.com with ESMTPSA id o26-v6sm992178qtr.10.2018.10.08.18.41.09 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 08 Oct 2018 18:41:10 -0700 (PDT) To: chetan bhasin , dev@dpdk.org References: From: Chas Williams <3chas3@gmail.com> Message-ID: <48d92b8e-a2fd-0818-e65d-e38560d5f5c0@gmail.com> Date: Mon, 8 Oct 2018 21:41:09 -0400 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] Getting issue while bringin Bond with VMXNET3 (DPDK 17.11) X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Oct 2018 01:41:13 -0000 Any other error messages? There's really only one path out of slave_configure() that doesn't emit another error message and that's slave_configure_slow_queue. You need to set dedicated_queues to be enabled to see that happen. On 10/07/18 01:12, chetan bhasin wrote: > Can anybody suggest? Stuck right now! > > On Sat, Oct 6, 2018, 17:02 chetan bhasin wrote: > >> Hi Dpdk Champs, >> >> I am facing an issue while bringing bonding on VM having vmxnet3 >> interfaces. >> >> Below error is coming in the log - >> >> PMD: bond_ethdev_start(1959) - bonded port (2) failed to reconfigure slave >> device (0). >> >> Please suggest. >> >> Thanks, >> Chetan Bhasin >>