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 5895BA317C for ; Thu, 17 Oct 2019 18:55:18 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id C568F1EA42; Thu, 17 Oct 2019 18:55:17 +0200 (CEST) Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by dpdk.org (Postfix) with ESMTP id C2A511EA3E for ; Thu, 17 Oct 2019 18:55:15 +0200 (CEST) Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.13]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 0394D307D986; Thu, 17 Oct 2019 16:55:15 +0000 (UTC) Received: from dhcp-25.97.bos.redhat.com (ovpn-123-224.rdu2.redhat.com [10.10.123.224]) by smtp.corp.redhat.com (Postfix) with ESMTPS id B738560852; Thu, 17 Oct 2019 16:55:13 +0000 (UTC) From: Aaron Conole To: Laurent Hardy , Zijie Pan , Qi Zhang , Ferruh Yigit , Beilei Xing Cc: Don Bayly , Franck Baudin , Joe Mario , dev@dpdk.org Date: Thu, 17 Oct 2019 12:55:12 -0400 Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Scanned-By: MIMEDefang 2.79 on 10.5.11.13 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.48]); Thu, 17 Oct 2019 16:55:15 +0000 (UTC) Subject: [dpdk-dev] [BUG] i40e Link Flapping w/dpdk 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Greetings, I have a customer issue where the PMD status is intermittently reporting link status failure. According to the customer, the link status on the physical wire doesn't go down (at least the endpoint doesn't report it). This usually gets resolved by restarting the application. On reboot of the system, the issue will start again. The NIC is XL710, and running 6.80 firmware - DPDK is 17.11. I've backported a number of i40e link status patches, but doesn't seem to have resolved, and am looking for what my next steps for debugging should be. It looks to be tied to an upgrade of kernel/firmware but I don't know enough to say for sure. -Aaron