Merge branch 'net-hns3-updates-for-next'
authorJakub Kicinski <kuba@kernel.org>
Tue, 17 Nov 2020 19:39:22 +0000 (11:39 -0800)
committerJakub Kicinski <kuba@kernel.org>
Tue, 17 Nov 2020 19:39:22 +0000 (11:39 -0800)
commitfccf111e471d0e608a96844e093bba0147bb8bba
treed328a676327f060b2233b40b45f3b001a2e43686
parent0676a4ea28471a20fd4d57a0b70578a8799838a3
parentde25bcc47fba49a848764fdfab76741b7e17ca2f
Merge branch 'net-hns3-updates-for-next'

Huazhong Tan says:

====================
net: hns3: updates for -next

There are several updates relating to the interrupt coalesce for
the HNS3 ethernet driver.

   based on the frame quantity).
   a fixed value in code.
   based on the gap time).
   its new usage.

change log:
V4 - remove #5~#10 from this series, which needs more discussion.
V3 - fix a typo error in #1 reported by Jakub Kicinski.
     rewrite #9 commit log.
     remove #11 from this series.
V2 - reorder #2 & #3 to fix compiler error.
     fix some checkpatch warnings in #10 & #11.

previous version:
V3: https://patchwork.ozlabs.org/project/netdev/cover/1605151998-12633-1-git-send-email-tanhuazhong@huawei.com/
V2: https://patchwork.ozlabs.org/project/netdev/cover/1604892159-19990-1-git-send-email-tanhuazhong@huawei.com/
V1: https://patchwork.ozlabs.org/project/netdev/cover/1604730681-32559-1-git-send-email-tanhuazhong@huawei.com/
====================

Link: https://lore.kernel.org/r/1605514854-11205-1-git-send-email-tanhuazhong@huawei.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>