RDMA/i40iw: Correct QP size calculation
Include inline data size as part of SQ size calculation. RQ size calculation uses only number of SGEs and does not support 96 byte WQE size. Signed-off-by: Mustafa Ismail <mustafa.ismail@intel.com> Signed-off-by: Doug Ledford <dledford@redhat.com>
This commit is contained in:

committato da
Doug Ledford

parent
6b90036587
commit
23ef48ad6c
@@ -1290,7 +1290,7 @@
|
||||
|
||||
/* wqe size considering 32 bytes per wqe*/
|
||||
#define I40IWQP_SW_MIN_WQSIZE 4 /* 128 bytes */
|
||||
#define I40IWQP_SW_MAX_WQSIZE 16384 /* 524288 bytes */
|
||||
#define I40IWQP_SW_MAX_WQSIZE 2048 /* 2048 bytes */
|
||||
|
||||
#define I40IWQP_OP_RDMA_WRITE 0
|
||||
#define I40IWQP_OP_RDMA_READ 1
|
||||
|
Fai riferimento in un nuovo problema
Block a user