From: David S. Miller Date: Fri, 10 Feb 2023 08:00:05 +0000 (+0000) Subject: Merge tag 'rxrpc-next-20230208' of git://git.kernel.org/pub/scm/linux/kernel/git... X-Git-Tag: v6.6.7~3490^2~98 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=21119e2c6e8461677c86decc9cdbcfb14bde0741;p=platform%2Fkernel%2Flinux-starfive.git Merge tag 'rxrpc-next-20230208' of git://git./linux/kernel/git/dhowells/linux-fs David Howells says: ==================== rxrpc development Here are some miscellaneous changes for rxrpc: (1) Use consume_skb() rather than kfree_skb_reason(). (2) Fix unnecessary waking when poking and already-poked call. (3) Add ack.rwind to the rxrpc_tx_ack tracepoint as this indicates how many incoming DATA packets we're telling the peer that we are currently willing to accept on this call. (4) Reduce duplicate ACK transmission. We send ACKs to let the peer know that we're increasing the receive window (ack.rwind) as we consume packets locally. Normal ACK transmission is triggered in three places and that leads to duplicates being sent. ==================== Signed-off-by: David S. Miller --- 21119e2c6e8461677c86decc9cdbcfb14bde0741