Re: [dpdk-dev] [PATCH 0/6] net/mlx5: add support for switch flow rules

2018-06-28 Thread Nélio Laranjeiro
On Wed, Jun 27, 2018 at 08:08:08PM +0200, Adrien Mazarguil wrote: > This series adds support for switch flow rules, that is, rte_flow rules > applied to mlx5 devices at the switch level. > > It allows applications to offload traffic redirection between DPDK ports in > hardware, while optionally mo

[dpdk-dev] [PATCH 0/6] net/mlx5: add support for switch flow rules

2018-06-27 Thread Adrien Mazarguil
This series adds support for switch flow rules, that is, rte_flow rules applied to mlx5 devices at the switch level. It allows applications to offload traffic redirection between DPDK ports in hardware, while optionally modifying it (e.g. performing encap/decap). For this to work, involved DPDK p