intel / ethernet-linux-ixgbe

GNU General Public License v2.0
14 stars 6 forks source link

Fix wrongly disabling static key (for xdp locking) #6

Open mmkhmmkh opened 3 weeks ago

mmkhmmkh commented 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.