mbox series

[v2,0/2] rxe should use same buffer size for SGE's and inline data

Message ID 1574106879-19211-1-git-send-email-rao.shoaib@oracle.com (mailing list archive)
Headers show
Series rxe should use same buffer size for SGE's and inline data | expand

Message

Rao Shoaib Nov. 18, 2019, 7:54 p.m. UTC
From: Rao Shoaib <rao.shoaib@oracle.com>

I have incorportaed suggestions from Jason. There are two patches.
Patch #1 introduces max WQE size as suggested by Jason
Patch #2 allocates resources requested and makes sure that the buffer size
         is same for SG entries and inline data, maximum of the two values
	 requested is used.

Rao Shoaib (2):
  Introduce maximum WQE size to check limits
  SGE buffer and max_inline data must have same size

 drivers/infiniband/sw/rxe/rxe_param.h |  3 ++-
 drivers/infiniband/sw/rxe/rxe_qp.c    | 26 ++++++++++++++------------
 2 files changed, 16 insertions(+), 13 deletions(-)