From: Ami Parlmuter Date: Wed, 21 Feb 2007 09:55:38 +0000 (+0200) Subject: IB/sdp: try to send after push mark is set X-Git-Tag: v4.1.12-92~264^2~5^2~362 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=bd72c2b76a13272b464d0499f38377bb61fef1c3;p=users%2Fjedix%2Flinux-maple.git IB/sdp: try to send after push mark is set Signed-off-by: Amiram Perlmutter --- diff --git a/drivers/infiniband/ulp/sdp/sdp_main.c b/drivers/infiniband/ulp/sdp/sdp_main.c index 2f940c12b88be..9c9ff0ec11f36 100644 --- a/drivers/infiniband/ulp/sdp/sdp_main.c +++ b/drivers/infiniband/ulp/sdp/sdp_main.c @@ -783,6 +783,7 @@ static void sdp_mark_push(struct sdp_sock *ssk, struct sk_buff *skb) { TCP_SKB_CB(skb)->flags |= TCPCB_FLAG_PSH; ssk->pushed_seq = ssk->write_seq; + sdp_post_sends(ssk, 0); } static inline void sdp_push_pending_frames(struct sock *sk)