From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pl1-f181.google.com (mail-pl1-f181.google.com [209.85.214.181]) by dpdk.org (Postfix) with ESMTP id 48D711B128 for ; Mon, 4 Feb 2019 06:42:00 +0100 (CET) Received: by mail-pl1-f181.google.com with SMTP id g9so6293512plo.3 for ; Sun, 03 Feb 2019 21:42:00 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20150623.gappssmtp.com; s=20150623; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=3HGDg3JRq6/+w6B0/8c7mKyGiZdLfDhDzfWey6QBaUM=; b=CrqihDuw1RBVCnTkf1s0rLKKOAn0ZwOH2saMA/Ohee9uVXPeR2Q6cXwtRxdJIcogUC BDwXX9MgSgDtGzG8+/AwKHd8kF2z0MipTDGkL+dpM67C0gMevo0CWt+VAZvCl9PqMep9 9zcUX45r2pKpwol2gwrdyUgDb9MQXp8noYWSIeF/GAOBvahIaB+VMXwMR/zg/W8yrFCO pWSjECbviQ0nGHSGU6Rs6khmy20H/bkBq/vsxIyAwXNAAirnLdgam1NN4NRSi8gIfIXE 5t+6pe8y0C+Rtb/718mcyBb86XwYb5H/d3hibjJ7umvmfVfCyG4oDAzuTmJ9nuNXAmmV 4k9g== 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=3HGDg3JRq6/+w6B0/8c7mKyGiZdLfDhDzfWey6QBaUM=; b=Ty/nKVNn/OXRS+LqgSoCzA7Qv9YNcRrhnlAG4bZzmyLqStNhQQiWVcu4L03Y/CUaZk 45gggpbBMWbGtZypZHwve51gZ9dfzq2qpUTUH2JyeZjN68pF1jF8Suql+a3B1FFl694A qdLaHD/jTY5HbwQK0Y6A4UoSkmHoy3veMGcTiEY/I2PkiNewe+wLtxutK6O0xcnn0s6y oNFlncXhcZYpDOU2E5RCnk9kLl0yCOm94bAQ0sDZsnyMe9kQXNVVg29QCZlFsBudHQ28 e2nNcWF64jM8mwfhbCVLwZXmV4/TaVjVqaIs9TVBHD2LCLFYJvBVloRHsF6Jsc4rCfbH 5YUA== X-Gm-Message-State: AJcUukd7pQK+RgQ0QTgE5zUkxea3PI48PHQiObhwD9KupNcN8SWcQZK6 I1n7Igyr9FifGgfjG/gTeCjKvokot3Gz5BVjcbildA== X-Google-Smtp-Source: ALg8bN4ENVahpi7Yu0fws2XOUkT99TdkEq6tVJm6y2Yl5Yy99EfPCAf2VwuceEt6v8D9I/Qg2hTSax73BUhzRUsYV10= X-Received: by 2002:a17:902:a6:: with SMTP id a35mr50222699pla.201.1549258919090; Sun, 03 Feb 2019 21:41:59 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: From: Stephen Hemminger Date: Mon, 4 Feb 2019 18:41:47 +1300 Message-ID: To: bugzilla@dpdk.org Cc: dev@dpdk.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: Re: [dpdk-dev] [Bug 204] Crash on Vmware esxi host when dpdk guest reboots. 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: Mon, 04 Feb 2019 05:42:00 -0000 Anything that crashes a host is a host bug. The host can never trust the guest to be well behaved. These are serious often with security implications. Hopefully VMware will or has already addressed it. On Sat, Feb 2, 2019, 6:18 AM https://bugs.dpdk.org/show_bug.cgi?id=204 > > Bug ID: 204 > Summary: Crash on Vmware esxi host when dpdk guest reboots. > Product: DPDK > Version: 18.11 > Hardware: x86 > OS: Other > Status: CONFIRMED > Severity: major > Priority: Normal > Component: core > Assignee: dev@dpdk.org > Reporter: girish_potti@affirmednetworks.com > Target Milestone: --- > > Running Vmware esxi 6.5 with i40en driver 1.7.11 . Guest running debian8.0 > with > either dpdk 18.05.1 or dpdk18.11 (lts) . > > When the guest is rebooted occasionally we see the crash on esxi host and > the > guest is shut down. > > vmware-9.log:2018-09-24T00:57:09.434Z| vmx| I120+ PCI passthru device > 0000:03:0e.0 caused an IOMMU fault type 4 at address 0x7881ba04e3000. > Powering > off the virtual machine. If the problem persists please contact the > device's > vendor.``` > > The Device 0000:03:0e.0 is a fortville 25g nic. The guests have vfs as > adapters > running dpdk. > > If we dont have dpdk running on guest(just the linux vfs driver) this > issue > doesnt happen on host. > > -- > You are receiving this mail because: > You are the assignee for the bug.