From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (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 3288C2D9484; Thu, 21 May 2026 13:56:11 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1779371773; cv=none; b=CRYnEFEdcpM3kjDBc9dQta5wb/j3T0UJuvXZmpsjdC8S87t4ukyPDDr1EiL8axRr5lo6Kd9ukOF4Q6CkN8pxIIzWWKi5XosBSOEJJdP6H82nRcgExRfhK/Y14PM/7CHtc41NBx0iX0K6zuufTXb/xa/vmxDtm31V5Lk5KbELgBw= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1779371773; c=relaxed/simple; bh=LN14S2k/OS6NjFQJ4KHnBrXj5TT2Gib8dmpdoYfpSSg=; h=Date:From:To:Cc:Subject:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=R0T62BIMChNHHbgb1FtvBYaNxLAMf9LMbSuXips+4stZddVjsiNoLJDmOYiT67dob0eo0xUThrxKwdCz7MOvNlHNvblwHrN+hyjufb1UWjCBO0tIDt9QWfg7p77L3fBggD/DDjYvBAhI2PQGX/KtFdRvj9aCBFtegMP4ujOsTWo= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=H6hYDceB; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="H6hYDceB" Received: by smtp.kernel.org (Postfix) with ESMTPSA id AAF5D1F00A3B; Thu, 21 May 2026 13:56:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1779371771; bh=vQ43n2ibcfudbPKxR2EO8+7ESqnOuekjz3+Phby1eQ0=; h=Date:From:To:Cc:Subject:In-Reply-To:References; b=H6hYDceBVsAsJTuAgGZoULmdaAl/qknRoTbE3PrlMn2THnzEQycJaTMP+7TF8BR8y 3BKcDB/bFUcfOBDgpnqUNcS+uz2UfC+P4wsubkc4mtR8zgjHaAM0hiHn0iUC3ajjxE m2mUD9rA2G89hq5xJDbA52qnIUIncu82rScOni3HEtDR//WqsdDFV8d8dy+kIfKGvo Wwli/9gnRppeIP5E4luhJOuqhv/HnKhX3OjIm3sVo1pweTXhkGdGgTNILK0BhW8K1C Su7PEiL4vbT++X6m/UGhyPTcV+fZc7Clc87jWODScG0Be6NB/F33nzICwc/VmlW5HV 4+30zyLb6i8rw== Date: Thu, 21 May 2026 06:56:09 -0700 From: Jakub Kicinski To: Larysa Zaremba Cc: Tony Nguyen , , , , , , , , , , , , , , , , , , , , , , , , , , , Samuel Salin , Aleksandr Loktionov Subject: Re: [PATCH net-next v3 01/14] virtchnl: create 'include/linux/intel' and move necessary header files Message-ID: <20260521065609.248c7009@kernel.org> In-Reply-To: References: <20260515224443.2772147-1-anthony.l.nguyen@intel.com> <20260515224443.2772147-2-anthony.l.nguyen@intel.com> <20260520175201.72f83c4a@kernel.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, 21 May 2026 11:28:50 +0200 Larysa Zaremba wrote: > On Wed, May 20, 2026 at 05:52:01PM -0700, Jakub Kicinski wrote: > > On Fri, 15 May 2026 15:44:25 -0700 Tony Nguyen wrote: > > > include/linux/intel is vacant > > > > I don't see any other vendor directory under include/linux > > There are at least > > include/linux/mlx4, include/linux/mlx5 and include/linux/bnxt. > > Those are per-driver and not per-vendor, but intel ethernet has too many drivers > to have separate folders for them. > > I just do not think this creates a precedent neccessarily. You just said the other ones are for specific drivers. > Folder structure is for you to decide as a maintainer, but it would be nice to > have known about such doubts earlier. I'd love to know if you any suggestions for improving the process. Otherwise please keep your venting off list.