]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
IB/sdp: try to send after push mark is set
authorAmi Parlmuter <amip@Ami-desktop.(none)>
Wed, 21 Feb 2007 09:55:38 +0000 (11:55 +0200)
committerMukesh Kacker <mukesh.kacker@oracle.com>
Tue, 6 Oct 2015 12:04:04 +0000 (05:04 -0700)
Signed-off-by: Amiram Perlmutter <amip@mellanox.co.il>
drivers/infiniband/ulp/sdp/sdp_main.c

index 2f940c12b88be97ad89e044adf6b39f57b97e5c5..9c9ff0ec11f36d69a1f6249b5b517df26b0871cb 100644 (file)
@@ -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)