tn3399_openwrt/target/linux/oxnas
Daniel Golle 5793112f75 oxnas: reduce size of ATA DMA descriptor space
After years of trying to find the reason for random kernel crashes
while both CPU and SATA are under load it has been found.
Some odd commented-out #defines in kref's single-port driver [1] which
were copied from the vendor driver made me develop a theory:
The IO-mapped memory area for DMA descriptors apparetly got some holes
just before the alignment boundaries.
This feels like an off-by-one bug in the hardware or maybe those fields
are used internally by the SATA controller's firmware.
Whatever the cause is: they cannot be used and trying to use them
results in reading back unexpected stuff and ends up with oopsing
Unable to handle kernel paging request at virtual address d085c004

Work around the issue by reducing the area used for bmdma descriptors.
This reduces SATA performance (iops) quite a bit, but finally makes
things work reliably. Possibly one could optimize this much more by
really just skipping the holes in that memory area -- however, that
seems to be non-trivial with the driver and libata in it's current form
(suggestions are welcome).
The 'proper' way to have good SATA performance would be to make use of
the hardware RAID features (one can use the JBOD mode to access even
just a single disc transparently through the RAID controller integrated
in the SATA host instead of accessing the SATA ports 'raw' as we do
now).

[1]: https://github.com/kref/linux-oxnas/blob/master/drivers/ata/sata_oxnas.c#L25

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2020-08-11 00:16:04 +01:00
..
base-files oxnas: move service file to correct place 2020-04-26 21:05:15 +02:00
files oxnas: reduce size of ATA DMA descriptor space 2020-08-11 00:16:04 +01:00
image oxnas: reduce size of ATA DMA descriptor space 2020-08-11 00:16:04 +01:00
ox810se oxnas: sort kernel configs 2020-03-16 17:13:58 +09:00
ox820 oxnas: sort kernel configs 2020-03-16 17:13:58 +09:00
patches-5.4 kernel: Update kernel 5.4 to version 5.4.50 2020-07-04 21:12:42 +02:00
config-5.4 oxnas: build with 8021Q VLAN support 2020-06-09 16:47:24 +01:00
Makefile treewide: remove maintainer variable from targets 2020-03-16 22:21:45 +01:00
modules.mk oxnas: use AddDepends in modules.mk 2020-03-16 17:13:37 +09:00