Message ID | 20241126090828.3185365-1-jiri@resnulli.us (mailing list archive) |
---|---|
Headers | show |
Series | devlink: fix couple of bugs in parsing port params show command line | expand |
Hello: This series was applied to iproute2/iproute2.git (main) by Stephen Hemminger <stephen@networkplumber.org>: On Tue, 26 Nov 2024 10:08:26 +0100 you wrote: > From: Jiri Pirko <jiri@nvidia.com> > > When port selector was introduced by 70faecdca8f5 ("devlink: implement > dump selector for devlink objects show commands"), the port params code > was left more or less untested. Two bugs were found working on kernel > implementation, which this patchset addresses. > > [...] Here is the summary with links: - [iproute2,1/2] devlink: do dry parse for extended handle with selector https://git.kernel.org/pub/scm/network/iproute2/iproute2.git/commit/?id=8c4918859e4a - [iproute2,2/2] devlink: use the correct handle flag for port param show https://git.kernel.org/pub/scm/network/iproute2/iproute2.git/commit/?id=413cf4f03a9b You are awesome, thank you!
From: Jiri Pirko <jiri@nvidia.com> When port selector was introduced by 70faecdca8f5 ("devlink: implement dump selector for devlink objects show commands"), the port params code was left more or less untested. Two bugs were found working on kernel implementation, which this patchset addresses. Jiri Pirko (1): devlink: do dry parse for extended handle with selector Saeed Mahameed (1): devlink: use the correct handle flag for port param show devlink/devlink.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)