]> www.infradead.org Git - users/hch/nvme-cli.git/commit
use normal alloc for fw download
authorKeith Busch <kbusch@kernel.org>
Thu, 16 Jul 2020 13:33:28 +0000 (06:33 -0700)
committerKeith Busch <kbusch@kernel.org>
Thu, 16 Jul 2020 13:33:28 +0000 (06:33 -0700)
commitb127640eeda3578be73dbe76484cfcb8f5bdd45f
treea78ba6df2e69eb4fd339416a16bedca18b9b8853
parent6420c58b510ddba290500d9b75fef9e9c980e0c1
use normal alloc for fw download

Huge pages are only helpful for large transfers that may exceed the
driver's max segment limit. Unless a fw download wants to exceed that
transfer length, use normal allocation.

Link: https://github.com/linux-nvme/nvme-cli/issues/775
Signed-off-by: Keith Busch <kbusch@kernel.org>
nvme.c