Re: [dpdk-dev] [PATCH v2 8/9] net/mlx5: add Forward Database table type

2019-04-18 Thread Yongseok Koh
On Thu, Apr 18, 2019 at 11:28:49AM +, Ori Kam wrote: > Actions like encap/decap, modify header require setting the flow table > type. Until now we supported only Nic RX and Nic TX, this commits adds > the support for FDB table type for those actions. > > Signed-off-by: Ori Kam > --- Acked-by

[dpdk-dev] [PATCH v2 8/9] net/mlx5: add Forward Database table type

2019-04-18 Thread Ori Kam
Actions like encap/decap, modify header require setting the flow table type. Until now we supported only Nic RX and Nic TX, this commits adds the support for FDB table type for those actions. Signed-off-by: Ori Kam --- v2: * Address ML comments. --- drivers/net/mlx5/mlx5_flow_dv.c | 56 +