Re: [dpdk-dev] [PATCH v2 6/6] net/mlx5: not split hairpin flow in explicit mode

2020-10-26 Thread Slava Ovsiienko
> -Original Message- > From: Bing Zhao > Sent: Thursday, October 22, 2020 17:07 > To: viachesl...@mellanox.com; ma...@mellanox.com > Cc: dev@dpdk.org; Ori Kam ; Raslan Darawsheh > > Subject: [PATCH v2 6/6] net/mlx5: not split hairpin flow in explicit mode > > In the current implementatio

[dpdk-dev] [PATCH v2 6/6] net/mlx5: not split hairpin flow in explicit mode

2020-10-22 Thread Bing Zhao
In the current implementation, the hairpin flow will be split into two flows implicitly if there is some action that only belongs to the TX part. A TX device flow will be inserted by the mlx5 PMD itself. In hairpin between two ports, the explicit TX flow mode will be the only one to be supported.