]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'net-hns3-this-series-bugfix-for-the-hns3-ethernet-driver'
authorPaolo Abeni <pabeni@redhat.com>
Tue, 15 Nov 2022 12:29:28 +0000 (13:29 +0100)
committerPaolo Abeni <pabeni@redhat.com>
Tue, 15 Nov 2022 12:29:29 +0000 (13:29 +0100)
commit927c6df3a8edcca3eb40d93db29011ea9de8bd65
treee0caf27ca1b2f25da9a3ffc04a350ff9ec1872b8
parentad545193e9e11ac5e582d7b2e48b9c9757a86a9d
parentf733b7080f54838016eef9f457f013e32f151030
Merge branch 'net-hns3-this-series-bugfix-for-the-hns3-ethernet-driver'

Hao Lan says:

====================
net: hns3: This series bugfix for the HNS3 ethernet driver.

This series includes some bugfix for the HNS3 ethernet driver.
Patch 1# fix incorrect hw rss hash type of rx packet.
Fixes: ff3c0d97cdf7 ("net: hns3: support RXD advanced layout")
Fixes: 52f0133a4b0f ("net: hns3: Add HW RSS hash information to RX skb")
Fixes: d05e1dd63700 ("net: hns3: handle the BD info on the last BD of the packet")
Patch 2# fix return value check bug of rx copybreak.
Fixes: 2b17420af0ad ("net: hns3: refactor hns3_nic_reuse_page()")
Fixes: 68b2b58c2c02 ("net: hns3: use bounce buffer when rx page can not be reused")
Patch 3# net: hns3: fix setting incorrect phy link ksettings
 for firmware in resetting process
Fixes: 489033547744 ("net: hns3: add support for imp-controlled PHYs")
Fixes: e2e1a9fabf84 ("net: hns3: fix for phy_addr error in hclge_mac_mdio_config")
Fixes: 14ec9b3f7e5c ("net: hns3: Fix for deadlock problem occurring when unregistering ae_algo")
====================

Link: https://lore.kernel.org/r/20221114082048.49450-1-lanhao@huawei.com
Signed-off-by: Paolo Abeni <pabeni@redhat.com>