Re: [PATCH net-next] soreuseport: pass skb to secondary UDP socket lookup

2016-01-05 Thread David Miller
From: Craig Gallek Date: Tue, 5 Jan 2016 15:08:07 -0500 > From: Craig Gallek > > This socket-lookup path did not pass along the skb in question > in my original BPF-based socket selection patch. The skb in the > udpN_lib_lookup2 path can be used for BPF-based socket selection just > like it i

Re: [PATCH net-next] soreuseport: pass skb to secondary UDP socket lookup

2016-01-05 Thread Eric Dumazet
On Tue, 2016-01-05 at 15:08 -0500, Craig Gallek wrote: > From: Craig Gallek > > This socket-lookup path did not pass along the skb in question > in my original BPF-based socket selection patch. The skb in the > udpN_lib_lookup2 path can be used for BPF-based socket selection just > like it is in

[PATCH net-next] soreuseport: pass skb to secondary UDP socket lookup

2016-01-05 Thread Craig Gallek
From: Craig Gallek This socket-lookup path did not pass along the skb in question in my original BPF-based socket selection patch. The skb in the udpN_lib_lookup2 path can be used for BPF-based socket selection just like it is in the 'traditional' udpN_lib_lookup path. udpN_lib_lookup2 kicks in