From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lj1-f169.google.com (mail-lj1-f169.google.com [209.85.208.169]) by dpdk.org (Postfix) with ESMTP id 38B304C93 for ; Tue, 9 Oct 2018 06:36:08 +0200 (CEST) Received: by mail-lj1-f169.google.com with SMTP id z21-v6so243680ljz.0 for ; Mon, 08 Oct 2018 21:36:08 -0700 (PDT) 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=slElKAz1TSmqK4c3962wT8LX2bP6znXRgUaJozj41c8=; b=p1EHpf2KKwdqkgUU5sEWt+VCaA3uL3XTUfBr3Ol09eCJ4o58yEiPpfOEQnFtx7hqgs xwbxogsV/RFSSEB09d7/kL09nMFNEq1X06SeDGx6NP2b4k5y/10IHZdAy4n1KWcC7JCl mTKXNOvt06eCmsj0FVndHr92P0gQ3XC/iTfTpWBKk+Jm1czr1Ikmpay49ahLWI51Sz/o +qy+X5gt+GEPU2DMISgYOeqOPG6rnxC3keogVFeAVzeVLfAnNDyAU7jtKrIS4T3mkhdM gvZv8geeN9vWYfxNBIpvI7HB7T5b57sC3K27X9NdaoNjg/XjXP8KL0dvl073ZHo1AZSy 4PVg== 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=slElKAz1TSmqK4c3962wT8LX2bP6znXRgUaJozj41c8=; b=GLralYZ8np/N0YIVvOjG1D9vej0LvYRjBow26lU06j+l7VnotaVHiwBBZydfeP36jR uHpFKw+STOumJIakP5nO6nQRIhBKfuOavrNSZnof7cCrozL/67B7E2Z28M4IqCi3Vdk9 0kKYeT0Es+nDCbdocjGH5FiKWNcvo6YrdIAr55v9vXtCrKDwShJwcpnkP0poYUSuUvqA Hu5GR5jD41JbKSr/BeN20ROCdtpkx7V44dNSZM6dRjPeqMSypHTKCCPD3nmi3tPXbW0i uzR/0UwhfBgdZ8qK5J1wq2+GMx2kpU5Z/Po7i3Anxei9Z/ARsD9oST1pi0zqwmpLFekl hGIw== X-Gm-Message-State: ABuFfoj8z7sd1Z6Oe3WteoZHIbxOizW4BIkvP37tkRVW5wST/ZY9T2cz efoXvZmNmaDrRDHLD+SF4+fsFVP0shVrAeUG05Q= X-Google-Smtp-Source: ACcGV61wT8RYJAqGprD4rBjkN5x+J6UUGpHtEGDE1r9Crij9K3UgLwJloLHzENw745Hd4cCpnx26SykTaGozKLlQcok= X-Received: by 2002:a2e:900c:: with SMTP id h12-v6mr17573637ljg.121.1539059767619; Mon, 08 Oct 2018 21:36:07 -0700 (PDT) MIME-Version: 1.0 References: <48d92b8e-a2fd-0818-e65d-e38560d5f5c0@gmail.com> In-Reply-To: <48d92b8e-a2fd-0818-e65d-e38560d5f5c0@gmail.com> From: chetan bhasin Date: Tue, 9 Oct 2018 10:05:54 +0530 Message-ID: To: 3chas3@gmail.com Cc: dev@dpdk.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.15 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 04:36:08 -0000 Thanks for your reply . The issue coming in function "vmxnet3_dev_tx_queue_setup" below if condition is true because "tx_conf->txq_flags is coming as 0" if ((tx_conf->txq_flags & ETH_TXQ_FLAGS_NOXSUMSCTP) != ETH_TXQ_FLAGS_NOXSUMSCTP) { PMD_INIT_LOG(ERR, "SCTP checksum offload not supported"); return -EINVAL; } Regards, Chetan Bhasin On Tue, Oct 9, 2018 at 7:11 AM Chas Williams <3chas3@gmail.com> wrote: > 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 > >> >