On Fri, 27 Oct 2017 02:37:44 -0700
Amritha Nambiar wrote:
> Use the classid values reserved in the range :ffe0 - :ffef
> to identify hardware traffic classes.
>
> Example:
> Match Dst IPv4,Dst Port and route to TC1:
> # tc filter add dev eth0 protocol ip parent :\
> prio 1 flower dst_ip 19
Use the classid values reserved in the range :ffe0 - :ffef
to identify hardware traffic classes.
Example:
Match Dst IPv4,Dst Port and route to TC1:
# tc filter add dev eth0 protocol ip parent :\
prio 1 flower dst_ip 192.168.1.1/32\
ip_proto udp dst_port 12000 skip_sw\
hw_tc 1
# tc filte