OSDN Git Service

net/mlx5e: RX, Rename xdp_xmit_bitmap to a more generic name
authorDragos Tatulea <dtatulea@nvidia.com>
Fri, 17 Feb 2023 10:56:30 +0000 (12:56 +0200)
committerSaeed Mahameed <saeedm@nvidia.com>
Tue, 28 Mar 2023 20:43:58 +0000 (13:43 -0700)
commit38a36efccd902939cc415f3757fb0d9a0f0618f9
tree41ef53d2c19fb098bddb0eb73fcecb9d25412069
parent6f5742846053c7656992e70726aad26a5129cf19
net/mlx5e: RX, Rename xdp_xmit_bitmap to a more generic name

The xdp_xmit_bitmap currently serves only one purpose: to avoid
releasing pages that are still in use due to XDP TX.

A following patch will use this bitmap in a slightly different context
but for the same purpose. So rename the bitmap to a more generic name
that reflects the purpose not the context.

Signed-off-by: Dragos Tatulea <dtatulea@nvidia.com>
Reviewed-by: Tariq Toukan <tariqt@nvidia.com>
Signed-off-by: Saeed Mahameed <saeedm@nvidia.com>
drivers/net/ethernet/mellanox/mlx5/core/en.h
drivers/net/ethernet/mellanox/mlx5/core/en/xsk/rx.c
drivers/net/ethernet/mellanox/mlx5/core/en_rx.c