Re: [PATCH net-next,v4 00/12] add flow_rule infrastructure

2018-11-29 Thread Jiri Pirko
Thu, Nov 29, 2018 at 04:47:07PM CET, john.fastab...@gmail.com wrote: >On 11/28/18 6:22 PM, Pablo Neira Ayuso wrote: >> Hi, >> >> This patchset is another iteration to introduce an in-kernel intermediate >> representation (IR) to express ACL hardware offloads [1] [2] [3]. >> > >Hi, > >Also wanted

Re: [PATCH net-next,v4 00/12] add flow_rule infrastructure

2018-11-29 Thread John Fastabend
On 11/28/18 6:22 PM, Pablo Neira Ayuso wrote: > Hi, > > This patchset is another iteration to introduce an in-kernel intermediate > representation (IR) to express ACL hardware offloads [1] [2] [3]. > Hi, Also wanted to add. In an earlier thread it was mentioned this could be used for other

[PATCH net-next,v4 00/12] add flow_rule infrastructure

2018-11-28 Thread Pablo Neira Ayuso
Hi, This patchset is another iteration to introduce an in-kernel intermediate representation (IR) to express ACL hardware offloads [1] [2] [3]. Changes from previous version, based on feedback from: * Marcelo Ricardo Leitner: - Fix bisect-ability due to update in flow_rule_alloc().