Re: [for-next V2 12/13] {net,IB}/mlx5: Add flow steering helpers

2018-03-07 Thread Doug Ledford
On Tue, 2018-03-06 at 22:35 -0800, Saeed Mahameed wrote: > diff --git a/include/linux/mlx5/fs_helpers.h b/include/linux/mlx5/fs_helpers.h > new file mode 100644 > index ..7b476bbae731 > --- /dev/null > +++ b/include/linux/mlx5/fs_helpers.h > @@ -0,0 +1,134 @@ > +/* > + * Copyright (c)

[for-next V2 12/13] {net,IB}/mlx5: Add flow steering helpers

2018-03-06 Thread Saeed Mahameed
From: Boris Pismenny Add helper functions that check if a protocol is part of a flow steering match criteria. Signed-off-by: Boris Pismenny Signed-off-by: Matan Barak Signed-off-by: Aviad Yehezkel