From patchwork Fri Feb 19 16:36:46 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: "Zulkifli, Muhammad Husaini" X-Patchwork-Id: 1442368 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=osuosl.org (client-ip=140.211.166.138; helo=whitealder.osuosl.org; envelope-from=intel-wired-lan-bounces@osuosl.org; receiver=) Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 4Dhy0T5lg6z9sCD for ; Sat, 20 Feb 2021 03:37:11 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 7442C86FD9; Fri, 19 Feb 2021 16:37:08 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id tgp9OhYNEbeR; Fri, 19 Feb 2021 16:37:06 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 43D0486CC7; Fri, 19 Feb 2021 16:37:06 +0000 (UTC) X-Original-To: intel-wired-lan@osuosl.org Delivered-To: intel-wired-lan@osuosl.org Received: from smtp3.osuosl.org (smtp3.osuosl.org [140.211.166.136]) by ash.osuosl.org (Postfix) with ESMTP id C41FF1BF287 for ; Fri, 19 Feb 2021 16:37:04 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp3.osuosl.org (Postfix) with ESMTP id ACD5E60703 for ; Fri, 19 Feb 2021 16:37:04 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp3.osuosl.org ([127.0.0.1]) by localhost (smtp3.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id RM5G-slER5uT for ; Fri, 19 Feb 2021 16:37:03 +0000 (UTC) Received: by smtp3.osuosl.org (Postfix, from userid 1001) id C690F606BD; Fri, 19 Feb 2021 16:37:03 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.8.0 Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by smtp3.osuosl.org (Postfix) with ESMTPS id BCC5C6070F for ; Fri, 19 Feb 2021 16:36:54 +0000 (UTC) IronPort-SDR: LVlgJOpE4aPwZShIxRBWdxjsKEFKABGddWclt4DTE0hY6+SRNWQH0HY1IoZapWwRJ3cZMz38VF HXM7d8Uu5iiA== X-IronPort-AV: E=McAfee;i="6000,8403,9900"; a="183949637" X-IronPort-AV: E=Sophos;i="5.81,189,1610438400"; d="scan'208";a="183949637" Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 19 Feb 2021 08:36:53 -0800 IronPort-SDR: nICqqRD/zTOdBx0GTMHrryXKl/2K+2eaaIjnlNkqWI8b+ILbHonIp/h0XkmlW2RB1ipxt1B6N4 q0tljKMOZjRQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.81,189,1610438400"; d="scan'208";a="581737121" Received: from zulkifl3-ilbpg0.png.intel.com ([10.88.229.114]) by orsmga005.jf.intel.com with ESMTP; 19 Feb 2021 08:36:52 -0800 From: Muhammad Husaini Zulkifli To: intel-wired-lan@osuosl.org Date: Sat, 20 Feb 2021 00:36:46 +0800 Message-Id: <20210219163648.14581-1-muhammad.husaini.zulkifli@intel.com> X-Mailer: git-send-email 2.17.1 MIME-Version: 1.0 Subject: [Intel-wired-lan] [PATCH net v1 0/2] igc: Fix Pause Frame Advertising X-BeenThere: intel-wired-lan@osuosl.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Intel Wired Ethernet Linux Kernel Driver Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: muhammad.husaini.zulkifli@intel.com, mallikarjuna.chilakala@intel.com Errors-To: intel-wired-lan-bounces@osuosl.org Sender: "Intel-wired-lan" Hi, Kindly help to review below patches. Summary of each patches as per below: Patch 1: To fix "Advertised pause frame use" advertising when tx and rx are in off state with AutoNegotiate off. Patch 2: To fix "Supported pause frame use" output via ethtool where the bit is not set. Tested with IntelĀ® Ethernet Controller I225(Rev4). Thanks. Muhammad Husaini Zulkifli (2): igc: Fix Pause Frame Advertising igc: Fix Supported Pause Frame Link Setting drivers/net/ethernet/intel/igc/igc_ethtool.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) Tested-by: Dvora Fuxbrumer --- 2.17.1