[PATCH net-next,v3 03/12] flow_dissector: add flow action infrastructure

2018-11-20 Thread Pablo Neira Ayuso
This new infrastructure defines the nic actions that you can perform from existing network drivers. This infrastructure allows us to avoid a direct dependency with the native software TC action representation. Signed-off-by: Pablo Neira Ayuso --- v3: Suggested by Jiri Pirko: - Remove _key

Re: [PATCH net-next,v3 03/12] flow_dissector: add flow action infrastructure

2018-11-21 Thread Florian Fainelli
On 11/20/2018 6:51 PM, Pablo Neira Ayuso wrote: > This new infrastructure defines the nic actions that you can perform > from existing network drivers. This infrastructure allows us to avoid a > direct dependency with the native software TC action representation. > > Signed-off-by: Pablo Neira