Re: [PATCH net-next 2/3] cls_flower: Pass the unmasked key to hw

2020-06-19 Thread Jiri Pirko
Fri, Jun 19, 2020 at 11:41:55AM CEST, satis...@oneconvergence.com wrote: >Pass the unmasked key along with the masked key to the hardware. >This enables hardware to manage its own tables better based on the >hardware features/capabilities. I don't undertand the motivation. Could you provide some e

Re: [PATCH net-next 2/3] cls_flower: Pass the unmasked key to hw

2020-06-19 Thread Ido Schimmel
On Fri, Jun 19, 2020 at 03:11:55PM +0530, dsatish wrote: > Pass the unmasked key along with the masked key to the hardware. > This enables hardware to manage its own tables better based on the > hardware features/capabilities. How? Which hardware? You did not patch a single driver... Are you fami

[PATCH net-next 2/3] cls_flower: Pass the unmasked key to hw

2020-06-19 Thread dsatish
Pass the unmasked key along with the masked key to the hardware. This enables hardware to manage its own tables better based on the hardware features/capabilities. Signed-off-by: Chandra Kesava Signed-off-by: Prathibha Nagooru Signed-off-by: Satish Dhote --- include/net/flow_offload.h | 45 ++