public inbox for netdev@vger.kernel.org
 help / color / mirror / Atom feed
From: Jiri Pirko <jiri@resnulli.us>
To: netdev@vger.kernel.org
Cc: dsahern@gmail.com, kuba@kernel.org, moshe@nvidia.com, saeedm@nvidia.com
Subject: Re: [patch iproute2-next 2/2] devlink: get devlink port for ifname using RTNL get link command
Date: Wed, 9 Nov 2022 13:10:25 +0100	[thread overview]
Message-ID: <Y2uYsdwTf9NgzEfD@nanopsycho> (raw)
In-Reply-To: <20221107165348.916092-3-jiri@resnulli.us>

Mon, Nov 07, 2022 at 05:53:48PM CET, jiri@resnulli.us wrote:
>@@ -838,11 +915,18 @@ static void ifname_map_init(struct dl *dl)
> 	INIT_LIST_HEAD(&dl->ifname_map_list);
> }
> 
>-static int ifname_map_load(struct dl *dl)
>+static int ifname_map_load(struct dl *dl, const char *ifname)
> {
> 	struct nlmsghdr *nlh;
> 	int err;
> 
>+	err = ifname_map_rtnl_init(dl, ifname);

Ah, I found a bug and the fix for it conflicts with this hunk. Please
drop this, I will send the bugfix first and then will send this again,
rebased.

Sorry for the mess!

      reply	other threads:[~2022-11-09 12:10 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-07 16:53 [patch iproute2-next 0/2] devlink: get devlink port for ifname using RTNL get link command Jiri Pirko
2022-11-07 16:53 ` [patch iproute2-next 1/2] devlink: add ifname_map_add/del() helpers Jiri Pirko
2022-11-07 16:53 ` [patch iproute2-next 2/2] devlink: get devlink port for ifname using RTNL get link command Jiri Pirko
2022-11-09 12:10   ` Jiri Pirko [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=Y2uYsdwTf9NgzEfD@nanopsycho \
    --to=jiri@resnulli.us \
    --cc=dsahern@gmail.com \
    --cc=kuba@kernel.org \
    --cc=moshe@nvidia.com \
    --cc=netdev@vger.kernel.org \
    --cc=saeedm@nvidia.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox