Re: [dpdk-dev] [PATCH] net/mlx5: fix location of comment line

2019-09-05 Thread Raslan Darawsheh
Hi, > -Original Message- > From: dev On Behalf Of Dekel Peled > Sent: Tuesday, August 13, 2019 5:07 PM > To: Yongseok Koh ; Slava Ovsiienko > ; Shahaf Shuler > Cc: Ori Kam ; dev@dpdk.org; sta...@dpdk.org > Subject: [dpdk-dev] [PATCH] net/mlx5: fix location of commen

Re: [dpdk-dev] [PATCH] net/mlx5: fix location of comment line

2019-09-04 Thread Slava Ovsiienko
> -Original Message- > From: Dekel Peled > Sent: Tuesday, August 13, 2019 17:07 > To: Yongseok Koh ; Slava Ovsiienko > ; Shahaf Shuler > Cc: Ori Kam ; dev@dpdk.org; sta...@dpdk.org > Subject: [PATCH] net/mlx5: fix location of comment line > > In struct mlx5_ibv_shared, member esw_drop_ac

[dpdk-dev] [PATCH] net/mlx5: fix location of comment line

2019-08-13 Thread Dekel Peled
In struct mlx5_ibv_shared, member esw_drop_action was added between existing member tx_tbl and the comment line describing it. This patch moves the comment line to its original location, and fixes a typo in the comment. Fixes: 34fa7c0268e7 ("net/mlx5: add drop action to Direct Verbs E-Switch") Cc: