From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-it1-f178.google.com (mail-it1-f178.google.com [209.85.166.178]) by dpdk.org (Postfix) with ESMTP id 63FC91B505 for ; Thu, 4 Oct 2018 18:33:56 +0200 (CEST) Received: by mail-it1-f178.google.com with SMTP id w200-v6so14906492itc.4 for ; Thu, 04 Oct 2018 09:33:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:reply-to:from:date:message-id :subject:to:cc; bh=tcqirmmUR4SkmiwVRkU6fa/1jKOcTFMnPSEpta+hTpc=; b=mLGBMWbCWPFY5OBCqspq72MxFaiVdo4uyxAHN4sUtXtzAiHpR2q08kJgSDth4TCadj 1hftpk5c5z/dHJmvhwkUFm1Wq6L2wZcUKXgoBFqKVcSxqIMxFdqRi2aHpb7QHkiVqwPx j/fdC3OikJs2fkbcGW+HigvkWnRFRzK8uADrdQjGWYbddYTCyaLxFZTWVlfojvuE66na pSGXVI1MQbt9kCGNH3hj2UkxYsQRW3b9iLZZPCMD3tadgR0YnlZ+x/7/XltKMyzR8hwf 9UBVqA6MLIJ0aTdRUK7YQoWPbdBWkrAiIUw99OuyhRmQ7oJ15qaJasFt21nm6fps+mbs e/SA== 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:reply-to :from:date:message-id:subject:to:cc; bh=tcqirmmUR4SkmiwVRkU6fa/1jKOcTFMnPSEpta+hTpc=; b=HZ6xFxqUH+6Pg4uz0PPv9BD5vQvH87sVHxCJh46DLL74k3/cP+GwNYkJQa9Yy4HXM7 21F1YM7grUIYWEJdsj28px8k5itaXTRlPpVW9PdQTZfcvv7DFq9rxdgUBzTHOw/55T4a gY3SzVBPGquYQRNQqhSf4rDhT26JAyIxOj9Lian5eyx9tEKclhiAb6KSi94bJeqBtGer NOm4yJDwwt2SuwaroWcbQsPMmtzxk7gMg2U75zUlzXI4TYoZg0BB7h0DwBuYgmGVKkJy mzhxN3EUMxKY+s+nBbIr2DscatwsWglVKFNKBt0prcpnXCCM5HWYWJNY8eKRM0xcv60B 5Xfw== X-Gm-Message-State: ABuFfogeuqDD6TUjEZujQWa+qbAPaZu3PIb8t+EP2mMP0ijI6xSUw6Pz AH5+YWO4fOviPAr1cZ6PsCb5RKm056skpTsJFLVWOzKo X-Google-Smtp-Source: ACcGV61+lz3tmSwHmuKydgu8TaYJle4gdJF26Un8K6H/J8bPUoDm2U7tf4dK5cOJtGz0ul/pofjD4KBePGmy77Xm8dE= X-Received: by 2002:a24:e349:: with SMTP id d70-v6mr5448815ith.75.1538670835561; Thu, 04 Oct 2018 09:33:55 -0700 (PDT) MIME-Version: 1.0 References: <20181004082336.24ada719@xeon-e3> In-Reply-To: <20181004082336.24ada719@xeon-e3> From: ".." Date: Thu, 4 Oct 2018 18:33:44 +0200 Message-ID: To: Stephen Hemminger Cc: users@dpdk.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: Re: [dpdk-users] Intel XVV710- i40e dpdk-devbind error "Set default VSI failed, err I40E_ERR_ADMIN_QUEUE_ERROR" X-BeenThere: users@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list Reply-To: hyperhead@gmail.com List-Id: DPDK usage discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Oct 2018 16:33:56 -0000 Hi, I solved it by loading the igb_uio drivers and using that instead. I read igb_uio is used on those model of cards in the dpdk documentation, lesson learned. Thanks for the response. Roland On Thu, 4 Oct 2018, 17:23 Stephen Hemminger, wrote: > On Thu, 4 Oct 2018 11:17:53 +0200 > ".." wrote: > > > Hi dpdk-users! > > > > I have some new 25G cards: > > Intel Corporation Ethernet Network Adapter XXV710-2 > > > > I am using the latest i40e driver > > > > filename: > > > /lib/modules/3.10.0-862.11.6.el7.x86_64/updates/drivers/net/ethernet/intel/i40e/i40e.ko > > version: 2.4.10 > > license: GPL > > description: Intel(R) 40-10 Gigabit Ethernet Connection Network Driver > > author: Intel Corporation, > > retpoline: Y > > > > When I try to do dpdk-devbind I get the following error > > > > Error: bind failed for 0000:05:00.0 - Cannot bind to driver > uio_pci_generic > > > > This shows in dmesg > > [240097.901062] i40e 0000:05:00.1: removed PHC from ens2f1 > > [240097.966118] i40e 0000:05:00.1: Set default VSI failed, err > > I40E_ERR_ADMIN_QUEUE_ERROR, aq_err I40E_AQ_RC_EINVAL > > [240097.966122] i40e 0000:05:00.1: Setting promiscuous on failed on PF, > err > > I40E_ERR_ADMIN_QUEUE_ERROR aq_err I40E_AQ_RC_EINVAL > > > > I am moving from some much older 1G cards I had, but they were binding > ok, > > however it was the igb driver. > > > > I can seem to find much, I guess these are quite new cards and the driver > > is up to date as well, a bug maybe? > > > > Thanks > > > > Roland > > Make sure you update the firmware on the Intel card before doing anything > else. > Also you should use VFIO if at all possible. >