Re: [PATCH iproute2-next] rdma: Add support for the netlink extack

2021-01-02 Thread Leon Romanovsky
On Thu, Dec 31, 2020 at 09:18:52AM -0700, David Ahern wrote: > On 12/30/20 10:42 PM, Leon Romanovsky wrote: > > diff --git a/rdma/utils.c b/rdma/utils.c > > index 2a201aa4..927e2107 100644 > > --- a/rdma/utils.c > > +++ b/rdma/utils.c > > @@ -664,7 +664,7 @@ void rd_prepare_msg(struct rd *rd, uint3

Re: [PATCH iproute2-next] rdma: Add support for the netlink extack

2020-12-31 Thread David Ahern
On 12/30/20 10:42 PM, Leon Romanovsky wrote: > diff --git a/rdma/utils.c b/rdma/utils.c > index 2a201aa4..927e2107 100644 > --- a/rdma/utils.c > +++ b/rdma/utils.c > @@ -664,7 +664,7 @@ void rd_prepare_msg(struct rd *rd, uint32_t cmd, uint32_t > *seq, uint16_t flags) > > int rd_send_msg(struct r

[PATCH iproute2-next] rdma: Add support for the netlink extack

2020-12-30 Thread Leon Romanovsky
From: Patrisious Haddad Add support in rdma for extack errors to be received in userspace when sent from kernel, so now netlink extack error messages sent from kernel would be printed for the user. Signed-off-by: Patrisious Haddad Signed-off-by: Leon Romanovsky --- Kernel part: https://lore.ke