diff options
author | Eric Dumazet <edumazet@google.com> | 2023-02-06 20:31:00 +0300 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2023-02-07 21:59:48 +0300 |
commit | 115f1a5c42bdad9a9ea356fc0b4a39ec7537947f (patch) | |
tree | 3940b5e63f565d6c5430d370a427d7f82031cd68 /tools/perf/scripts/python/export-to-sqlite.py | |
parent | 61d731e6538dc44abf2dca6e77098ec6e85f7cc2 (diff) | |
download | linux-115f1a5c42bdad9a9ea356fc0b4a39ec7537947f.tar.xz |
net: add SKB_HEAD_ALIGN() helper
We have many places using this expression:
SKB_DATA_ALIGN(sizeof(struct skb_shared_info))
Use of SKB_HEAD_ALIGN() will allow to clean them.
Signed-off-by: Eric Dumazet <edumazet@google.com>
Acked-by: Soheil Hassas Yeganeh <soheil@google.com>
Acked-by: Paolo Abeni <pabeni@redhat.com>
Reviewed-by: Alexander Duyck <alexanderduyck@fb.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions