mbox series

[for-next,0/2] EFA cleanups 2019-08-26

Message ID 20190826115350.21718-1-galpress@amazon.com (mailing list archive)
Headers show
Series EFA cleanups 2019-08-26 | expand

Message

Gal Pressman Aug. 26, 2019, 11:53 a.m. UTC
Hello,

This series introduces two minor cleanups for EFA that were hanging
around in my local git waiting to be submitted.
The patches are very straight forward, nothing intersting to say about
them :)..

Gal Pressman (2):
  RDMA/efa: Remove umem check on dereg MR flow
  RDMA/efa: Use existing FIELD_SIZEOF macro

 drivers/infiniband/hw/efa/efa_verbs.c | 14 ++++++--------
 1 file changed, 6 insertions(+), 8 deletions(-)

Comments

Jason Gunthorpe Aug. 27, 2019, 4:07 p.m. UTC | #1
On Mon, Aug 26, 2019 at 02:53:48PM +0300, Gal Pressman wrote:
> Hello,
> 
> This series introduces two minor cleanups for EFA that were hanging
> around in my local git waiting to be submitted.
> The patches are very straight forward, nothing intersting to say about
> them :)..
> 
> Gal Pressman (2):
>   RDMA/efa: Remove umem check on dereg MR flow
>   RDMA/efa: Use existing FIELD_SIZEOF macro

Applied to for-next, thanks

Jason