Search found 12 matches

by marekm
09 Jun 2015, 20:45
Forum: PPPoE
Topic: Setting 802.1p VLAN priority in PPPoE frames
Replies: 3
Views: 2957

Re: Setting 802.1p VLAN priority in PPPoE frames

When sending from user space (such as LCP), use the SO_PRIORITY socket option. Kernel mode PPPoE frames priority can be set with "tc skbedit priority" action, as I can see pppoe_sendmsg sets skb->priority = sk->sk_priority; It would be useful to be able to set that from a RADIUS attribute,...
by marekm
09 Jun 2015, 11:20
Forum: PPPoE
Topic: Setting 802.1p VLAN priority in PPPoE frames
Replies: 3
Views: 2957

Setting 802.1p VLAN priority in PPPoE frames

Is it possible (or planned to add such a feature) for accel-ppp listening on VLAN interfaces, to set the 3 CoS bits of 802.1p VLAN priority? It could be useful especially for PPPoE bridged over wireless infrastructure (WMM QoS). Higher priority could be given to LCP frames (use little bandwidth, but...