]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r298103: Simplify memory allocation for NS requests.
authormav <mav@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 3 May 2016 08:35:35 +0000 (08:35 +0000)
committermav <mav@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 3 May 2016 08:35:35 +0000 (08:35 +0000)
commitfa05d833f857371a0a07075fffdbd673d4560984
treecb17218c2581ec37474af377a92b6209f124bd82
parent279698c5d0201bfe16ec70bf86bbc09d75a9b122
MFC r298103: 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.

git-svn-id: svn://svn.freebsd.org/base/stable/10@298975 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/dev/isp/isp.c