commit | c2a2e1270a57696827da4ca69f78eb072e37d590 | [log] [tgz] |
---|---|---|
author | Barry Song <song.bao.hua@hisilicon.com> | Thu Jun 18 13:02:11 2020 +1200 |
committer | David S. Miller <davem@davemloft.net> | Thu Jun 18 20:43:10 2020 -0700 |
tree | e70d9e314e3dfcfb62f91df1c5194819316748a3 | |
parent | e99a308da3c1518009a740c4d3962f616edeb642 [diff] |
net: hns3: streaming dma buffer sync between cpu and device Right now they are empty functions for our SoC since hardware can keep cache coherent, but it is still good to align with streaming DMA APIs as device drivers should not make an assumption of SoC. Reviewed-by: Yunsheng Lin <linyunsheng@huawei.com> Signed-off-by: Barry Song <song.bao.hua@hisilicon.com> Signed-off-by: David S. Miller <davem@davemloft.net>