Re: act_skbedit unable to check queue_mapping at init time

2017-10-16 Thread Cong Wang
Hi, Florian On Wed, Oct 11, 2017 at 12:02 PM, Florian Fainelli wrote: > Hi all, > > It is perfectly possible for the following to happen: > > # ls /sys/class/net/gphy/queues > rx-0 tx-0 tx-1 tx-2 tx-3 > # tc qdisc add dev gphy root handle 1: multiq > # tc filter add dev gphy parent 1: protoco

act_skbedit unable to check queue_mapping at init time

2017-10-11 Thread Florian Fainelli
Hi all, It is perfectly possible for the following to happen: # ls /sys/class/net/gphy/queues rx-0 tx-0 tx-1 tx-2 tx-3 # tc qdisc add dev gphy root handle 1: multiq # tc filter add dev gphy parent 1: protocol ip prio 1 u32 match ip dst 192.168.1.1 action skbedit queue_mapping 5 that specifi