Re: [dpdk-dev] [PATCH v2 1/3] net/mlx5: prepare Direct Verbs for Direct Rule

2019-04-03 Thread Shahaf Shuler
Thursday, March 28, 2019 6:33 PM, Ori Kam: > Subject: [PATCH v2 1/3] net/mlx5: prepare Direct Verbs for Direct Rule > --- a/drivers/net/mlx5/mlx5_glue.h > +++ b/drivers/net/mlx5/mlx5_glue.h > @@ -55,6 +55,10 @@ [...] > enum mlx5dv_flow_table_type { flow_table_type = 0, }; #endif > > +#ifndef

Re: [dpdk-dev] [PATCH v2 1/3] net/mlx5: prepare Direct Verbs for Direct Rule

2019-04-01 Thread Slava Ovsiienko
> -Original Message- > From: Ori Kam > Sent: Thursday, March 28, 2019 18:33 > To: Matan Azrad ; Yongseok Koh > ; Shahaf Shuler > Cc: dev@dpdk.org; Ori Kam ; Slava Ovsiienko > > Subject: [PATCH v2 1/3] net/mlx5: prepare Direct Verbs for Direct Rule > > This is the first patch of a series

[dpdk-dev] [PATCH v2 1/3] net/mlx5: prepare Direct Verbs for Direct Rule

2019-03-28 Thread Ori Kam
This is the first patch of a series that is designed to enable the Direct Rules API. The main difference between Direct Verbs and Direct Rules from API prespective, is that in Direct Rules each action has it's own create function and the object itself is of type void. In this patch I'm adding fun