]> git.itanic.dy.fi Git - linux-stable/commit
page_pool: remove PP_FLAG_PAGE_FRAG
authorYunsheng Lin <linyunsheng@huawei.com>
Fri, 20 Oct 2023 09:59:49 +0000 (17:59 +0800)
committerJakub Kicinski <kuba@kernel.org>
Tue, 24 Oct 2023 02:14:48 +0000 (19:14 -0700)
commit09d96ee5674a0eaa800c664353756ecc45c4a87f
tree6ae2f845372f7a87f7addb544bd1a410d17ef018
parent58d53d8f7da63dd13903bec0a40b3009a841b61b
page_pool: remove PP_FLAG_PAGE_FRAG

PP_FLAG_PAGE_FRAG is not really needed after pp_frag_count
handling is unified and page_pool_alloc_frag() is supported
in 32-bit arch with 64-bit DMA, so remove it.

Signed-off-by: Yunsheng Lin <linyunsheng@huawei.com>
CC: Lorenzo Bianconi <lorenzo@kernel.org>
CC: Alexander Duyck <alexander.duyck@gmail.com>
CC: Liang Chen <liangchen.linux@gmail.com>
CC: Alexander Lobakin <aleksander.lobakin@intel.com>
Link: https://lore.kernel.org/r/20231020095952.11055-3-linyunsheng@huawei.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/ethernet/broadcom/bnxt/bnxt.c
drivers/net/ethernet/hisilicon/hns3/hns3_enet.c
drivers/net/ethernet/intel/idpf/idpf_txrx.c
drivers/net/ethernet/marvell/octeontx2/nic/otx2_common.c
drivers/net/ethernet/mellanox/mlx5/core/en_main.c
drivers/net/wireless/mediatek/mt76/mac80211.c
include/net/page_pool/types.h
net/core/page_pool.c
net/core/skbuff.c