From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=intel.com header.i=@intel.com header.b="n0TLtUKc" Received: from mgamail.intel.com (mgamail.intel.com [192.198.163.11]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2998C1A6 for ; Fri, 1 Dec 2023 15:40:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1701474023; x=1733010023; h=from:to:cc:subject:in-reply-to:references:date: message-id:mime-version; bh=N2QHQeCVetATgr97eJV3h1koAVFwko3Va4CAa0o1GgA=; b=n0TLtUKc5t37m92U40H9mVghtMu1DxqKpdQMSaaICKLwQ8/Q03hmQ43X SKdJTyOnl7DOVJqK9SeMdAVT984/WzYQQYLE0mDTmnoB14pf09gxbFCB0 G2g07hndSMQmSLHj3qBb5B6wT8OAKQEGcj7Fwa1d3NvkJIGofj2wBZ7Zl ViGRRqI71XREnCf2D0BHowkksXftFCL3w7NsG53xRpEdK8qWvaNjNewd1 kJVhYMQPn0O0L5YzfwO6wNRHl85wbUTGsrU8n8YxGao+OxGDBmQ5OeViG BUoA1T2XLqqIV2xKmdzB69MhyLKdOR7nMeuVv0pmyNuztQNo5+y2HJoUG w==; X-IronPort-AV: E=McAfee;i="6600,9927,10911"; a="415685" X-IronPort-AV: E=Sophos;i="6.04,242,1695711600"; d="scan'208";a="415685" Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmvoesa105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 01 Dec 2023 15:40:23 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10911"; a="913732977" X-IronPort-AV: E=Sophos;i="6.04,242,1695711600"; d="scan'208";a="913732977" Received: from ticela-or-229.amr.corp.intel.com (HELO vcostago-mobl3) ([10.209.44.160]) by fmsmga001-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 01 Dec 2023 15:40:22 -0800 From: Vinicius Costa Gomes To: Ferenc Fejes , netdev Cc: "anthony.l.nguyen" , Jesse Brandeburg , "Neftin, Sasha" Subject: Re: BUG: igc: Unable to select 100 Mbps speed mode In-Reply-To: References: Date: Fri, 01 Dec 2023 15:40:21 -0800 Message-ID: <87zfytv6e2.fsf@intel.com> Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain Hi, Ferenc Fejes writes: > Hi! > > I upgraded from Ubuntu 23.04 to 23.10, the default Linux version > changed from 6.2 to 6.5. > > We immediately noticed that we cannot set 100 Mbps mode on i225 with > the new kernel. > > E.g.: > sudo ethtool -s enp4s0 speed 100 duplex full > dmesg: > [ 60.304330] igc 0000:03:00.0 enp3s0: NIC Link is Down > [ 62.582764] igc 0000:03:00.0 enp3s0: NIC Link is Up 2500 Mbps Full > Duplex, Flow Control: RX/TX > I wonder if this patch fixes it, and it is still not available in your distro: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=e7684d29efdf37304c62bb337ea55b3428ca118e > I just switched back to 6.2 and with that it works correctly. > > Sorry if this has already been addressed, after a quick search in the > lore I cannot find anything related. > I think it was discussed here: https://lore.kernel.org/all/20230922163804.7DDBA2440449@us122.sjc.aristanetworks.com/ > Best, > Ferenc > Cheers, -- Vinicius