[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20160725.105646.945632034160752030.davem@davemloft.net>
Date: Mon, 25 Jul 2016 10:56:46 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: lucien.xin@...il.com
Cc: netdev@...r.kernel.org, linux-sctp@...r.kernel.org,
marcelo.leitner@...il.com, vyasevich@...il.com,
daniel@...earbox.net
Subject: Re: [PATCH net-next] sctp: use inet_recvmsg to support sctp RFS
well
From: Xin Long <lucien.xin@...il.com>
Date: Fri, 22 Jul 2016 21:25:42 +0800
> Commit 486bdee0134c ("sctp: add support for RPS and RFS")
> saves skb->hash into sk->sk_rxhash so that the inet_* can
> record it to flow table.
>
> But sctp uses sock_common_recvmsg as .recvmsg instead
> of inet_recvmsg, sock_common_recvmsg doesn't invoke
> sock_rps_record_flow to record the flow. It may cause
> that the receiver has no chances to record the flow if
> it doesn't send msg or poll the socket.
>
> So this patch fixes it by using inet_recvmsg as .recvmsg
> in sctp.
>
> Fixes: 486bdee0134c ("sctp: add support for RPS and RFS")
> Signed-off-by: Xin Long <lucien.xin@...il.com>
Applied.
Powered by blists - more mailing lists