[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20180214071206.4797e37b@xeon-e3>
Date: Wed, 14 Feb 2018 07:12:06 -0800
From: Stephen Hemminger <stephen@...workplumber.org>
To: Arkadi Sharshevsky <arkadis@...lanox.com>
Cc: netdev@...r.kernel.org, davem@...emloft.net,
dsa@...ulusnetworks.com, mlxsw@...lanox.com
Subject: Re: [PATCH iproute2 2/7] devlink: mnlg: Add support for extended
ack
On Wed, 14 Feb 2018 10:55:17 +0200
Arkadi Sharshevsky <arkadis@...lanox.com> wrote:
> +static mnl_cb_t mnlg_cb_array[NLMSG_MIN_TYPE] = {
> + [NLMSG_NOOP] = mnlg_cb_noop,
> + [NLMSG_ERROR] = mnlg_cb_error,
> + [NLMSG_DONE] = mnlg_cb_stop,
> + [NLMSG_OVERRUN] = mnlg_cb_noop,
> +};
> +
Could be const?
Powered by blists - more mailing lists