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

2016-04-08 Thread Thierry Reding
On Thu, Apr 07, 2016 at 11:44:58AM -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. > > Sunrpc also calls skb_recv_datagram to dequeue an

[PATCH net-next 1/2] sunrpc: 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. Sunrpc also calls skb_recv_datagram to dequeue an skb from a udp socket. Modify this receive path to also no longer expect udp