lkml.org 
[lkml]   [2019]   [Mar]   [21]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH net-next v4 05/22] ethtool: introduce ethtool netlink interface
On Thu, Mar 21, 2019 at 02:07:35PM +0100, Michal Kubecek wrote:
> +static int __init ethnl_init(void)
> +{
> + int ret;
> +
> + ret = genl_register_family(&ethtool_genl_family);
> + if (ret < 0)
> + panic("ethtool: could not register genetlink family\n");

Hi Michal

Panic seems a bit strong. Do we really want to kill the box because
this fails?

Andrew

\
 
 \ /
  Last update: 2019-03-21 14:58    [W:0.122 / U:0.316 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site