From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id B99983D03E for ; Thu, 12 Oct 2023 23:31:55 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="TdELZnP4" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 97CFEC433C8; Thu, 12 Oct 2023 23:31:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1697153515; bh=X2cW1jO7AkWedt+NP/5hbxEdCkXpYElDX0uiLrNEZ6Y=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=TdELZnP4C2cNeP4my3usuPDMBxevQ518KP+Kpi2kENZgmc2RuTuJSRhZpcyXobUmw zGChqXdSclqbb9m55X19lgGVrSWDkQBzPo3ni99jCzWquBzS7gOR5NmmtL678ZbNMF 2YzWFZHxTlv9Xe9aCOFbHagxOuJLw/PqmgsqjPRMh8SbBMrGZCocql0ed0zzxwHyQx HZ+GxJRGa5o5WeW/QPqpKR0spZFLvAGSMc+T0CeZfDFSKBYy3fAl1OPWeGrGe+SGkF iXoBPMo+W2zUIh1z/IErL5kRcWpOATCf/aXg2su9jEYDMXIajvHncFn2EXOKERzIJZ k5manMJ0hr7lA== Date: Thu, 12 Oct 2023 16:31:53 -0700 From: Jakub Kicinski To: "Keller, Jacob E" Cc: Randy Dunlap , "Lobakin, Aleksander" , "David S. Miller" , Eric Dumazet , "Paolo Abeni" , "Michalik, Michal" , "netdev@vger.kernel.org" , Richard Cochran , "linux-kernel@vger.kernel.org" , "Kubalewski, Arkadiusz" , "intel-wired-lan@lists.osuosl.org" , "Nguyen, Anthony L" , "Olech, Milena" , Arnd Bergmann Subject: Re: [Intel-wired-lan] [PATCH net-next 3/3] idpf: fix undefined reference to tcp_gro_complete() when !CONFIG_INET Message-ID: <20231012163153.7fe61b40@kernel.org> In-Reply-To: References: <20230920180745.1607563-1-aleksander.lobakin@intel.com> <20230920180745.1607563-4-aleksander.lobakin@intel.com> <2038f544-859f-4ffb-9840-37c1ba289259@infradead.org> <0df556eb-71b2-9612-a81d-cd83c27a2cd7@intel.com> <8eaece43-a30d-45e8-9610-28ed2af842fc@infradead.org> Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Thu, 12 Oct 2023 18:34:00 +0000 Keller, Jacob E wrote: > > Even if this is just > v6.6 kernels (i.e., linux-next), > > it would be very good to get a fix merged for these build errors. > > I keep getting build errors in linux-next.... > > A standalone version for the idpf driver fix was posted at [1], and > another alternative fix was posted at [2] > > Fixes for the ice driver have already merged. > > [1]: > https://lore.kernel.org/netdev/20230921125936.1621191-1-aleksander.lobakin@intel.com/ > [2]: > https://lore.kernel.org/netdev/20230925155858.651425-1-arnd@kernel.org/ > > The fix from Arnd got approval from Olek, but it seems like it > stalled out after asking about stubs. I'm fine with either approach > but would also like to see a fix merge soon. The suggestion of making NET == INET is quite tempting but requires extra consideration. Since nobody seems to have the cycles, let's go with the stubs?