tree: https://github.com/alobakin/linux iavf-pp-frag head: 8a9702eb20d5ce6bc2b3f9b9fa11acdab3dec34e commit: 506d987e22d729c0f78e791b10dd5849bca689ba [5/16] page_pool: update document about frag API reproduce: (https://download.01.org/0day-ci/archive/20230623/202306231923.s56qtxJ1-lkp@xxxxxxxxx/reproduce) If you fix the issue in a separate patch/commit (i.e. not just a new version of the same patch/commit), kindly add following tags | Reported-by: kernel test robot <lkp@xxxxxxxxx> | Closes: https://lore.kernel.org/oe-kbuild-all/202306231923.s56qtxJ1-lkp@xxxxxxxxx/ All warnings (new ones prefixed by >>): >> Documentation/networking/page_pool.rst:13: WARNING: Unexpected indentation. vim +13 Documentation/networking/page_pool.rst 9 10 Basic use involves replacing alloc_pages() calls with different page pool 11 allocator API based on different use case: 12 1. page_pool_alloc_pages(): allocate memory without page splitting when driver > 13 knows that the memory it need is always bigger than half of the page 14 allocated from page pool. There is no cache line dirtying for 'struct page' 15 when a page is recycled back to the page pool. 16 -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests/wiki