fix: net: skb: introduce kfree_skb_reason() (v5.15.58..v5.16)
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 29 Jul 2022 19:37:43 +0000 (15:37 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 29 Jul 2022 19:46:07 +0000 (15:46 -0400)
commit96c477dabaaf6cd1734bebe0972fef877e5a463b
treead17afedbc1f70c8b12390cbeedb9c7f2b09d7e2
parentc6da9604b1666780ea4725b3b3d1bfa1548f9c89
fix: net: skb: introduce kfree_skb_reason() (v5.15.58..v5.16)

See upstream commit :

  commit c504e5c2f9648a1e5c2be01e8c3f59d394192bd3
  Author: Menglong Dong <imagedong@tencent.com>
  Date:   Sun Jan 9 14:36:26 2022 +0800

    net: skb: introduce kfree_skb_reason()

    Introduce the interface kfree_skb_reason(), which is able to pass
    the reason why the skb is dropped to 'kfree_skb' tracepoint.

    Add the 'reason' field to 'trace_kfree_skb', therefor user can get
    more detail information about abnormal skb with 'drop_monitor' or
    eBPF.

    All drop reasons are defined in the enum 'skb_drop_reason', and
    they will be print as string in 'kfree_skb' tracepoint in format
    of 'reason: XXX'.

    ( Maybe the reasons should be defined in a uapi header file, so that
    user space can use them? )

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Change-Id: Ib3c039207739dad10f097cf76474e0822e351273
include/instrumentation/events/skb.h
This page took 0.02566 seconds and 4 git commands to generate.