diff options
author | 2023-02-15 16:09:10 -0800 | |
---|---|---|
committer | 2023-02-18 01:01:33 -0800 | |
commit | 53ee9142717714881fe0b4292b237e1707246f2c (patch) | |
tree | fe73d164e0a73c277542bc63974f6d1e8a20ec9f /tools/perf/scripts/python/export-to-postgresql.py | |
parent | Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/net (diff) | |
download | wireguard-linux-53ee9142717714881fe0b4292b237e1707246f2c.tar.xz wireguard-linux-53ee9142717714881fe0b4292b237e1707246f2c.zip |
net/mlx5e: Switch to using napi_build_skb()
Use napi_build_skb() which uses NAPI percpu caches to obtain
skbuff_head instead of inplace allocation.
napi_build_skb() calls napi_skb_cache_get(), which returns a cached
skb, or allocates a bulk of NAPI_SKB_CACHE_BULK (16) if cache is empty.
Performance test:
TCP single stream, single ring, single core, default MTU (1500B).
Before: 26.5 Gbits/sec
After: 30.1 Gbits/sec (+13.6%)
Signed-off-by: Tariq Toukan <tariqt@nvidia.com>
Reviewed-by: Gal Pressman <gal@nvidia.com>
Signed-off-by: Saeed Mahameed <saeedm@nvidia.com>
Reviewed-by: Maciej Fijalkowski <maciej.fijalkowski@intel.com>
Reviewed-by: Alexander Lobakin <aleksander.lobakin@intel.com>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions