linux/drivers/ntb
Jon Mason 448c6fb3a3 NTB: Out of free receive entries issue
If the NTB client driver enqueues the maximum number of rx buffers, it
will not be able to re-enqueue another in its callback handler due to a
lack of free entries.  This can be avoided by adding the current entry
to the free queue prior to calling the client callback handler.  With
this change, ntb_netdev will no longer encounter a rx error on its first
packet.

Signed-off-by: Jon Mason <jon.mason@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2013-01-20 15:45:52 -08:00
..
Kconfig PCI-Express Non-Transparent Bridge Support 2013-01-17 19:11:14 -08:00
Makefile PCI-Express Non-Transparent Bridge Support 2013-01-17 19:11:14 -08:00
ntb_hw.c NTB: namespacecheck cleanups 2013-01-20 15:45:51 -08:00
ntb_hw.h PCI-Express Non-Transparent Bridge Support 2013-01-17 19:11:14 -08:00
ntb_regs.h PCI-Express Non-Transparent Bridge Support 2013-01-17 19:11:14 -08:00
ntb_transport.c NTB: Out of free receive entries issue 2013-01-20 15:45:52 -08:00