]> git.baikalelectronics.ru Git - kernel.git/commit
Use smaller 512 byte messages for portmapper messages
authorMustafa Ismail <mustafa.ismail@intel.com>
Mon, 18 Jul 2016 19:21:49 +0000 (14:21 -0500)
committerDoug Ledford <dledford@redhat.com>
Thu, 4 Aug 2016 01:03:33 +0000 (21:03 -0400)
commit4b90bba031cefd7a792e6e755792628137c4f1ab
tree05658cd67adac9ac28335d74ab51f606ca78a3da
parentb5f3452f93f0776c34b7b0c17f263ccbdc73a524
Use smaller 512 byte messages for portmapper messages

Portmapper messages are short and do not occupy more than 512 bytes.
Lower portmapper message size to 512 bytes. This change significantly
reduces the amount of memory needed when trying to establish a large
number of connections simultaneously. The old value is based on page
size.

Signed-off-by: Faisal Latif <faisal.latif@intel.com>
Signed-off-by: Mustafa Ismail <mustafa.ismail@intel.com>
Signed-off-by: Shiraz Saleem <shiraz.saleem@intel.com>
Reviewed-by: Leon Romanovsky <leonro@mellanox.com>
Signed-off-by: Doug Ledford <dledford@redhat.com>
drivers/infiniband/core/iwpm_util.c