netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: David Ahern <dsahern@gmail.com>
To: Jiri Pirko <jiri@resnulli.us>, netdev@vger.kernel.org
Cc: davem@davemloft.net, idosch@mellanox.com,
	jakub.kicinski@netronome.com, mlxsw@mellanox.com
Subject: Re: [patch net] devlink: convert occ_get op to separate registration
Date: Thu, 5 Apr 2018 14:58:39 -0600	[thread overview]
Message-ID: <7cd39c3c-cc24-6823-031c-f0cd51abc6e7@gmail.com> (raw)
In-Reply-To: <0880af20-f0a2-bc19-6b1d-0e42a7937184@gmail.com>

On 4/5/18 2:55 PM, David Ahern wrote:
> @@ -154,6 +155,12 @@ void *mlxsw_core_driver_priv(struct mlxsw_core *mlxsw_core)
>  }
>  EXPORT_SYMBOL(mlxsw_core_driver_priv);
>  
> +bool mlxsw_core_reload_in_progress(struct mlxsw_core *mlxsw_core)
> +{
> +	return mlxsw_core->mlxsw_core_driver_priv;

Oops, that is supposed to be:
	return mlxsw_core->reload_in_progress;

but I think you get the point.

> +}
> +EXPORT_SYMBOL(mlxsw_core_reload_in_progress);
> +
>  struct mlxsw_rx_listener_item {
>  	struct list_head list;
>  	struct mlxsw_rx_listener rxl;

  reply	other threads:[~2018-04-05 20:58 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-04-05 20:13 [patch net] devlink: convert occ_get op to separate registration Jiri Pirko
2018-04-05 20:55 ` David Ahern
2018-04-05 20:58   ` David Ahern [this message]
2018-04-05 21:17   ` Jiri Pirko
2018-04-08 16:46 ` David Miller
2018-04-10 13:49 ` Sasha Levin
2018-04-10 14:13   ` Jiri Pirko
2018-04-10 14:36     ` David Miller
2018-04-10 14:35   ` David Miller
2018-04-10 19:08     ` Sasha Levin
2018-04-10 19:22       ` David Miller
2018-04-10 20:43         ` Sasha Levin
2018-04-11  8:46           ` gregkh
2018-04-11 20:04             ` Sasha Levin

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=7cd39c3c-cc24-6823-031c-f0cd51abc6e7@gmail.com \
    --to=dsahern@gmail.com \
    --cc=davem@davemloft.net \
    --cc=idosch@mellanox.com \
    --cc=jakub.kicinski@netronome.com \
    --cc=jiri@resnulli.us \
    --cc=mlxsw@mellanox.com \
    --cc=netdev@vger.kernel.org \
    /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;
as well as URLs for NNTP newsgroup(s).