diff options
| author | Breno Leitao <[email protected]> | 2024-11-14 11:00:11 +0000 |
|---|---|---|
| committer | Jakub Kicinski <[email protected]> | 2024-11-16 00:25:34 +0000 |
| commit | 221a9c1df790fa711d65daf5ba05d0addc279153 (patch) | |
| tree | 1142a0ac42fe16941b963ab25ac050000ba2eb35 /drivers/net/ethernet/intel/ice/ice_main.c | |
| parent | octeontx2-pf: Fix spelling mistake "reprentator" -> "representor" (diff) | |
| download | kernel-221a9c1df790fa711d65daf5ba05d0addc279153.tar.gz kernel-221a9c1df790fa711d65daf5ba05d0addc279153.zip | |
net: netpoll: Individualize the skb pool
The current implementation of the netpoll system uses a global skb
pool, which can lead to inefficient memory usage and
waste when targets are disabled or no longer in use.
This can result in a significant amount of memory being unnecessarily
allocated and retained, potentially causing performance issues and
limiting the availability of resources for other system components.
Modify the netpoll system to assign a skb pool to each target instead of
using a global one.
This approach allows for more fine-grained control over memory
allocation and deallocation, ensuring that resources are only allocated
and retained as needed.
Signed-off-by: Breno Leitao <[email protected]>
Link: https://patch.msgid.link/[email protected]
Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'drivers/net/ethernet/intel/ice/ice_main.c')
0 files changed, 0 insertions, 0 deletions
