> -----Original Message-----
> From: [email protected] <linux-rdma-
> [email protected]> On Behalf Of Leon Romanovsky
> Sent: Wednesday, February 20, 2019 1:21 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 09/19] rdma: Move resource PD logic to
> separate file
>
> From: Leon Romanovsky <[email protected]>
>
> Logically separate resource PD logic to separate file,
> in order to make PD specific logic self-contained.
>
This should be "QP" not "PD"
> Signed-off-by: Leon Romanovsky <[email protected]>
> ---
> rdma/Makefile | 2 +-
> rdma/res-qp.c | 234
> +++++++++++++++++++++++++++++++++++++++++++++++++
> rdma/res.c | 236 --------------------------------------------------
> rdma/res.h | 17 ++++
> 4 files changed, 252 insertions(+), 237 deletions(-)
> create mode 100644 rdma/res-qp.c
Reviewed-by: Steve Wise <[email protected]>