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 C2A182E0916; Thu, 21 Aug 2025 22:19:48 +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=1755814788; cv=none; b=JaD9WkQVPorhInljMgCZk9kbgY1RTjRDxnkz3WzX4hY/AgnGS9iWK0lw+lay73KjRVuwlP617FUWp8dgg5S7ltC45o6OBBzmmwRTiUJ4eTKLmjEcWBk3JfouxrmGjdB5Qsq7tWIJo0krQVqOojFlm4RZwPZ6GwgIkvAmU38CFbw= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1755814788; c=relaxed/simple; bh=Nm1FMegGLNQRIXI0vtNevW2aICX6z6yh/GAyh9ECG8o=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=K3uZNXVPVyMkUDt0ez/JnC+G8Mgv/azJoCf4/FW4hWzmOqSc5VDk23al+hhG9YE11+qh2fYQEwLZrWA973yz2/4Ol3U5IZ+vFYSwym57ftY2/t2iKOp3iKPP3W9VsRJRBkqxA6n0EflwCtJm9NuMrwn/RmPdHa5Bu21uAj6EFiY= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=hknPbCfX; 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="hknPbCfX" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 3DE77C4CEEB; Thu, 21 Aug 2025 22:19:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1755814788; bh=Nm1FMegGLNQRIXI0vtNevW2aICX6z6yh/GAyh9ECG8o=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=hknPbCfXCtW7amhR9pvu51poNN/1lNjejvvIDUhhyFVmqRIDNJj+bDo+FC97B4Onc HaIMT7ciTMtuILoGmbPe3b67hFd0gfa7R9XAN717zXvAEWfx6raIh8shK4ld8Vk+37 Eu7U24ikBzFqxMzUxF16qt4DfpZQ2XWkeW+n5FGuJD2pLD+YT6jvm2ztQMwADudwCo WAKOo+4ByggBBlB+efraBb98lpxDRamnZCgYWm5L+NFaHbiNS4iK/jp+hCIjdwqIS6 U27ApDvBM/QgYWWByE9q56LIiq+16GRxfta8EvdkIl3c5vNb/4Jrx9nrjMFcSPciUB ialSIrLMNzNaQ== Date: Thu, 21 Aug 2025 15:19:47 -0700 From: Saeed Mahameed To: Paolo Abeni Cc: Saeed Mahameed , Leon Romanovsky , Jason Gunthorpe , linux-rdma@vger.kernel.org, netdev@vger.kernel.org, Jakub Kicinski , Parav Pandit Subject: Re: [GIT PULL][mlx5-next 0/4] Cached vhca id and adjacent function vports Message-ID: References: <20250815194901.298689-1-saeed@kernel.org> Precedence: bulk X-Mailing-List: linux-rdma@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: On 21 Aug 10:37, Paolo Abeni wrote: >On 8/15/25 9:48 PM, Saeed Mahameed wrote: >> From: Saeed Mahameed >> >> Hi Jakub, Jason, >> >> This pull request introduces a preparation patchset for caching vhca_id >> and needed HW bits for the upcoming netdev/eswitch series to support >> adjacent function vports. >> >> For more information please see tag log below. > >This has a conflict vs net-next, could you please double check the >conflict resolution? Looks good, Thank you Paolo. > >Thanks, > >Paolo >