1
0
Fork 0
mirror of synced 2025-03-06 20:59:54 +01:00
linux/drivers/net/ethernet/intel/idpf
Yunsheng Lin 09d96ee567 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>
2023-10-23 19:14:48 -07:00
..
idpf.h idpf: add SRIOV support and other ndo_ops 2023-09-13 14:59:24 -07:00
idpf_controlq.c idpf: add controlq init and reset checks 2023-09-13 14:59:23 -07:00
idpf_controlq.h idpf: add controlq init and reset checks 2023-09-13 14:59:23 -07:00
idpf_controlq_api.h idpf: add controlq init and reset checks 2023-09-13 14:59:23 -07:00
idpf_controlq_setup.c idpf: add controlq init and reset checks 2023-09-13 14:59:23 -07:00
idpf_dev.c idpf: initialize interrupts and enable vport 2023-09-13 14:59:24 -07:00
idpf_devids.h
idpf_ethtool.c idpf: add ethtool callbacks 2023-09-13 14:59:24 -07:00
idpf_lan_pf_regs.h idpf: initialize interrupts and enable vport 2023-09-13 14:59:24 -07:00
idpf_lan_txrx.h idpf: add singleq start_xmit and napi poll 2023-09-13 14:59:24 -07:00
idpf_lan_vf_regs.h idpf: initialize interrupts and enable vport 2023-09-13 14:59:24 -07:00
idpf_lib.c idpf: add SRIOV support and other ndo_ops 2023-09-13 14:59:24 -07:00
idpf_main.c idpf: add SRIOV support and other ndo_ops 2023-09-13 14:59:24 -07:00
idpf_mem.h idpf: add controlq init and reset checks 2023-09-13 14:59:23 -07:00
idpf_singleq_txrx.c idpf: add singleq start_xmit and napi poll 2023-09-13 14:59:24 -07:00
idpf_txrx.c page_pool: remove PP_FLAG_PAGE_FRAG 2023-10-23 19:14:48 -07:00
idpf_txrx.h idpf: add SRIOV support and other ndo_ops 2023-09-13 14:59:24 -07:00
idpf_vf_dev.c idpf: initialize interrupts and enable vport 2023-09-13 14:59:24 -07:00
idpf_virtchnl.c idpf: cancel mailbox work in error path 2023-10-23 15:55:31 -07:00
Makefile idpf: add ethtool callbacks 2023-09-13 14:59:24 -07:00
virtchnl2.h
virtchnl2_lan_desc.h