Re: [RFC net-next 0/6] xdp: make stack perform remove and tests

2017-11-25 Thread Jiri Pirko
Sun, Nov 26, 2017 at 02:43:04AM CET, jakub.kicin...@netronome.com wrote: >On Sat, 25 Nov 2017 17:02:09 -0800, Alexei Starovoitov wrote: >> On Thu, Nov 23, 2017 at 06:36:07PM -0800, Jakub Kicinski wrote: >> > Hi! >> > >> > The purpose of this series is to add a software model of BPF offloads >> > t

Re: [RFC net-next 0/6] xdp: make stack perform remove and tests

2017-11-25 Thread Jakub Kicinski
On Sat, 25 Nov 2017 17:02:09 -0800, Alexei Starovoitov wrote: > On Thu, Nov 23, 2017 at 06:36:07PM -0800, Jakub Kicinski wrote: > > Hi! > > > > The purpose of this series is to add a software model of BPF offloads > > to make it easier for everyone to test them and make some of the more > > arcane

Re: [RFC net-next 0/6] xdp: make stack perform remove and tests

2017-11-25 Thread Alexei Starovoitov
On Thu, Nov 23, 2017 at 06:36:07PM -0800, Jakub Kicinski wrote: > Hi! > > The purpose of this series is to add a software model of BPF offloads > to make it easier for everyone to test them and make some of the more > arcane rules and assumptions more clear. > > The series starts with 3 patches a

Re: [RFC net-next 0/6] xdp: make stack perform remove and tests

2017-11-24 Thread Jakub Kicinski
On Fri, 24 Nov 2017 00:02:32 -0800, Jakub Kicinski wrote: > >>Something I'm still battling with, and would appreciate help of > >>wiser people is that occasionally during the test something makes > >>the refcount of init_net drop to 0 :S I tried to create a simple > >>reproducer, but seems like ju

Re: [RFC net-next 0/6] xdp: make stack perform remove and tests

2017-11-24 Thread Jakub Kicinski
On Thu, Nov 23, 2017 at 11:45 PM, Jiri Pirko wrote: > Fri, Nov 24, 2017 at 03:36:07AM CET, jakub.kicin...@netronome.com wrote: >>Hi! >> >>The purpose of this series is to add a software model of BPF offloads >>to make it easier for everyone to test them and make some of the more >>arcane rules and

Re: [RFC net-next 0/6] xdp: make stack perform remove and tests

2017-11-23 Thread Jiri Pirko
Fri, Nov 24, 2017 at 03:36:07AM CET, jakub.kicin...@netronome.com wrote: >Hi! > >The purpose of this series is to add a software model of BPF offloads >to make it easier for everyone to test them and make some of the more >arcane rules and assumptions more clear. > >The series starts with 3 patches

[RFC net-next 0/6] xdp: make stack perform remove and tests

2017-11-23 Thread Jakub Kicinski
Hi! The purpose of this series is to add a software model of BPF offloads to make it easier for everyone to test them and make some of the more arcane rules and assumptions more clear. The series starts with 3 patches aiming to make XDP handling in the drivers less error prone. Currently driver