From: Mathias Kretschmer <[email protected]> Date: Fri, 8 May 2015 15:44:37 +0200
> This patch fixes an issue where the send(MSG_DONTWAIT) call > on a TX_RING is not fully non-blocking in cases where the device's sndBuf is > full. We pass nonblock=true to sock_alloc_send_skb() and return any possibly > occuring error code (most likely EGAIN) to the caller. As the fast-path stays > as it is, we keep the unlikely() around skb == NULL. > > Signed-off-by: Mathias Kretschmer <[email protected]> This looks correct to me, applied, thank you. -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
