Re: [net-next,2/2] rxrpc: do not pull udp headers on receive

2016-04-08 Thread Thierry Reding
On Thu, Apr 07, 2016 at 11:44:59AM -0400, Willem de Bruijn wrote: > From: Willem de Bruijn > > Commit e6afc8ace6dd modified the udp receive path by pulling the udp > header before queuing an skbuff onto the receive queue. > > Rxrpc also calls skb_recv_datagram to dequeue an

[PATCH net-next 2/2] rxrpc: do not pull udp headers on receive

2016-04-07 Thread Willem de Bruijn
From: Willem de Bruijn Commit e6afc8ace6dd modified the udp receive path by pulling the udp header before queuing an skbuff onto the receive queue. Rxrpc also calls skb_recv_datagram to dequeue an skb from a udp socket. Modify this receive path to also no longer expect udp