Re: [PATCH net v5 2/2] net/mlx5e: Don't overwrite pedit action when multiple pedit used

2019-01-29 Thread Saeed Mahameed
On Mon, 2019-01-28 at 15:28 -0800, xiangxia.m@gmail.com wrote: > From: Tonghao Zhang > > In some case, we may use multiple pedit actions to modify packets. > The command shown as below: the last pedit action is effective. > > $ tc filter add dev netdev_rep parent : protocol ip prio 1

Re: [PATCH net v5 2/2] net/mlx5e: Don't overwrite pedit action when multiple pedit used

2019-01-29 Thread Or Gerlitz
On Tue, Jan 29, 2019 at 8:05 PM wrote: > From: Tonghao Zhang > > In some case, we may use multiple pedit actions to modify packets. > The command shown as below: the last pedit action is effective. > > $ tc filter add dev netdev_rep parent : protocol ip prio 1\ > flower skip_sw ip

[PATCH net v5 2/2] net/mlx5e: Don't overwrite pedit action when multiple pedit used

2019-01-29 Thread xiangxia . m . yue
From: Tonghao Zhang In some case, we may use multiple pedit actions to modify packets. The command shown as below: the last pedit action is effective. $ tc filter add dev netdev_rep parent : protocol ip prio 1\ flower skip_sw ip_proto icmp dst_ip 3.3.3.3\ action p