Re: [dpdk-dev] [PATCH v2 3/3] net/mlx5: remove flags setting from flow preparation

2018-11-04 Thread Ori Kam
> -Original Message- > From: Yongseok Koh > Sent: Monday, November 5, 2018 9:21 AM > To: Shahaf Shuler > Cc: dev@dpdk.org; Ori Kam ; Yongseok Koh > > Subject: [PATCH v2 3/3] net/mlx5: remove flags setting from flow preparation > > Even though flow_drv_prepare() takes item_flags and ac

[dpdk-dev] [PATCH v2 3/3] net/mlx5: remove flags setting from flow preparation

2018-11-04 Thread Yongseok Koh
Even though flow_drv_prepare() takes item_flags and action_flags to be filled in, those are not used and will be overwritten by parsing of flow_drv_translate(). There's no reason to keep the flags and fill it. Appropriate notes are added to the documentation of flow_drv_prepare() and flow_drv_trans