[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20201007100614.7d334deb@kicinski-fedora-pc1c0hjn.dhcp.thefacebook.com>
Date: Wed, 7 Oct 2020 10:06:14 -0700
From: Jakub Kicinski <kuba@...nel.org>
To: Johannes Berg <johannes@...solutions.net>
Cc: netdev@...r.kernel.org, dsahern@...il.com,
Johannes Berg <johannes.berg@...el.com>
Subject: Re: [PATCH v2 2/2] netlink: export policy in extended ACK
On Tue, 6 Oct 2020 20:15:55 +0200 Johannes Berg wrote:
> + case NLA_S64:
> + /* maximum is common, u64 min/max with padding */
> + return common +
> + 2 * (nla_attr_size(0) + nla_attr_size(sizeof(u64)));
> + break;
nit: break
Powered by blists - more mailing lists