Re: [PATCH V2 net-next 0/3] net: hns3: updates for -next

2020-12-08 Thread Jakub Kicinski
On Sun, 6 Dec 2020 12:06:12 +0800 Huazhong Tan wrote: > There are some updates for the HNS3 ethernet driver. > > #1 supports an extended promiscuous command which makes > promiscuous configuration more flexible, #2 adds ethtool > private flags to control whether enable tx unicast promisc. > #3

[PATCH V2 net-next 0/3] net: hns3: updates for -next

2020-12-05 Thread Huazhong Tan
There are some updates for the HNS3 ethernet driver. #1 supports an extended promiscuous command which makes promiscuous configuration more flexible, #2 adds ethtool private flags to control whether enable tx unicast promisc. #3 refine the vlan tag handling for port based vlan. change log: V2: