Re: [RFC PATCH net-next 3/3] flow_offload: support CVLAN match

2019-05-14 Thread Jianbo Liu
The 05/13/2019 14:28, Edward Cree wrote: > On 13/05/2019 13:54, Jianbo Liu wrote: > > Could you please push to 5.1 and 5.0-stable? The original patch brought a > > bug > > in mlx5_core driver. Need your patch to fix. > > > > --- a/drivers/net/ethernet/mellanox/mlx5/core/en_tc.c > > +++ b/drivers/n

Re: [RFC PATCH net-next 3/3] flow_offload: support CVLAN match

2019-05-13 Thread Edward Cree
On 13/05/2019 13:54, Jianbo Liu wrote: > Could you please push to 5.1 and 5.0-stable? The original patch brought a bug > in mlx5_core driver. Need your patch to fix. > > --- a/drivers/net/ethernet/mellanox/mlx5/core/en_tc.c > +++ b/drivers/net/ethernet/mellanox/mlx5/core/en_tc.c > @@ -1615,7 +1615,

Re: [RFC PATCH net-next 3/3] flow_offload: support CVLAN match

2019-05-13 Thread Jianbo Liu
The 05/03/2019 16:08, Edward Cree wrote: > Plumb it through from the flow_dissector. > > Signed-off-by: Edward Cree > --- > include/net/flow_offload.h | 2 ++ > net/core/flow_offload.c| 7 +++ > 2 files changed, 9 insertions(+) > > diff --git a/include/net/flow_offload.h b/include/net/f

[RFC PATCH net-next 3/3] flow_offload: support CVLAN match

2019-05-03 Thread Edward Cree
Plumb it through from the flow_dissector. Signed-off-by: Edward Cree --- include/net/flow_offload.h | 2 ++ net/core/flow_offload.c| 7 +++ 2 files changed, 9 insertions(+) diff --git a/include/net/flow_offload.h b/include/net/flow_offload.h index 6f59cdaf6eb6..48847ee7aa3a 100644 --- a