Merge tag 'ntb-4.13' of git://github.com/jonmason/ntb
Pull NTB updates from Jon Mason: "The major change in the series is a rework of the NTB infrastructure to all for IDT hardware to be supported (and resulting fallout from that). There are also a few clean-ups, etc. New IDT NTB driver and changes to the NTB infrastructure to allow for this different kind of NTB HW, some style fixes (per Greg KH recommendation), and some ntb_test tweaks" * tag 'ntb-4.13' of git://github.com/jonmason/ntb: ntb_netdev: set the net_device's parent ntb: Add error path/handling to Debug FS entry creation ntb: Add more debugfs support for ntb_perf testing options ntb: Remove debug-fs variables from the context structure ntb: Add a module option to control affinity of DMA channels NTB: Add IDT 89HPESxNTx PCIe-switches support ntb_hw_intel: Style fixes: open code macros that just obfuscate code ntb_hw_amd: Style fixes: open code macros that just obfuscate code NTB: Add ntb.h comments NTB: Add PCIe Gen4 link speed NTB: Add new Memory Windows API documentation NTB: Add Messaging NTB API NTB: Alter Scratchpads API to support multi-ports devices NTB: Alter MW API to support multi-ports devices NTB: Alter link-state API to support multi-port devices NTB: Add indexed ports NTB API NTB: Make link-state API being declared first NTB: ntb_test: add parameter for doorbell bitmask NTB: ntb_test: modprobe on remote host
Showing
- Documentation/ntb.txt 91 additions, 8 deletionsDocumentation/ntb.txt
- MAINTAINERS 6 additions, 0 deletionsMAINTAINERS
- drivers/net/ntb_netdev.c 2 additions, 0 deletionsdrivers/net/ntb_netdev.c
- drivers/ntb/hw/Kconfig 1 addition, 0 deletionsdrivers/ntb/hw/Kconfig
- drivers/ntb/hw/Makefile 1 addition, 0 deletionsdrivers/ntb/hw/Makefile
- drivers/ntb/hw/amd/ntb_hw_amd.c 88 additions, 51 deletionsdrivers/ntb/hw/amd/ntb_hw_amd.c
- drivers/ntb/hw/amd/ntb_hw_amd.h 0 additions, 3 deletionsdrivers/ntb/hw/amd/ntb_hw_amd.h
- drivers/ntb/hw/idt/Kconfig 31 additions, 0 deletionsdrivers/ntb/hw/idt/Kconfig
- drivers/ntb/hw/idt/Makefile 1 addition, 0 deletionsdrivers/ntb/hw/idt/Makefile
- drivers/ntb/hw/idt/ntb_hw_idt.c 2712 additions, 0 deletionsdrivers/ntb/hw/idt/ntb_hw_idt.c
- drivers/ntb/hw/idt/ntb_hw_idt.h 1149 additions, 0 deletionsdrivers/ntb/hw/idt/ntb_hw_idt.h
- drivers/ntb/hw/intel/ntb_hw_intel.c 173 additions, 125 deletionsdrivers/ntb/hw/intel/ntb_hw_intel.c
- drivers/ntb/hw/intel/ntb_hw_intel.h 0 additions, 3 deletionsdrivers/ntb/hw/intel/ntb_hw_intel.h
- drivers/ntb/ntb.c 69 additions, 0 deletionsdrivers/ntb/ntb.c
- drivers/ntb/ntb_transport.c 29 additions, 13 deletionsdrivers/ntb/ntb_transport.c
- drivers/ntb/test/ntb_perf.c 82 additions, 27 deletionsdrivers/ntb/test/ntb_perf.c
- drivers/ntb/test/ntb_pingpong.c 13 additions, 1 deletiondrivers/ntb/test/ntb_pingpong.c
- drivers/ntb/test/ntb_tool.c 50 additions, 19 deletionsdrivers/ntb/test/ntb_tool.c
- include/linux/ntb.h 613 additions, 108 deletionsinclude/linux/ntb.h
- tools/testing/selftests/ntb/ntb_test.sh 9 additions, 2 deletionstools/testing/selftests/ntb/ntb_test.sh
Loading
Please register or sign in to comment