mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 12:28:41 +08:00
b77b2637b3
Each link-up will allocate a new NTB receive buffer when the NTB properties are negotiated with the remote system. These allocations did not check for existing buffers and thus did not free them. Now, the driver will check for an existing buffer and free it if not of the correct size, before trying to alloc a new one. Signed-off-by: Jon Mason <jon.mason@intel.com> |
||
---|---|---|
.. | ||
Kconfig | ||
Makefile | ||
ntb_hw.c | ||
ntb_hw.h | ||
ntb_regs.h | ||
ntb_transport.c |