commit | ab69d4c8da38024191f3514c1296e9e8deea4e98 | [log] [tgz] |
---|---|---|
author | Somnath Kotur <somnath.kotur@broadcom.com> | Thu Jun 29 12:28:09 2017 -0700 |
committer | Doug Ledford <dledford@redhat.com> | Thu Jul 20 11:20:49 2017 -0400 |
tree | 618d110aa7b9ca30ea560259a49d127d817bfdac | |
parent | b3b2c7c5506bd8d15214136f8b11a2e6c9728033 [diff] |
RDMA/bnxt_re: Fix WQE Size posted to HW to prevent it from throwing error Posting WQE size of 2 results in a WQE_FORMAT_ERROR thrown by the HW as it requires host to supply WQE Size with room for atleast one SGE so that the resulting WQE size be atleast 3. Signed-off-by: Somnath Kotur <somnath.kotur@broadcom.com> Signed-off-by: Selvin Xavier <selvin.xavier@broadcom.com> Signed-off-by: Doug Ledford <dledford@redhat.com>