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 F2089188A0C for ; Wed, 9 Jul 2025 03:04:31 +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=1752030273; cv=none; b=nD/fiFbm/96gij58s9+QSs5ig2gbsvHws0M/4EGyMBt4aoNrerZ6mGK3Ap2nfwsMa4zn4H1KrMPB4gU+gxby5b2sV1yTqUugkMbq0YYZ7vavzkWR1UrXfQyo1Nd7t4GYdFgCXXmHZSZ4zRopTdE/097QKV7RMWwvjIQInze0jcA= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1752030273; c=relaxed/simple; bh=wuAErupuiEYf5tR4T1nl1riOnIjQi4zJzBtqpJBL+sg=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=YOEdZh8/E+tMbwxoTfwTtkPzLKC/nSus/5Yz07S7znMU3wloqZUb1U+plQ2dTe+6GXCHtjo72uY3dz6jy+qYhBxSGJQKpSa6FZeWuj6N/Q+fRsctN9rkTQuc5ccyGj16bBA+jzbd0v8AM34D4S0ZfK5UxPqdWam0MM226P0g+lQ= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=lsngK2uH; 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="lsngK2uH" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 5C396C4CEED; Wed, 9 Jul 2025 03:04:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1752030271; bh=wuAErupuiEYf5tR4T1nl1riOnIjQi4zJzBtqpJBL+sg=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=lsngK2uHX0RSe1bsgigz4j+8WaVLc12F2AvMgFCSOtIcklUDfRasqaopHFceq23wB Iw2ATDQx6Q/79EkKlGGxMRaFvu01dPvr4RnnxTsZnKsOZwRfu+bh7bLp96FpYEw9dC PDPz6eIqe6TFoFCflmY6tmmVkxJkJylLFmJpcO5nVV46mpqyzoS2xN2EeSs5B7xa6O zHnDKDyi7p+bze3RHHH6bUGqCpWE89hNHjKpjfXwRSxDfSkaW4PZq1tbheA+ySHHZi lv/grGWARRQfaazWxDxuaJE9aUou2qDznFd6MYKderfmZjKSq3H7rQeis9/G13e85M yFFAE9gcJhvVg== Date: Tue, 8 Jul 2025 20:04:30 -0700 From: Saeed Mahameed To: Simon Horman Cc: "David S. Miller" , Jakub Kicinski , Paolo Abeni , Eric Dumazet , Saeed Mahameed , netdev@vger.kernel.org, Tariq Toukan , Gal Pressman , Leon Romanovsky , Jiri Pirko Subject: Re: [PATCH net-next V5 00/13] devlink, mlx5: Add new parameters for link management and SRIOV/eSwitch configurations Message-ID: References: <20250706020333.658492-1-saeed@kernel.org> <20250707162546.GN89747@horms.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; format=flowed Content-Disposition: inline In-Reply-To: <20250707162546.GN89747@horms.kernel.org> On 07 Jul 17:25, Simon Horman wrote: >On Sat, Jul 05, 2025 at 07:03:20PM -0700, Saeed Mahameed wrote: >> From: Saeed Mahameed >> >> This patch series introduces several devlink parameters improving device >> configuration capabilities, link management, and SRIOV/eSwitch, by adding >> NV config boot time parameters. > >... > >Thanks Saeed. > >Overall this patchset looks good to me. >And, importantly, I believe review of earlier versions has been addressed. > >But unfortunately it does not apply cleanly against current net-next. >Could you rebase? Done, posting v6 now, Thanks Simon for the review.