Re: [dpdk-dev] [PATCH 5/9] net/mlx5: add port ID item to Direct Verbs

2019-04-17 Thread Ori Kam
Hi Yongseok, PSB > -Original Message- > From: Yongseok Koh > Sent: Thursday, April 18, 2019 3:20 AM > To: Ori Kam > Cc: Shahaf Shuler ; Matan Azrad > ; Slava Ovsiienko ; Moti > Haimovsky ; dev@dpdk.org > Subject: Re: [PATCH 5/9] net/mlx5: add port ID item to Direct Verbs > > On Sun, Apr

Re: [dpdk-dev] [PATCH 5/9] net/mlx5: add port ID item to Direct Verbs

2019-04-17 Thread Yongseok Koh
On Sun, Apr 14, 2019 at 09:12:33PM +, Ori Kam wrote: > Adds the port ID item to the DV steering code. > > Signed-off-by: Ori Kam > --- > drivers/net/mlx5/mlx5_flow_dv.c | 86 > ++--- > 1 file changed, 63 insertions(+), 23 deletions(-) > > diff --git a/dr

[dpdk-dev] [PATCH 5/9] net/mlx5: add port ID item to Direct Verbs

2019-04-14 Thread Ori Kam
Adds the port ID item to the DV steering code. Signed-off-by: Ori Kam --- drivers/net/mlx5/mlx5_flow_dv.c | 86 ++--- 1 file changed, 63 insertions(+), 23 deletions(-) diff --git a/drivers/net/mlx5/mlx5_flow_dv.c b/drivers/net/mlx5/mlx5_flow_dv.c index fedc6c