Re: Getting at the UDP headers from ->data_ready()

2016-04-11 Thread David Howells
Willem de Bruijn wrote: > The network and transport header pointers are still valid. Commit e6afc8ace6dd > only changes where skb->data points to. It does not discard the data between > skb->head and skb->data. This rxrpc follow-up patch fixes some offset > arithmetic to the payload, which is co

Re: Getting at the UDP headers from ->data_ready()

2016-04-11 Thread Willem de Bruijn
On Mon, Apr 11, 2016 at 5:04 PM, David Howells wrote: > Hi Willem, > > With regards to: > > commit 4d0fc73ebe94ac984a187f21fbf4f3a1ac846f5a > Author: Willem de Bruijn > Date: Thu Apr 7 11:44:59 2016 -0400 > > rxrpc: do not pull udp headers on receive > > Commit e6afc8ace6dd

Getting at the UDP headers from ->data_ready()

2016-04-11 Thread David Howells
Hi Willem, With regards to: commit 4d0fc73ebe94ac984a187f21fbf4f3a1ac846f5a Author: Willem de Bruijn Date: Thu Apr 7 11:44:59 2016 -0400 rxrpc: do not pull udp headers on receive Commit e6afc8ace6dd modified the udp receive path by pulling the udp header before qu