Re: [PATCH net-next 05/10] ipv6: factor out protocol delivery helper

2018-11-08 Thread Sergei Shtylyov
On 11/8/2018 1:13 PM, Paolo Abeni wrote: So that we can re-use it at the UDP level in the next patch rfc v3 -> v1: - add the helper declaration into the ipv6 header Signed-off-by: Paolo Abeni --- include/net/ipv6.h | 2 ++ net/ipv6/ip6_input.c | 28 2

Re: [PATCH net-next 05/10] ipv6: factor out protocol delivery helper

2018-11-08 Thread Paolo Abeni
Hi, On Thu, 2018-11-08 at 12:01 +0300, Sergei Shtylyov wrote: > On 11/7/2018 2:38 PM, Paolo Abeni wrote: > > > So that we can re-use it at the UDP level in the next patch > > > > rfc v3 -> v1: > > - add the helper declaration into the ipv6 header > > > > Signed-off-by: Paolo Abeni > > --- >

Re: [PATCH net-next 05/10] ipv6: factor out protocol delivery helper

2018-11-08 Thread Sergei Shtylyov
On 11/7/2018 2:38 PM, Paolo Abeni wrote: So that we can re-use it at the UDP level in the next patch rfc v3 -> v1: - add the helper declaration into the ipv6 header Signed-off-by: Paolo Abeni --- include/net/ipv6.h | 2 ++ net/ipv6/ip6_input.c | 28 2 fil

[PATCH net-next 05/10] ipv6: factor out protocol delivery helper

2018-11-07 Thread Paolo Abeni
So that we can re-use it at the UDP level in the next patch rfc v3 -> v1: - add the helper declaration into the ipv6 header Signed-off-by: Paolo Abeni --- include/net/ipv6.h | 2 ++ net/ipv6/ip6_input.c | 28 2 files changed, 18 insertions(+), 12 deletions(-) d