OPNSense/src d039e3csys/ofed/drivers/infiniband/ulp/ipoib ipoib_main.c ipoib_ib.c

MFS r353182:
Make sure the transmit loop doesn't get starved in ipoib.

When the software send queue gets filled up, callbacks to
if_transmit will stop. Make sure the transmit callback
routine checks the send queue and outputs any remaining
mbufs. Else the remaining mbufs may simply sit in the
output queue blocking the transmit path.

Sponsored by:   Mellanox Technologies
Approved by:    re (gjb)
DeltaFile
+15-7sys/ofed/drivers/infiniband/ulp/ipoib/ipoib_main.c
+7-4sys/ofed/drivers/infiniband/ulp/ipoib/ipoib_ib.c
+4-2sys/ofed/drivers/infiniband/ulp/ipoib/ipoib_cm.c
+3-1sys/ofed/drivers/infiniband/ulp/ipoib/ipoib.h
+29-144 files

UnifiedSplitRaw