Skip to content

CNB94: net: lockless stop/wake combo macros

Ivan Vecera requested to merge ivecera/centos-stream-9:r94-RHEL-12422 into main

JIRA: https://issues.redhat.com/browse/RHEL-12422
Tested: LNST net-driver suite on bnxt_en [http://dashboard.lnst.anl.lab.eng.bos.redhat.com/pipeline/3624]

Commits:

404a5ad72011 ("Documentation: networking: correct possessive "its"")
d2f5c68e3f71 ("docs: net: reformat driver.rst from a list to sections")
da4f0f82ee9d ("docs: net: move the probe and open/close sections of driver.rst up")
8336462539ae ("docs: net: use C syntax highlight in driver.rst")
c91c46de6bbc ("net: provide macros for commonly copied lockless queue stop/wake code")
9ded5bc77fe5 ("ixgbe: use new queue try_stop/try_wake macros")
08a096780d92 ("bnxt: use new queue try_stop/try_wake macros")
301f227fc860 ("net: piggy back on the memory barrier in bql when waking queues")
649c3fed3673 ("eth: bnxt: fix the wake condition")
f0d751973f73 ("eth: ixgbe: fix the wake condition")

Signed-off-by: Ivan Vecera ivecera@redhat.com

Edited by Ivan Vecera

Merge request reports