Skip to content
Commit 851f36e4 authored by Qitao Xu's avatar Qitao Xu Committed by David S. Miller
Browse files

net_sched: use %px to print skb address in trace_qdisc_dequeue()



Print format of skbaddr is changed to %px from %p, because we want
to use skb address as a quick way to identify a packet.

Note, trace ring buffer is only accessible to privileged users,
it is safe to use a real kernel address here.

Reviewed-by: default avatarCong Wang <cong.wang@bytedance.com>
Signed-off-by: default avatarQitao Xu <qitao.xu@bytedance.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 65875073
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment