Skip to content
Snippets Groups Projects
  • Aastha Mehta's avatar
    9d39578f
    intercept skb freeing code at nic unload · 9d39578f
    Aastha Mehta authored
    required for the case when txq times out and nic unloads and reloads.
    it tries to free up all pkts queued between prod and cons. some of
    these maybe our special dummy pkt, which should not be freed until
    rmmod.
    9d39578f
    History
    intercept skb freeing code at nic unload
    Aastha Mehta authored
    required for the case when txq times out and nic unloads and reloads.
    it tries to free up all pkts queued between prod and cons. some of
    these maybe our special dummy pkt, which should not be freed until
    rmmod.