> -----Original Message----- > From: linux-rdma-owner@xxxxxxxxxxxxxxx <linux-rdma- > owner@xxxxxxxxxxxxxxx> On Behalf Of Leon Romanovsky > Sent: Wednesday, February 20, 2019 1:21 AM > To: David Ahern <dsahern@xxxxxxxxx> > Cc: Leon Romanovsky <leonro@xxxxxxxxxxxx>; netdev > <netdev@xxxxxxxxxxxxxxx>; RDMA mailing list <linux- > rdma@xxxxxxxxxxxxxxx>; Stephen Hemminger > <stephen@xxxxxxxxxxxxxxxxxx> > Subject: [PATCH iproute2-next v1 09/19] rdma: Move resource PD logic to > separate file > > From: Leon Romanovsky <leonro@xxxxxxxxxxxx> > > 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 <leonro@xxxxxxxxxxxx> > --- > 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 <swise@xxxxxxxxxxxxxxxxxxxxx>