Re: [PATCH net-next 1/3] net/sock: factor out dequeue/peek with offset code

2018-10-24 Thread Alexei Starovoitov
On Tue, Oct 23, 2018 at 09:28:03AM +0200, Paolo Abeni wrote: > Hi, > > On Mon, 2018-10-22 at 21:49 -0700, Alexei Starovoitov wrote: > > On Mon, May 15, 2017 at 11:01:42AM +0200, Paolo Abeni wrote: > > > And update __sk_queue_drop_skb() to work on the specified queue. > > > This will help the udp p

Re: [PATCH net-next 1/3] net/sock: factor out dequeue/peek with offset code

2018-10-23 Thread Paolo Abeni
Hi, On Mon, 2018-10-22 at 21:49 -0700, Alexei Starovoitov wrote: > On Mon, May 15, 2017 at 11:01:42AM +0200, Paolo Abeni wrote: > > And update __sk_queue_drop_skb() to work on the specified queue. > > This will help the udp protocol to use an additional private > > rx queue in a later patch. > >

Re: [PATCH net-next 1/3] net/sock: factor out dequeue/peek with offset code

2018-10-22 Thread Alexei Starovoitov
On Mon, May 15, 2017 at 11:01:42AM +0200, Paolo Abeni wrote: > And update __sk_queue_drop_skb() to work on the specified queue. > This will help the udp protocol to use an additional private > rx queue in a later patch. > > Signed-off-by: Paolo Abeni > --- > include/linux/skbuff.h | 7 > i

Re: [PATCH net-next 1/3] net/sock: factor out dequeue/peek with offset code

2017-05-15 Thread Eric Dumazet
On Mon, 2017-05-15 at 11:01 +0200, Paolo Abeni wrote: > And update __sk_queue_drop_skb() to work on the specified queue. > This will help the udp protocol to use an additional private > rx queue in a later patch. > > Signed-off-by: Paolo Abeni > --- Acked-by: Eric Dumazet

[PATCH net-next 1/3] net/sock: factor out dequeue/peek with offset code

2017-05-15 Thread Paolo Abeni
And update __sk_queue_drop_skb() to work on the specified queue. This will help the udp protocol to use an additional private rx queue in a later patch. Signed-off-by: Paolo Abeni --- include/linux/skbuff.h | 7 include/net/sock.h | 4 +-- net/core/datagram.c| 90 +