OSDN Git Service

Merge branch 'wangxun-netdev-features-support'
authorJakub Kicinski <kuba@kernel.org>
Thu, 1 Jun 2023 06:02:28 +0000 (23:02 -0700)
committerJakub Kicinski <kuba@kernel.org>
Thu, 1 Jun 2023 06:02:28 +0000 (23:02 -0700)
commit735c9ee9a374769b78c716de3c19a6c9440ede85
treed2966e697bccbe8d10eb4522388ef0e79b6a08f9
parent6f4b98147b8dfcabacb19b5c6abd087af66d0049
parent7df4af51deb3cf10a23ad6f6ec3079f5af3c049c
Merge branch 'wangxun-netdev-features-support'

Mengyuan Lou says:

====================
Wangxun netdev features support

Implement tx_csum and rx_csum to support hardware checksum offload.
Implement ndo_vlan_rx_add_vid and ndo_vlan_rx_kill_vid.
Implement ndo_set_features.
Enable macros in netdev features which wangxun can support.
====================

Link: https://lore.kernel.org/r/20230530022632.17938-1-mengyuanlou@net-swift.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>