mirror of
https://github.com/xdp-project/bpf-examples.git
synced 2024-05-06 15:54:53 +00:00
traffic-pacing-edt: whitespace cleanups
Signed-off-by: Jesper Dangaard Brouer <netoptimizer@brouer.com>
This commit is contained in:
committed by
Jesper Dangaard Brouer
parent
ea11864db2
commit
b4dad87cad
@ -272,7 +272,7 @@ SEC("classifier") int tc_edt_vlan(struct __sk_buff *skb)
|
||||
|
||||
vlan_key = extract_vlan_key(skb, &vlans);
|
||||
|
||||
/* Each (inner) VLAN id gets it own EDT pacing */
|
||||
/* Each (inner) VLAN id gets it own EDT pacing */
|
||||
return sched_departure(skb, vlan_key);
|
||||
|
||||
out:
|
||||
|
Reference in New Issue
Block a user