From owner-freebsd-stable@freebsd.org Mon Aug 10 05:27:12 2020 Return-Path: Delivered-To: freebsd-stable@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 1ADE63C5C4F for ; Mon, 10 Aug 2020 05:27:12 +0000 (UTC) (envelope-from danny@cs.huji.ac.il) Received: from mailman.nyi.freebsd.org (mailman.nyi.freebsd.org [IPv6:2610:1c1:1:606c::50:13]) by mx1.freebsd.org (Postfix) with ESMTP id 4BQ4GR4hdFz3WLy for ; Mon, 10 Aug 2020 05:27:11 +0000 (UTC) (envelope-from danny@cs.huji.ac.il) Received: by mailman.nyi.freebsd.org (Postfix) id 9EEDF3C5D0E; Mon, 10 Aug 2020 05:27:11 +0000 (UTC) Delivered-To: stable@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 9C7BD3C5969; Mon, 10 Aug 2020 05:27:11 +0000 (UTC) (envelope-from danny@cs.huji.ac.il) Received: from kabab.cs.huji.ac.il (kabab.cs.huji.ac.il [132.65.116.210]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4BQ4GQ0XjWz3WHH; Mon, 10 Aug 2020 05:27:09 +0000 (UTC) (envelope-from danny@cs.huji.ac.il) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=cs.huji.ac.il; s=57791128; h=To:Cc:Date:Message-Id:Subject:Mime-Version:Content-Transfer-Encoding:Content-Type:From; bh=IzDu8Uh+LZhjkH44JUmK7PTCmuaccQbfHfWwHiN99W0=; b=cZfkHdb1CcD+6OParDPPCSCfEi+QdDGfB8iFq646wvLiCTlQPOtMVdThtrYXi6vUd+XmI9kc2ELRcoHy6fhHhfUmeml06YSZNWasBz/gRk6Ic+XZ078N2DQpEoqVqONaOxBvHuSMe+eCXBbw3O8BdEkGsLUSy1c+XvvcjTGwZTxPqzEO3jDmDsgqXLJnSne2B8zdVdXVsRK+Uj1QzW/YKtKInyOEqQGGq+7p6aHdT3/ncYj1tftaNEmGswtdr78PE6ZRZXWhrcGE3M6hsUlBEqlJcD0YhEnlobMULhm1Yl8h+4bz1mnwN3EBloKkDNAy+4C+9Y/+hV1nAszgwc9dmQ==; Received: from bach.cs.huji.ac.il ([132.65.80.20]) by kabab.cs.huji.ac.il with esmtp id 1k50Kw-000Izr-0v; Mon, 10 Aug 2020 08:27:06 +0300 From: Daniel Braniss Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Mac OS X Mail 11.5 \(3445.9.6\)) Subject: vmware/vmx causing problems Message-Id: Date: Mon, 10 Aug 2020 08:27:05 +0300 Cc: stable@freebsd.org To: freebsd-virtualization@freebsd.org X-Mailer: Apple Mail (2.3445.9.6) X-Rspamd-Queue-Id: 4BQ4GQ0XjWz3WHH X-Spamd-Bar: --- Authentication-Results: mx1.freebsd.org; dkim=pass header.d=cs.huji.ac.il header.s=57791128 header.b=cZfkHdb1; dmarc=pass (policy=none) header.from=huji.ac.il; spf=none (mx1.freebsd.org: domain of danny@cs.huji.ac.il has no SPF policy when checking 132.65.116.210) smtp.mailfrom=danny@cs.huji.ac.il X-Spamd-Result: default: False [-3.20 / 15.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.05)[-1.052]; R_DKIM_ALLOW(-0.20)[cs.huji.ac.il:s=57791128]; FROM_HAS_DN(0.00)[]; MV_CASE(0.50)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; NEURAL_HAM_LONG(-0.98)[-0.981]; DKIM_TRACE(0.00)[cs.huji.ac.il:+]; RCPT_COUNT_TWO(0.00)[2]; RCVD_IN_DNSWL_NONE(0.00)[132.65.116.210:from]; NEURAL_HAM_SHORT(-0.86)[-0.863]; DMARC_POLICY_ALLOW(-0.50)[huji.ac.il,none]; R_SPF_NA(0.00)[no SPF record]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; RCVD_TLS_LAST(0.00)[]; ASN(0.00)[asn:378, ipnet:132.64.0.0/13, country:IL]; RCVD_COUNT_TWO(0.00)[2]; MID_RHS_MATCH_FROM(0.00)[] X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Aug 2020 05:27:12 -0000 hi, suspend/resume/migrate works fine up to 11.3, in 12.1 it usually becomes very unresponsive, ping can take several = minutes after a suspend/migrate. switching to em works fine. any ideas on how to save this? danny