Suricata 7.0.0 IPS AF_Packet+RSS huge drop in performance

Hi, Suresh!
Thank you for sharing the stats. Following is what I could come up with:

  1. Since you’re using cluster_qm type, please make sure that:
    a. RSS symmetric hashing is enabled
    b. Disable NIC offloading except rx/tx checksums
    c. Set proper affinity
    d. any other optimizations you can think of (check the ones mentioned by Andreas: Suricata high capture.kernel_drops count - #8 by Andreas_Herz)
  2. Try increasing your ring-size
  3. AF_PACKET v2 seems to be recommended w IPS, so make sure you’re using that

Drops shouldn’t be as high as they are currently indeed. Let’s see if something works out with the above mentioned things.