]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Simplify memory allocation for NS requests.
authorAlexander Motin <mav@FreeBSD.org>
Sat, 16 Apr 2016 06:36:56 +0000 (06:36 +0000)
committerAlexander Motin <mav@FreeBSD.org>
Sat, 16 Apr 2016 06:36:56 +0000 (06:36 +0000)
commit50f2c01d321df2f44d79d68be8f6ee768eb6a2e0
tree15fb003310793965cf02b534e3f955decc351444
parent97b9c34fc2c65356a3a77ce0494f6ddf7d0a5358
Simplify memory allocation for NS requests.

Since we no longer need additional buffers for request and response IOCBs,
we can increase receive space by 192 bytes, that is enough for fetching 48
more ports.  The new limit is 1020 fabric ports per virtual port.

MFC after: 1 month
sys/dev/isp/isp.c