From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gregory Etelson Subject: IXGBE VF server crash Date: Wed, 30 Nov 2016 13:57:46 +0200 Message-ID: <3676054.hXdZ3XNybg@polaris> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit To: dev@dpdk.org Return-path: Received: from mail-wm0-f50.google.com (mail-wm0-f50.google.com [74.125.82.50]) by dpdk.org (Postfix) with ESMTP id 23BC22BCD for ; Wed, 30 Nov 2016 12:57:49 +0100 (CET) Received: by mail-wm0-f50.google.com with SMTP id a197so266655933wmd.0 for ; Wed, 30 Nov 2016 03:57:49 -0800 (PST) Received: from polaris.localnet (bzq-82-81-85-138.red.bezeqint.net. [82.81.85.138]) by smtp.gmail.com with ESMTPSA id t82sm7594153wmd.17.2016.11.30.03.57.47 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 30 Nov 2016 03:57:47 -0800 (PST) List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Hello, I have a server with 8 VFs over Intel 82599 10Gb adapter A test iterates DPDK process over each VF in turn for 10 sec: while [ 1 ]; do for vf in $VFS; do run_dpdk $vf; done done After several minutes server crashes. The crash does not trigger kdump or leaves traces on console The server power cycles The crash reproduced on several different servers Does anybody familiar with this fault ? It there a way to stop it ? Setup: CentOS 6.8 x86_64 ixgbe-4.3.15 DPDK-16.11 Regards, Gregory