Re: [dpdk-dev] [PATCH v2] ethdev: add generic MAC address rewrite actions

2018-08-30 Thread Jack MIN
Sorry, A wrong title. Please ignore this one. -Jack On Thu, Aug 30, 2018 at 02:54:12PM +0800, Xiaoyu Min wrote: > There is a need to offload rewrite outermost MAC address for both > destination and source from the matched flow > > The proposed actions could make above easily achieved > > Sign

[dpdk-dev] [PATCH v2] ethdev: add generic MAC address rewrite actions

2018-08-29 Thread Xiaoyu Min
There is a need to offload rewrite outermost MAC address for both destination and source from the matched flow The proposed actions could make above easily achieved Signed-off-by: Xiaoyu Min --- v2: - Updated description about the MAC address is the outermost one lib/librte_ethdev/rte_flow.h |