diff options
author | Amit Cohen <amcohen@nvidia.com> | 2024-06-18 13:34:45 +0200 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2024-06-19 17:38:11 -0700 |
commit | e8441b1f6b64e7157b9e7777a2f7b79c2215cba1 (patch) | |
tree | 5c7be343a61b27b72b48d46575a7f21771eda595 /drivers/net/ethernet/altera/altera_msgdma.h | |
parent | 0f3cd437a1d88b2a77dfb146c88a297bea974ceb (diff) |
mlxsw: pci: Do not store SKB for RDQ elements
The previous patch used page pool to allocate buffers for RDQ. With this
change, 'elem_info->u.rdq.skb' is not used anymore, as we do not allocate
SKB before getting the packet, we hold page pointer and build the SKB
around it once packet is received.
Remove the union and store SKB pointer for SDQ only.
Signed-off-by: Amit Cohen <amcohen@nvidia.com>
Reviewed-by: Petr Machata <petrm@nvidia.com>
Reviewed-by: Ido Schimmel <idosch@nvidia.com>
Signed-off-by: Petr Machata <petrm@nvidia.com>
Reviewed-by: Jiri Pirko <jiri@nvidia.com>
Link: https://lore.kernel.org/r/23a531008936dc9a1a298643fb1e4f9a7b8e6eb3.1718709196.git.petrm@nvidia.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'drivers/net/ethernet/altera/altera_msgdma.h')
0 files changed, 0 insertions, 0 deletions