ntb_tool: ubuf is too small to hold a human readable 64 bit valueubuf buffer is too small. It should be 18 if a NULL is not needed,or 19 to hold the NULL terminator for the full 64-BIT value plus
ntb_tool: ubuf is too small to hold a human readable 64 bit valueubuf buffer is too small. It should be 18 if a NULL is not needed,or 19 to hold the NULL terminator for the full 64-BIT value plusthe 0x prefix.Submitted by: [email protected]Reviewed by: markj mavMFC after: 2 weeksSponsored by: Dell EMC IsilonDifferential Revision: https://reviews.freebsd.org/D26893
show more ...
ntb: Stop checking for failures from malloc(M_WAITOK).PR: 240545Submitted by: Andrew Reiter <[email protected]>Reviewed by: cem, mavMFC after: 1 weekDifferential Revision: https://reviews.freebsd
ntb: Stop checking for failures from malloc(M_WAITOK).PR: 240545Submitted by: Andrew Reiter <[email protected]>Reviewed by: cem, mavMFC after: 1 weekDifferential Revision: https://reviews.freebsd.org/D25768
Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)r357614 added CTLFLAG_NEEDGIANT to make it easier to find nodes that arestill not MPSAFE (or already are but aren’t properly mark
Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)r357614 added CTLFLAG_NEEDGIANT to make it easier to find nodes that arestill not MPSAFE (or already are but aren’t properly marked).Use it in preparation for a general review of all nodes.This is non-functional change that adds annotations to SYSCTL_NODE andSYSCTL_PROC nodes using one of the soon-to-be-required flags.Mark all obvious cases as MPSAFE. All entries that haven't been markedas MPSAFE before are by default marked as NEEDGIANTApproved by: kib (mentor, blanket)Commented by: kib, gallatin, melifaroDifferential Revision: https://reviews.freebsd.org/D23718
NTB Tool: Test driver for NTB hardware drivers.NTB Tool driver is meant for testing NTB hardware driver functionalities,such as doorbell interrupts, link events, scratchpad registers and memorywi
NTB Tool: Test driver for NTB hardware drivers.NTB Tool driver is meant for testing NTB hardware driver functionalities,such as doorbell interrupts, link events, scratchpad registers and memorywindows. This is a port of ntb_tool driver from Linux. It has beenverified on top of AMD and PLX NTB HW drivers.Submitted by: Arpan Palit <[email protected]>Cleaned up by: mavMFC after: 2 weeksRelnotes: yesDifferential Revision: https://reviews.freebsd.org/D18819