]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'hns3-fixes'
authorDavid S. Miller <davem@davemloft.net>
Mon, 30 Mar 2020 17:57:53 +0000 (10:57 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 30 Mar 2020 17:57:53 +0000 (10:57 -0700)
commit25603c30178b41b2c17d45b39a7b5281dfa43e7f
treed10a14dccceac3a845ed32da14ed92240413e3b0
parentd773c5970bc5e8a81af66bdc142745a5d7310a6e
parent07c8881b97de9b2257c5f817cd6666caf4a48145
Merge branch 'hns3-fixes'

Huazhong Tan says:

====================
net: hns3: fixes for -net

This patchset includes some bugfixes for the HNS3 ethernet driver.

[patch 1] removes flag WQ_MEM_RECLAIM flag when allocating WE,
since it will cause a warning when the reset task flushes a IB's WQ.

[patch 2] adds a new DESC_TYPE_FRAGLIST_SKB type to handle the
linear data of the fraglist SKB, since it is different with the frag
data.

[patch 3] adds different handings for RSS configuration when load
or reset.

[patch 4] fixes a link ksetting issue.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>