aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ice/ice_main.c
diff options
context:
space:
mode:
authorJakub Kicinski <kuba@kernel.org>2024-06-19 17:38:13 -0700
committerJakub Kicinski <kuba@kernel.org>2024-06-19 17:38:13 -0700
commit6f80fcdfbc14942c88eb99e1980f85ae2d996cca (patch)
treee61b2ac5d84e4c508b502e28de081708a27cd100 /drivers/net/ethernet/intel/ice/ice_main.c
parent89f5e607772b4d6e467adf8bbe530a5036abb415 (diff)
parentd94ae6415becdf437d58e60d1f153af39dddb247 (diff)
downloadlinux-6f80fcdfbc14942c88eb99e1980f85ae2d996cca.tar.gz
linux-6f80fcdfbc14942c88eb99e1980f85ae2d996cca.tar.bz2
linux-6f80fcdfbc14942c88eb99e1980f85ae2d996cca.zip
Merge branch 'mlxsw-use-page-pool-for-rx-buffers-allocation'
Petr Machata says: ==================== mlxsw: Use page pool for Rx buffers allocation Amit Cohen writes: After using NAPI to process events from hardware, the next step is to use page pool for Rx buffers allocation, which is also enhances performance. To simplify this change, first use page pool to allocate one continuous buffer for each packet, later memory consumption can be improved by using fragmented buffers. This set significantly enhances mlxsw driver performance, CPU can handle about 370% of the packets per second it previously handled. The next planned improvement is using XDP to optimize telemetry. Patch set overview: Patches #1-#2 are small preparations for page pool usage Patch #3 initializes page pool, but do not use it Patch #4 converts the driver to use page pool for buffers allocations Patch #5 is an optimization for buffer access Patch #6 cleans up an unused structure Patch #7 uses napi_consume_skb() as part of Tx completion ==================== Link: https://lore.kernel.org/r/cover.1718709196.git.petrm@nvidia.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'drivers/net/ethernet/intel/ice/ice_main.c')
0 files changed, 0 insertions, 0 deletions