From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chas Williams <3chas3@gmail.com> Subject: Re: Getting issue while bringin Bond with VMXNET3 (DPDK 17.11) Date: Mon, 8 Oct 2018 21:41:09 -0400 Message-ID: <48d92b8e-a2fd-0818-e65d-e38560d5f5c0@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit To: chetan bhasin , dev@dpdk.org Return-path: 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) In-Reply-To: Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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 >>