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
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