Home
last modified time | relevance | path

Searched hist:"3 e347834200b5d91a33384e696793e4ac20a44d4" (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/pms/freebsd/driver/ini/src/
H A Dagdef.hdiff 3e347834200b5d91a33384e696793e4ac20a44d4 Fri Apr 16 21:39:01 CEST 2021 Alexander Motin <mav@FreeBSD.org> pms(4): Limit maximum I/O size to 256KB instead of 1MB.

There is a weird limit of AGTIAPI_MAX_DMA_SEGS (128) S/G segments per
I/O since the initial driver import. I don't know why it was added,
can only guess some hardware limitation, but in worst case it means
maximum I/O size of 508KB. Respect it to be safe, rounding to 256KB.

MFC after: 1 week
Sponsored by: iXsystems, Inc.
H A Dagtiapi.cdiff 3e347834200b5d91a33384e696793e4ac20a44d4 Fri Apr 16 21:39:01 CEST 2021 Alexander Motin <mav@FreeBSD.org> pms(4): Limit maximum I/O size to 256KB instead of 1MB.

There is a weird limit of AGTIAPI_MAX_DMA_SEGS (128) S/G segments per
I/O since the initial driver import. I don't know why it was added,
can only guess some hardware limitation, but in worst case it means
maximum I/O size of 508KB. Respect it to be safe, rounding to 256KB.

MFC after: 1 week
Sponsored by: iXsystems, Inc.