Re: [net-next 13/16] net/mlx5e: Helper function to set ethertype

2020-05-27 Thread Jakub Kicinski
On Tue, 26 May 2020 18:49:21 -0700 Saeed Mahameed wrote: > From: Eli Britstein > > Set ethertype match in a helper function as a pre-step towards > optimizing it. > > Signed-off-by: Eli Britstein > Reviewed-by: Roi Dayan > Signed-off-by: Saeed Mahameed drivers/net/ethernet/mellanox/mlx5/core

[net-next 13/16] net/mlx5e: Helper function to set ethertype

2020-05-26 Thread Saeed Mahameed
From: Eli Britstein Set ethertype match in a helper function as a pre-step towards optimizing it. Signed-off-by: Eli Britstein Reviewed-by: Roi Dayan Signed-off-by: Saeed Mahameed --- .../ethernet/mellanox/mlx5/core/en/tc_ct.c| 5 + .../ethernet/mellanox/mlx5/core/en/tc_tun.c | 21