Loading
RDMA/bnxt_re: Fix unconditional fence for newer adapters
stable inclusion from stable-v6.6.59 commit 042804a9fff166c0eb7874a57a38d1115849b3e3 category: bugfix bugzilla: https://gitee.com/openeuler/kernel/issues/IB3ENL Reference: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=042804a9fff166c0eb7874a57a38d1115849b3e3 -------------------------------- commit 8eaca6b5997bd8fd7039f2693e4ecf112823c816 upstream. Older adapters required an unconditional fence for non-wire memory operations. Newer adapters doesn't require this and therefore, disabling the unconditional fence. Fixes: 1801d87b3598 ("RDMA/bnxt_re: Support new 5760X P7 devices") Signed-off-by:Kashyap Desai <kashyap.desai@broadcom.com> Signed-off-by:
Kalesh AP <kalesh-anakkur.purayil@broadcom.com> Signed-off-by:
Selvin Xavier <selvin.xavier@broadcom.com> Link: https://lore.kernel.org/r/1705985677-15551-4-git-send-email-selvin.xavier@broadcom.com Signed-off-by:
Leon Romanovsky <leon@kernel.org> Signed-off-by:
Greg Kroah-Hartman <gregkh@linuxfoundation.org> Signed-off-by:
Wen Zhiwei <wenzhiwei@kylinos.cn>