> -----Original Message-----
> From: [email protected] <linux-rdma-
> [email protected]> On Behalf Of Leon Romanovsky
> Sent: Wednesday, February 20, 2019 1:22 AM
> To: David Ahern <[email protected]>
> Cc: Leon Romanovsky <[email protected]>; netdev
> <[email protected]>; RDMA mailing list <linux-
> [email protected]>; Stephen Hemminger
> <[email protected]>
> Subject: [PATCH iproute2-next v1 19/19] rdma: Provide and reuse filter
> functions
> 
> From: Leon Romanovsky <[email protected]>
> 
> 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 <[email protected]>
> ---
>  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 <[email protected]>


Reply via email to