summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/exported-sql-viewer.py
diff options
context:
space:
mode:
authorShravya Kumbham <shravya.kumbham@xilinx.com>2022-04-14 15:37:11 +0300
committerDavid S. Miller <davem@davemloft.net>2022-04-15 13:46:29 +0300
commit7240bf6fb216e03fb9add3a3dd23117ad589a0c7 (patch)
treedcdd2bc5aed3c52572c6875243cefd6a0bb473a0 /tools/perf/scripts/python/exported-sql-viewer.py
parent7ae7d494f626a2f1a598fcf15b789a347c2d451a (diff)
downloadlinux-7240bf6fb216e03fb9add3a3dd23117ad589a0c7.tar.xz
net: emaclite: Remove custom BUFFER_ALIGN macro
BUFFER_ALIGN macro is used to calculate the number of bytes required for the next alignment. Instead of this, we can directly use the skb_reserve(skb, NET_IP_ALIGN) to make the protocol header buffer aligned on at least a 4-byte boundary, where the NET_IP_ALIGN is by default defined as 2. So removing the BUFFER_ALIGN and its related defines which it can be done by the skb_reserve() itself. Signed-off-by: Shravya Kumbham <shravya.kumbham@xilinx.com> Signed-off-by: Radhey Shyam Pandey <radhey.shyam.pandey@xilinx.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions