Re: [PATCH net-next v5 02/22] netlink: introduce nla_put_bitfield32()
From: Jiri Pirko <jiri@resnulli.us>
Date: 2019-03-26 10:20:42
Also in:
lkml
From: Jiri Pirko <jiri@resnulli.us>
Date: 2019-03-26 10:20:42
Also in:
lkml
Mon, Mar 25, 2019 at 06:08:00PM CET, mkubecek@suse.cz wrote:
Similar to other data types, this helper puts NLA_BITFIELD32 attribute into a netlink message. It takes separate value and selector arguments, if there is a struct nla_bitfield32 already, one can use nla_put(). Signed-off-by: Michal Kubecek <redacted>
Acked-by: Jiri Pirko <redacted>