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 3F65136728B; Thu, 9 Jul 2026 14:50:35 +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=1783608636; cv=none; b=qeOQ2snnU+CE/b9XicjzFo0xMRnNlGu9c9CHFGmijYkV3qCtNy3yMQGZQZPQRvBt5koicG2VMmsfGmmaT83jUs33OAAtxX7FsRP9f+YFjI5HGVfxbSAzSg9ezCfUhuDxm4c1jt4P6MX816lMWLxqJz6cxLTkGKuzbERl3hiu9rk= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1783608636; c=relaxed/simple; bh=8feHtHaM3VYnuCxGdFVcvmw3tIcn2puXUaMOrM87c0k=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=WMswRVn1ONkLsv0AuQPByj7xdPHNVDRf332IbRFzZZh0NIg3SL2DcbJi0En8Jpu4HwnX/z04s7eO7Mk9+LqEgEgsNCrscTeeJ6gp+J6a3jU6mXG3B4wr3CFX0GoV3Nng8szrQc1jXtWAHYUH0h+r731aXZtos/xInXMBMiVRICY= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=QqUGILlb; 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="QqUGILlb" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 190631F00A3A; Thu, 9 Jul 2026 14:50:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1783608635; bh=uv98MjtcWebOB4ubs2NPH7rl0e+o9gY62UBJp8DnjPI=; h=Subject:From:Date:References:In-Reply-To:To:Cc; b=QqUGILlbLe2WqUJoKjKeLIyR8GSLmStxxOYJKi3XydQsSr1W41Qa0ar/SeXSBgnH6 51WZ/B+xRkO0jnL4Tdn0vVN1HUxZ8rDxM1yggPHtl+4aC0gu6CvaIlyDlqeTseuuj3 kdCOz9pb0FiGnG27ioRjvQhQAFGGevrByi2CjMTZ9KkwHoV5eRq9unFpSXdL/G1QYr 07U8P3LIZLNesr5X6yuZw/gnpviXmCmJSd1Is4/XS2BO99ufAPtUjo9wN9c+cQaOgV 2Ex1c8E9G+ykmCyb8RU3W18ftPi2qUh+bsfkLs1JI0KWFnKh2khatjcbPtbv9rTQfA xrhMqRuXW8aow== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id D0AF739250D8; Thu, 9 Jul 2026 14:50:14 +0000 (UTC) Content-Type: text/plain; charset="utf-8" Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH iproute2-next v5 0/2] devlink: support u64-array devlink parameters From: patchwork-bot+netdevbpf@kernel.org Message-Id: <178360861364.3526087.13562155401332541364.git-patchwork-notify@kernel.org> Date: Thu, 09 Jul 2026 14:50:13 +0000 References: <20260709035016.911607-1-rkannoth@marvell.com> In-Reply-To: <20260709035016.911607-1-rkannoth@marvell.com> To: Ratheesh Kannoth Cc: stephen@networkplumber.org, dsahern@kernel.org, kuba@kernel.org, linux-kernel@vger.kernel.org, netdev@vger.kernel.org, andrew+netdev@lunn.ch, edumazet@google.com, pabeni@redhat.com, jiri@resnulli.us Hello: This series was applied to iproute2/iproute2-next.git (main) by David Ahern : On Thu, 9 Jul 2026 09:20:14 +0530 you wrote: > The kernel gained support for devlink parameters of type > DEVLINK_VAR_ATTR_TYPE_U64_ARRAY. These parameters carry a variable-length > list of u64 values encoded as multiple DEVLINK_ATTR_PARAM_VALUE_DATA > attributes. This is used by drivers that need to expose ordered lists of > configuration values, such as the Marvell CN20K npc_srch_order parameter. > > This series updates the devlink tool to handle the new UAPI and adds > show/set support for u64-array parameters on both device and port params. > > [...] Here is the summary with links: - [v5,iproute2-next,1/2] devlink: use DEVLINK_VAR_ATTR_TYPE_* in param show/set https://git.kernel.org/pub/scm/network/iproute2/iproute2-next.git/commit/?id=32e2a8832a53 - [v5,iproute2-next,2/2] devlink: support u64-array values in devlink param show/set https://git.kernel.org/pub/scm/network/iproute2/iproute2-next.git/commit/?id=37c491d82ceb You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html