linux-sg2042/drivers/infiniband/ulp
Roland Dreier 1b844afe9e IPoIB: Recycle loopback skbs instead of freeing and reallocating
InfiniBand HCAs replicate multicast packets back to the QP that sent
them if that QP is attached to the destination multicast group.  This
means that IPoIB multicasts are often replicated back to the receive
queue of the interface that generated them.  To avoid confusing the
network stack, we drop these duplicates within the IPoIB driver.

However, there's no reason to free the skb that received the duplicate
and then immediately allocate a new skb to post to the receive queue.
We can be more efficient and just repost the same skb.

Signed-off-by: Roland Dreier <rolandd@cisco.com>
2007-07-10 13:43:53 -07:00
..
ipoib IPoIB: Recycle loopback skbs instead of freeing and reallocating 2007-07-10 13:43:53 -07:00
iser IB: Use menuconfig for InfiniBand menu 2007-07-09 20:12:26 -07:00
srp IB: Use menuconfig for InfiniBand menu 2007-07-09 20:12:26 -07:00