Re: [RFC PATCH v1 01/50] IB/qib: Delete struct qib_ivdev.qp_rnd

From: Jason Gunthorpe
Date: Sun Mar 29 2020 - 10:17:14 EST


On Wed, Mar 27, 2019 at 12:55:00PM -0400, George Spelvin wrote:
> I was checking the field to see if it needed the full
> get_random_bytes() and discovered it's unused.
>
> Only compile-tested, as I don't have the hardware, but
> I'm still pretty confident.
>
> Signed-off-by: George Spelvin <lkml@xxxxxxx>
> Cc: Dennis Dalessandro <dennis.dalessandro@xxxxxxxxx>
> Cc: Mike Marciniszyn <mike.marciniszyn@xxxxxxxxx>
> Cc: linux-rdma@xxxxxxxxxxxxxxx
> ---
> drivers/infiniband/hw/qib/qib_verbs.c | 2 --
> drivers/infiniband/hw/qib/qib_verbs.h | 1 -
> 2 files changed, 3 deletions(-)

You need to do a better job sending your patches, this is not
threaded, and not cc'd to linux-rdma, so it doesn't show in the
patchworks.

In general, do not send such large series for things that are not
connected. Send small cleanups like this properly and directly so they
can be applied.

I took care of it this time, so applied to the rdma tree as it is
obviously correct.

Thanks,
Jason