All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 0/1] rxe driver should dynamically caclculate inline data size
@ 2019-10-23 17:32 rao Shoaib
  2019-10-23 17:32 ` [PATCH v1 1/1] rxe: calculate inline data size based on requested values rao Shoaib
  0 siblings, 1 reply; 5+ messages in thread
From: rao Shoaib @ 2019-10-23 17:32 UTC (permalink / raw)
  To: monis, dledford, sean.hefty, hal.rosenstock, linux-rdma, linux-kernel
  Cc: Rao Shoaib

From: Rao Shoaib <rao.shoaib@oracle.com>

Resending because of typo in the email addresses.

Currently rxe driver has a hard coded value for inline data size, where as mlx5 driver calculates the size of inline data and number of SGE's to use based on the values in the qp request. Some applications depend on this behavior. This patch changes rxe to dynamically calculate the values.

Rao Shoaib (1):
  rxe: calculate inline data size based on requested values

 drivers/infiniband/sw/rxe/rxe_param.h | 2 +-
 drivers/infiniband/sw/rxe/rxe_qp.c    | 4 ++++
 2 files changed, 5 insertions(+), 1 deletion(-)

-- 
1.8.3.1


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2019-10-29 19:44 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-23 17:32 [PATCH v1 0/1] rxe driver should dynamically caclculate inline data size rao Shoaib
2019-10-23 17:32 ` [PATCH v1 1/1] rxe: calculate inline data size based on requested values rao Shoaib
2019-10-29 19:11   ` Jason Gunthorpe
2019-10-29 19:31     ` Rao Shoaib
2019-10-29 19:44       ` Jason Gunthorpe

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.