RE: [PATCH rdma-next 09/19] RDMA/netlink: Add and implement doit netlink callback

2017-06-21 Thread Steve Wise
> From: Leon Romanovsky > > The .doit callback is used by netlink core to differentiate > between get and set operations. Common convention is to use > that call for command operations like (SET, ADD, e.t.c.) and/or > access without NLF_M_DUMP flag. > > This commit adds proper declaration and im

[PATCH rdma-next 09/19] RDMA/netlink: Add and implement doit netlink callback

2017-06-20 Thread Leon Romanovsky
From: Leon Romanovsky The .doit callback is used by netlink core to differentiate between get and set operations. Common convention is to use that call for command operations like (SET, ADD, e.t.c.) and/or access without NLF_M_DUMP flag. This commit adds proper declaration and implementation to