Re: [dpdk-dev] [PATCH 0/3] ethdev: add generic MAC address rewrite actions

2018-10-07 Thread Xiaoyu Min
On 18-10-05 13:54:38, Ferruh Yigit wrote: > On 9/25/2018 4:03 PM, Xiaoyu Min wrote: > > This series is for RFC[1] > > > > Patch 1 adds generic MAC address rewrite actions to flow API > > Patch 2 adds testpmd commands for that > > Patch 3 offloads these actions on Mellanox MLX5 by using E-Switch ru

Re: [dpdk-dev] [PATCH 0/3] ethdev: add generic MAC address rewrite actions

2018-10-05 Thread Ferruh Yigit
On 9/25/2018 4:03 PM, Xiaoyu Min wrote: > This series is for RFC[1] > > Patch 1 adds generic MAC address rewrite actions to flow API > Patch 2 adds testpmd commands for that > Patch 3 offloads these actions on Mellanox MLX5 by using E-Switch rule > > [1]: https://patches.dpdk.org/patch/44005/ >

[dpdk-dev] [PATCH 0/3] ethdev: add generic MAC address rewrite actions

2018-09-25 Thread Xiaoyu Min
This series is for RFC[1] Patch 1 adds generic MAC address rewrite actions to flow API Patch 2 adds testpmd commands for that Patch 3 offloads these actions on Mellanox MLX5 by using E-Switch rule [1]: https://patches.dpdk.org/patch/44005/ Xiaoyu Min (3): ethdev: add generic MAC address rewrit