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 607371991C3 for ; Fri, 14 Jun 2024 12:43:50 +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=1718369030; cv=none; b=hax914apa5/nuEEAucohFZdMsMtWAGxRWhuxY0hh4GZn3kSDB3cR4kEetmxp6sBZQcYZB7cuDlzIlepzLWYhxclqlTqGXrEoDXuFlZGcaAZ4v0wsodofMQUqAk0K4Mnt8kYkynlPVkYgNxQy7ClBaZygnIYnZ1/ZWHvEN6hD2eo= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1718369030; c=relaxed/simple; bh=eHbspLPsRwN/mbeaXgB2lqHgAnRpJhQXTP9RTxxZ5eU=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=WTvPTb69qLKUy12UiQ0/0BXiOt7vQ2M4vwsX1gttn7P9tbfLK/AMgfce4i0MTW2ZWpRWBofZLCsaWbHZmz2bPR/y7qZHytV5jCP5C+zUoYMmB2Fonen0b+e/QFeKWGhRGBSY5U+YV70mgirkQavPCNcjyuTcKuSNy5D37Lh/LqI= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=baqVZebJ; 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="baqVZebJ" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 52D3CC2BD10; Fri, 14 Jun 2024 12:43:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1718369030; bh=eHbspLPsRwN/mbeaXgB2lqHgAnRpJhQXTP9RTxxZ5eU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=baqVZebJYB6JQRjG1TbqtNy8NAJUp4PDkrD0TKpQa+gXFDIkLDXBtCgUECynQnNyq qq87MdlwMi8aOASAawHo4ZUAem3bCrB9zqjnywz62m6wFsygIQ60Vix1/EdaLHcFS+ XyHDsFrLorhaC2AV1b5jhtGhDNSJU56fKK1JGwaM0K9l7SHAA5buumxAQ2aWPDCHOQ 9XVTDQ/hGNNWF4pSILD/vGeNQidbiUDH/KqrYfDO/PqHvt4Tw/70PTH65Jw5RhVqm0 Dxa4XILV7BSGLV3wL/vA72RhnV8AtYsJVw1PwUnVwdXDUsiizpkbyDm7A2+bwz2Ozt exNqhLNlzU+XA== Date: Fri, 14 Jun 2024 13:43:45 +0100 From: Simon Horman To: Michal Swiatkowski Cc: intel-wired-lan@lists.osuosl.org, netdev@vger.kernel.org, jacob.e.keller@intel.com, michal.kubiak@intel.com, maciej.fijalkowski@intel.com, sridhar.samudrala@intel.com, przemyslaw.kitszel@intel.com, wojciech.drewek@intel.com, pio.raczynski@gmail.com, jiri@nvidia.com, mateusz.polchlopek@intel.com, shayd@nvidia.com, kuba@kernel.org Subject: Re: [iwl-next v3 1/4] ice: store representor ID in bridge port Message-ID: <20240614124345.GM8447@kernel.org> References: <20240610074434.1962735-1-michal.swiatkowski@linux.intel.com> <20240610074434.1962735-2-michal.swiatkowski@linux.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; charset=us-ascii Content-Disposition: inline In-Reply-To: <20240610074434.1962735-2-michal.swiatkowski@linux.intel.com> On Mon, Jun 10, 2024 at 09:44:31AM +0200, Michal Swiatkowski wrote: > It is used to get representor structure during cleaning. > > Reviewed-by: Wojciech Drewek > Signed-off-by: Michal Swiatkowski Reviewed-by: Simon Horman