aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/amba/ssh:/git@git.zx2c4.com
diff options
context:
space:
mode:
authorJijie Shao <shaojijie@huawei.com>2026-05-25 22:45:24 +0800
committerPaolo Abeni <pabeni@redhat.com>2026-05-28 12:59:36 +0200
commit463a1271aa26eac992851b9d98cc75bc3cd4a1ed (patch)
treee3a580a78448c165b26f417890a94e7125fb79e2 /include/linux/amba/ssh:/git@git.zx2c4.com
parentMerge branch 'net-sched-fix-packet-loops-in-mirred-and-netem' (diff)
net: hibmcge: disable Relaxed Ordering to fix RX packet corruption
When SMMU is disabled, the hibmcge driver may receive corrupted packets. The hardware writes packet data and descriptors to the same page, but with Relaxed Ordering enabled, PCI write transactions may not be strictly ordered. This can cause the driver to observe a valid descriptor before the corresponding packet data is fully written. Fix this by clearing PCI_EXP_DEVCTL_RELAX_EN in the PCI bridge control register to ensure strict write ordering between packet data and descriptors. Fixes: f72e25594061 ("net: hibmcge: Implement rx_poll function to receive packets") Signed-off-by: Jijie Shao <shaojijie@huawei.com> Link: https://patch.msgid.link/20260525144525.94884-2-shaojijie@huawei.com Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Diffstat (limited to 'include/linux/amba/ssh:/git@git.zx2c4.com')
0 files changed, 0 insertions, 0 deletions