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 59DC528D837; Mon, 12 May 2025 12:49:13 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1747054154; cv=none; b=H7hsLvPLmIBl6XQ+ctUI53RIp1tUU72LWOB1kpzNeOdwBd2xbx7pG9zt9tJZSFTPiq0b9/jnlCKOzPCXYm6Go2sxBhF8Jp4bwAVveF3TBVxjjvFr4FE0/4FlmRhKczy3setIXZXjF1yHJB1AsVN7A54R9/xLq7WlU4fT6W1CM84= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1747054154; c=relaxed/simple; bh=uXEcchTcO63su+JbMHctt2KTy/tOE1VE6ZfMeTnDk1s=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=OuJeQnmwhju2qk+lLiHg0aEurfn/XYCjI6VJisNv7r2QKK6kPPiosJVMydHlOrl7r9gePqSiUwDkViGOuMaz0ip17xDKvUAkrZOvvkSHOfPYZ6oSG0TQrKrt1fAOfaUw2A5SIop8Pl6PFYiuDculIbffmQuxEn4cX2oKZ6UuJvk= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=uwMJlLjY; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="uwMJlLjY" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 3731FC4CEE7; Mon, 12 May 2025 12:49:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1747054153; bh=uXEcchTcO63su+JbMHctt2KTy/tOE1VE6ZfMeTnDk1s=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=uwMJlLjYQGzc0DdFsmf6RtXqsHabVagYiHF9JKeEXSPeEOIThqkuQyMFu2Po1nvxt ByirJmikQ3bCxGfTpM5fd7773amvGS2RTOAwDpqD9QhtNxPSnGEl3bSICbeYz14Dxr JQXqFaby7WFAycfSFR1zEzq4S7Hy6sg8DsKVEv6vFBiIha4jxqLHoSnqQOr4rdlYX6 qrCJmTKFxxZ0K6qqHBtfCuvAMwWzNA0xCbF9YvwWc3bEsPxdwQ0XPYaN7bGhzAYgXO eB9lDrzS22MiqLcg7daBEihH221ofrW3WpyGZYJY1C4bJVDZ8i/YYohu2CZBKJEpQW W+6divt6VYZDg== Date: Mon, 12 May 2025 13:49:06 +0100 From: Simon Horman To: Larysa Zaremba Cc: intel-wired-lan@lists.osuosl.org, Tony Nguyen , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Jonathan Corbet , Przemek Kitszel , Jiri Pirko , Tatyana Nikolova , Andrew Lunn , Alexander Lobakin , Michael Ellerman , Maciej Fijalkowski , Lee Trager , Madhavan Srinivasan , Sridhar Samudrala , Jacob Keller , Michal Swiatkowski , Mateusz Polchlopek , Ahmed Zaki , netdev@vger.kernel.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, "Karlsson, Magnus" , Emil Tantilov , Madhu Chittim , Josh Hay , Milena Olech , pavan.kumar.linga@intel.com, "Singhai, Anjali" Subject: Re: [PATCH iwl-next v3 00/15] Introduce iXD driver Message-ID: <20250512124906.GA1417107@horms.kernel.org> References: <20250509134319.66631-1-larysa.zaremba@intel.com> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20250509134319.66631-1-larysa.zaremba@intel.com> On Fri, May 09, 2025 at 03:42:57PM +0200, Larysa Zaremba wrote: > This patch series adds the iXD driver, which supports the Intel(R) > Control Plane PCI Function on Intel E2100 and later IPUs and FNICs. > It facilitates a centralized control over multiple IDPF PFs/VFs/SFs > exposed by the same card. The reason for the separation is to be able > to offload the control plane to the host different from where the data > plane is running. > > This is the first phase in the release of this driver where we implement the > initialization of the core PCI driver. Subsequent phases will implement > advanced features like usage of idpf ethernet aux device, link management, > NVM update via devlink, switchdev port representors, data and exception path, > flow rule programming, etc. Hi Larysa, I am having a bit of trouble figuring out where to cleanly apply this series to. Could you help me out?