On 2023/6/14 18:52, Alexander Lobakin wrote:
From: Yunsheng Lin <redacted>
Date: Wed, 14 Jun 2023 11:36:28 +0800
quoted
On 2023/6/13 21:30, Alexander Lobakin wrote:
quoted
From: Yunsheng Lin <redacted>
Date: Mon, 12 Jun 2023 21:02:52 +0800
[...]
quoted
quoted
I addressed this in my series, which I hope will land soon after yours
(sending new revision in 24-48 hours), so you can leave it as it is. Or
otherwise you can pick my solution (or come up with your own :D).
Do you mean by removing "#include <linux/dma-direction.h>" as dma-mapping.h
has included dma-direction.h?
By "I addressed" I meant that I dropped including page_pool.h from
skbuff.h, as I also had to include dma-mapping.h to page_pool.h and this
implied that half of the kernel started including dma-mapping.h as well
for no profit.
I see, thank for the explanation.
I perfer that you can continue with that effort if that is ok.