Open mmkhmmkh opened 3 weeks ago
This fixes the wrong decrease of static key "ixgbe_xdp_locking_key" (on ixgbe_free_q_vector), which causes driver to panic if there is some XDP program working along with a TC one, with > 64 CPU cores.
"ixgbe_xdp_locking_key"
ixgbe_free_q_vector
This fixes the wrong decrease of static key
"ixgbe_xdp_locking_key"
(onixgbe_free_q_vector
), which causes driver to panic if there is some XDP program working along with a TC one, with > 64 CPU cores.