Re: [PATCH net-next V2 0/4] add support for dissection and matching on ip tos and ttl

2017-06-04 Thread David Miller
From: Or Gerlitz Date: Thu, 1 Jun 2017 21:37:36 +0300 > The 1st two patches enable matching/classifying on ip tos and ttl by > the flow dissector and flower. The other two patches offload matching > on tcp flags and ip tos in mlx5. > > The mlx5 patches touch single

[PATCH net-next V2 0/4] add support for dissection and matching on ip tos and ttl

2017-06-01 Thread Or Gerlitz
Hi Dave, The 1st two patches enable matching/classifying on ip tos and ttl by the flow dissector and flower. The other two patches offload matching on tcp flags and ip tos in mlx5. The mlx5 patches touch single file/function and not interfere with other inflight mlx5 submissions. Or. V2: