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

2018-08-28 Thread Jack MIN
On Tue, Aug 28, 2018 at 01:15:09PM +0300, Andrew Rybchenko wrote: > On 08/07/2018 05:20 PM, Jack Min wrote: > > There is a need to offload rewrite MAC address for both destination and > > source > > from the matched flow > > > > The proposed actions could make above easily achieved > > > > > >

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

2018-08-28 Thread Andrew Rybchenko
On 08/07/2018 05:20 PM, Jack Min wrote: There is a need to offload rewrite MAC address for both destination and source from the matched flow The proposed actions could make above easily achieved Signed-off-by: Xiaoyu Min mailto:jack...@mellanox.com>> The only question I have is which Etherne

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

2018-08-23 Thread Ferruh Yigit
On 8/7/2018 3:20 PM, Jack Min wrote: > There is a need to offload rewrite MAC address for both destination and source > from the matched flow > > The proposed actions could make above easily achieved > > > Signed-off-by: Xiaoyu Min mailto:jack...@mellanox.com>> Looks good to me. @Adrien, @Andr

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

2018-08-23 Thread Rahul Lakkireddy
On Thursday, August 08/23/18, 2018 at 07:45:27 +0530, Jack MIN wrote: > On Tue, Aug 21, 2018 at 01:44:32PM +0530, Rahul Lakkireddy wrote: > > On Tuesday, August 08/14/18, 2018 at 14:45:45 +0530, Jack MIN wrote: > > > On Mon, Aug 13, 2018 at 03:38:18PM +0530, Rahul Lakkireddy wrote: > > > > On Tuesd

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

2018-08-22 Thread Jack MIN
On Tue, Aug 21, 2018 at 01:44:32PM +0530, Rahul Lakkireddy wrote: > On Tuesday, August 08/14/18, 2018 at 14:45:45 +0530, Jack MIN wrote: > > On Mon, Aug 13, 2018 at 03:38:18PM +0530, Rahul Lakkireddy wrote: > > > On Tuesday, August 08/07/18, 2018 at 14:20:10 +, Jack Min wrote: > > > > There is

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

2018-08-21 Thread Rahul Lakkireddy
On Tuesday, August 08/14/18, 2018 at 14:45:45 +0530, Jack MIN wrote: > On Mon, Aug 13, 2018 at 03:38:18PM +0530, Rahul Lakkireddy wrote: > > On Tuesday, August 08/07/18, 2018 at 14:20:10 +, Jack Min wrote: > > > There is a need to offload rewrite MAC address for both destination and > > > sour

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

2018-08-14 Thread Jack MIN
On Mon, Aug 13, 2018 at 03:38:18PM +0530, Rahul Lakkireddy wrote: > On Tuesday, August 08/07/18, 2018 at 14:20:10 +, Jack Min wrote: > > There is a need to offload rewrite MAC address for both destination and > > source > > from the matched flow > > > > The proposed actions could make above e

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

2018-08-13 Thread Rahul Lakkireddy
On Tuesday, August 08/07/18, 2018 at 14:20:10 +, Jack Min wrote: > There is a need to offload rewrite MAC address for both destination and source > from the matched flow > > The proposed actions could make above easily achieved > +1. We're also looking to offload these actions. In addition,

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

2018-08-07 Thread Jack Min
There is a need to offload rewrite MAC address for both destination and source from the matched flow The proposed actions could make above easily achieved Signed-off-by: Xiaoyu Min mailto:jack...@mellanox.com>> --- lib/librte_ethdev/rte_flow.h | 32 1 file changed