Bug #12351
Remove the 32bit DMA restrictions in the emlxs driver
Start date:
Due date:
% Done:
100%
Estimated time:
Difficulty:
Medium
Tags:
Gerrit CR:
Description
The emlxs driver explicitly restricts DMA memory allocations to 32 bit addresses.
Yet, the driver uses the full high/low address support for physical addresses, it just restricts the allocation to low addresses. I suspect this is a misconception inherited from when Illumos was restricted to <4G PCI addresses.
Along with #12350, I have been running with this restriction removed.
Updated by Electric Monk 10 months ago
- Status changed from In Progress to Closed
- % Done changed from 90 to 100
git commit a3170057524922242772a15fbeb3e91f5f8d4744
commit a3170057524922242772a15fbeb3e91f5f8d4744 Author: Paul Winder <pwinder@racktopsystems.com> Date: 2020-03-16T14:49:02.000Z 12350 Add support for Emulex LPe31000 and LPe32000 fibre channel chipsets 12351 Remove the 32bit DMA restrictions in the emlxs driver Reviewed by: Garrett D'Amore <gdamore@racktopsystems.com> Reviewed by: Albert Lee <alee@racktopsystems.com> Reviewed by: Andy Fiddaman <omnios@citrus-it.co.uk> Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Robert Mustacchi <rm@fingolfin.org> Approved by: Dan McDonald <danmcd@joyent.com>