> -----Original Message-----
> From: linux-rdma-ow...@vger.kernel.org <linux-rdma-
> ow...@vger.kernel.org> On Behalf Of Leon Romanovsky
> Sent: Wednesday, February 20, 2019 1:22 AM
> To: David Ahern <dsah...@gmail.com>
> Cc: Leon Romanovsky <leo...@mellanox.com>; netdev
> <netdev@vger.kernel.org>; RDMA mailing list <linux-
> r...@vger.kernel.org>; Stephen Hemminger
> <step...@networkplumber.org>
> Subject: [PATCH iproute2-next v1 19/19] rdma: Provide and reuse filter
> functions
>
> From: Leon Romanovsky <leo...@mellanox.com>
>
> Globally replace all filter function in safer variants of those
> is_filterred functions, which take into account the availability/lack
"is_filterred" -> "is_filtered"
> of netlink attributes.
>
> Such conversion allowed to fix a number of places in the code, where
> the previous implementation didn't honor filter requests if netlink
> attribute wasn't present.
>
> Signed-off-by: Leon Romanovsky <leo...@mellanox.com>
> ---
> rdma/rdma.h | 7 +++---
> rdma/res-cmid.c | 57 +++++++++++++++++++++++++++----------------------
> rdma/res-cq.c | 22 +++++++++++--------
> rdma/res-mr.c | 12 +++++++----
> rdma/res-pd.c | 12 +++++++----
> rdma/res-qp.c | 53 ++++++++++++++++++++++-----------------------
> rdma/utils.c | 26 ++++++++++++++++++----
> 7 files changed, 112 insertions(+), 77 deletions(-)
Reviewed-by: Steve Wise <sw...@opengridcomputing.com>