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 ABBF7A04C3 for ; Sat, 12 Sep 2020 02:14:04 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 1EB3A1C1B4; Sat, 12 Sep 2020 02:14:04 +0200 (CEST) Received: from mail-vk1-f176.google.com (mail-vk1-f176.google.com [209.85.221.176]) by dpdk.org (Postfix) with ESMTP id 199C91C1B2 for ; Sat, 12 Sep 2020 02:14:02 +0200 (CEST) Received: by mail-vk1-f176.google.com with SMTP id t189so2783785vka.10 for ; Fri, 11 Sep 2020 17:14:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=xkFwu49LS8pUrY4ZO2/YSFpJlNtvIrMFwjYXcuyuN5Q=; b=YSZL2wJFhnwHHIib1aGtbwPkRuOV+RoaWJ3sg3VjMOrDg/kw5zeCip1qhFAsr3lYSs 6f0wwgdxrBTrSHtvYN+BTFYGX49DjCBgzYpMbSm/tywr2o+DzMGA3UJVFSj4To7XfwRV P2EE+H0aIlM6aF0ov1CwaIQ5bDnmtKWKXOH69mNI7UAHxeUrTifANzcZOdUuybwozrT+ wMojcO1w+1keJ5++FU6HLkwCnu2iu+NAQ5ZS0feCIl2hAXnlg4eFbI2XfP755iduCMF7 TkBrv/M33o18REUvRw/OKGNr8abO0ey2FUREIB6dqlHXMJe7lpS5tWS4sg+I4fHptXbP X/yQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=xkFwu49LS8pUrY4ZO2/YSFpJlNtvIrMFwjYXcuyuN5Q=; b=gqPRWK39QYMa8Y9uouU+Fdhlhu9O35NAKeoBmjveJxJ1y3YGoF0Nvx++ijVxNRl7Ck /eONuW2t09UB75AuqPf0a2Wg5kq4gHhT87RnxZI4fxgHhgaPLTsYpj/VJRftxYCErfCk O4cyhTrMQwKA/TO2gbTA623uoVaoLc9AOJbbQBHFXvi4GNtNUfa9sLpp1yF75s8oODob 6CZmos3A7oMBgjONzl1Dm0ZeNzuoDPzONg/0ZDw8BwgU3sZCCGlO6gCODLDdD4WqWYWY 5JgcHW80qkoawrGqic94Ix+cCYbfk5KeND1v/wPBs5NpN57kqCPZsap3FGkYUIj41+o+ yv7Q== X-Gm-Message-State: AOAM530WTPpY8Fa6IINg/AR85f+jbAkh97CsgpZKgczwejgaVkxw2rXl Ru4dil06GXihuI5Vwz5O0ccfT0SMfunX69mw0T0QVjZnkS43JQ== X-Google-Smtp-Source: ABdhPJz6QEHTtCeZVcefL1Y6FSk12WsA8fF6oH34YNEIBGQg8CSrXAWPqz6MUu4rJ/gNQhdE81Rtv2498ZrQT5XNduA= X-Received: by 2002:a1f:1741:: with SMTP id 62mr2588450vkx.49.1599869641142; Fri, 11 Sep 2020 17:14:01 -0700 (PDT) MIME-Version: 1.0 From: Michael Barker Date: Sat, 12 Sep 2020 12:13:49 +1200 Message-ID: To: DPDK Users Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: [dpdk-users] Intel 82598 Not enabling correctly 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, I've got a couple of 82598 dual NIC and I'm running into a number of issues. - When enabling the port DPDK/testpmd report: Configuring Port 0 (socket 0) ixgbe_dev_rx_queue_start(): Could not enable Rx Queue 0 Port 0: 00:1B:21:45:9F:1B - After the port is configured and started, DPDK always reports the link speed of 0 and status as down, despite the switch having the link light come on when the port is enabled (link status and speed is reported correctly when the device is used by the kernel driver). testpmd> show port info all ********************* Infos for port 0 ********************* MAC address: 00:1B:21:45:9F:1B Device name: 0000:01:00.0 Driver name: net_ixgbe Connect to socket: 0 memory allocation on the socket: 0 Link status: down Link speed: 0 Mbps Link duplex: half-duplex - A very high RX error count is reported in testpmd (start tx_first 10; stop): ---------------------- Forward statistics for port 0 ---------------------- RX-packets: 0 RX-dropped: 0 RX-total: 0 RX-error: 29887428216 RX-nombufs: 0 TX-packets: 0 TX-dropped: 65 TX-total: 65 ---------------------------------------------------------------------------- ---------------------- Forward statistics for port 1 ---------------------- RX-packets: 0 RX-dropped: 0 RX-total: 0 RX-error: 29887428216 RX-nombufs: 0 TX-packets: 0 TX-dropped: 65 TX-total: 65 ---------------------------------------------------------------------------- I noticed that there was an email thread from a few years back that described similar issues with the 82598 cards. http://mails.dpdk.org/archives/dev/2016-January/032067.html Any advice on how I could further troubleshoot these issues? This happens when running as both root and a non-privileged user. Regards, Michael Barker.