Lines Matching full:must
25 1. The driver must support page_pool.
27 2. The driver must support the tcp-data-split ethtool option.
29 3. The driver must use the page_pool netmem APIs for payload memory. The netmem
43 4. The driver must use the following PP_FLAGS:
46 must delegate the dma mapping to the page_pool, which knows when
49 by the driver. The driver must delegate the dma syncing to the page_pool,
51 - PP_FLAG_ALLOW_UNREADABLE_NETMEM. The driver must specify this flag iff
54 5. The driver must not assume the netmem is readable and/or backed by pages.
56 netmem_address() will return NULL. The driver must correctly handle
66 6. The driver must use page_pool_dma_sync_netmem_for_cpu() in lieu of
70 dmabuf APIs. The driver must delegate the entire dma-syncing operation to