public inbox for netdev@vger.kernel.org 
 help / color / mirror / Atom feed
* [PATCH net-next v4 0/3] some optimization for page pool
@ 2021-09-30  8:07 Yunsheng Lin
  2021-09-30  8:07 ` [PATCH net-next v4 1/3] page_pool: disable dma mapping support for 32-bit arch with 64-bit DMA Yunsheng Lin
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Yunsheng Lin @ 2021-09-30  8:07 UTC (permalink / raw)
  To: davem, kuba
  Cc: netdev, linux-kernel, linuxarm, hawk, ilias.apalodimas,
	jonathan.lemon, alobakin, willemb, cong.wang, pabeni, haokexin,
	nogikh, elver, memxor, edumazet, alexander.duyck, dsahern

Patch 1: disable dma mapping support for 32-bit arch with 64-bit
         DMA.
Patch 2 & 3: pp page frag tracking support

The small packet drop test show no notiable performance degradation
when page pool is disabled.

V4:
    1. Change error code to EOPNOTSUPP in patch 1.
    2. Drop patch 2.
    3. Use pp_frag_count to indicate if a pp page can be tracked,
       to avoid breaking the mlx5 driver.

V3:
    1. add patch 1/4/6/7.
    2. use pp_magic to identify pp page uniquely too.
    3. avoid unnecessary compound_head() calling.

V2: add patch 2, adjust the commit log accroding to the discussion
    in V1, and fix a compiler error reported by kernel test robot.

Yunsheng Lin (3):
  page_pool: disable dma mapping support for 32-bit arch with 64-bit DMA
  page_pool: change BIAS_MAX to support incrementing
  skbuff: keep track of pp page when pp_frag_count is used

 include/linux/mm_types.h | 13 +------------
 include/linux/skbuff.h   | 30 ++++++++++++++++++++----------
 include/net/page_pool.h  | 36 ++++++++++++++++++++++++------------
 net/core/page_pool.c     | 29 +++++++++--------------------
 net/core/skbuff.c        | 10 ++++++++--
 5 files changed, 62 insertions(+), 56 deletions(-)

-- 
2.33.0


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2021-10-05  3:52 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-09-30  8:07 [PATCH net-next v4 0/3] some optimization for page pool Yunsheng Lin
2021-09-30  8:07 ` [PATCH net-next v4 1/3] page_pool: disable dma mapping support for 32-bit arch with 64-bit DMA Yunsheng Lin
2021-09-30  8:07 ` [PATCH net-next v4 2/3] page_pool: change BIAS_MAX to support incrementing Yunsheng Lin
2021-09-30  8:07 ` [PATCH net-next v4 3/3] skbuff: keep track of pp page when pp_frag_count is used Yunsheng Lin
2021-10-04  5:50   ` Ilias Apalodimas
2021-10-05  3:47     ` Yunsheng Lin
2021-10-05  3:51     ` Yunsheng Lin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox