Received: by 2002:ac0:a5a7:0:0:0:0:0 with SMTP id m36-v6csp3056276imm; Sun, 19 Aug 2018 11:03:29 -0700 (PDT) X-Google-Smtp-Source: AA+uWPz02bz56c1RqK+V6B978AEtySIDOkCMOCdjlql64yMAZYA/O3CtlRFbW7IcAIb9WKb7osDh X-Received: by 2002:a63:f309:: with SMTP id l9-v6mr39286739pgh.369.1534701809659; Sun, 19 Aug 2018 11:03:29 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1534701809; cv=none; d=google.com; s=arc-20160816; b=AvWITbLM40uLg8WIssRNHPwkQBJhmzbMDvFFrBy1md4IO2A+JQhxHECXIJlycXgRpr qEp6jrqwik150FectL063b31+Zb0f1UyDaziV70BaecojwMpFJn4C2TCXtt4eUgSViMI Tn0/Dp6xvakPjb/tFSrhYMcLkf63i4Jm2k9nYUrG3WZFlZ4dR7xpQKCa0zVio072RLnX 1IRb2/4yHhTzvjv5ylpQkaiErCDEzS3oLy3grRt4zNebW0C0KlQURHuCp6k+Ee4LIv5j fWzR+mASax7YVp5e0P6SYpJ05YC4aO7zYsEPJ2G+0Qs304zADdC1NSUOk0WlXiEPoFqw 7u4g== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :references:in-reply-to:from:subject:cc:to:message-id:date :arc-authentication-results; bh=qNpVYj1KQCHdoGDfW4ZMVBYp6M08mLXPp7ulXAoHGfM=; b=SGnYhll3HHnEVFa7HhYMrxc25IzkKzjYgCrPvKjGy23zMl+YEwY9HrfTe1qKS49+bK mcS9mpkn4+noNdmJ3tQEMX/ykaRRXJ4XahYvfqbgdwnpeZlC9Gjlip2aC3QAu4lkU3yC TPaydCbrhSeR0Zkz1ZDWduAHtmK9M79OER07ZrEUeNklWVOJvDO1+TWBuNjaIleIc5Dd T0zuo8KjbfYBSCg7nGoHG7nkxGUM2NHRkTMbxssHpnQCuMFURf1DlWrFSp7HehxoM6MQ dwyEatVa8VXY17XKgF3Q1pyrU3ANJUo89u9ZXryqxCq/LJgqi0i48MZElYNhqpY1442y VhRw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id s21-v6si7812188pfk.213.2018.08.19.11.03.13; Sun, 19 Aug 2018 11:03:29 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727040AbeHSVOC (ORCPT + 99 others); Sun, 19 Aug 2018 17:14:02 -0400 Received: from shards.monkeyblade.net ([23.128.96.9]:33546 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726817AbeHSVOC (ORCPT ); Sun, 19 Aug 2018 17:14:02 -0400 Received: from localhost (71-36-117-41.ptld.qwest.net [71.36.117.41]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) (Authenticated sender: davem-davemloft) by shards.monkeyblade.net (Postfix) with ESMTPSA id 0B2B2144B7E67; Sun, 19 Aug 2018 11:01:44 -0700 (PDT) Date: Sun, 19 Aug 2018 11:01:43 -0700 (PDT) Message-Id: <20180819.110143.87031394726154238.davem@davemloft.net> To: jian-hong@endlessm.com Cc: hkallweit1@gmail.com, nic_swsd@realtek.com, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, linux@endlessm.com Subject: Re: [PATCH v2 net] r8169: don't use MSI-X on RTL8106e From: David Miller In-Reply-To: <20180817050735.3367-1-jian-hong@endlessm.com> References: <20180815062110.16155-1-jian-hong@endlessm.com> <20180817050735.3367-1-jian-hong@endlessm.com> X-Mailer: Mew version 6.7 on Emacs 26 / Mule 6.0 (HANACHIRUSATO) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.5.12 (shards.monkeyblade.net [149.20.54.216]); Sun, 19 Aug 2018 11:01:44 -0700 (PDT) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Jian-Hong Pan Date: Fri, 17 Aug 2018 13:07:35 +0800 > Found the ethernet network on ASUS X441UAR doesn't come back on resume > from suspend when using MSI-X. The chip is RTL8106e - version 39. ... > Here is the ethernet controller in detail: ... > Falling back to MSI fixes the issue. > > Fixes: 6c6aa15fdea5 ("r8169: improve interrupt handling") > Signed-off-by: Jian-Hong Pan > --- > Changes in v2: > - Make the commit message shorter > - Add "Fixes" tag in the commit message I'm going to apply this for now, and queue it up for -stable. If we hear back from Realtek on something we can do to make MSI-X work on these chips, we can deal with it as a follow-up. Thanks.