Re: [PATCH net-next,v5 1/4] net: flow_offload: flip mangle action mask

2019-10-14 Thread Jiri Pirko
Tue, Oct 15, 2019 at 12:10:48AM CEST, pa...@netfilter.org wrote: >Userspace tc pedit action performs a bitwise NOT operation on the mask. >All of the existing drivers in the tree undo this operation. Prepare the >mangle mask in the way the drivers expect from the >tc_setup_flow_action() function. >

[PATCH net-next,v5 1/4] net: flow_offload: flip mangle action mask

2019-10-14 Thread Pablo Neira Ayuso
Userspace tc pedit action performs a bitwise NOT operation on the mask. All of the existing drivers in the tree undo this operation. Prepare the mangle mask in the way the drivers expect from the tc_setup_flow_action() function. Signed-off-by: Pablo Neira Ayuso --- v5: no changes. drivers/net/e