]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
docs: remove obsolete af-packet warning
authorRafael Girão <rafael.s.girao@tecnico.ulisboa.pt>
Wed, 27 Apr 2022 12:57:58 +0000 (14:57 +0200)
committerVictor Julien <vjulien@oisf.net>
Fri, 5 May 2023 08:54:45 +0000 (10:54 +0200)
doc/userguide/performance/packet-capture.rst

index e860ed597c5a6392c270505facb3043c5e8d31af..d41f668818e614ef120b0a9f0c2f5a814ff60033 100644 (file)
@@ -8,11 +8,8 @@ To get the best performance, Suricata will need to run in 'workers' mode. This e
 
 The AF_PACKET and PF_RING capture methods both have options to select the 'cluster-type'. These default to 'cluster_flow' which instructs the capture method to hash by flow (5 tuple). This hash is symmetric. Netmap does not have a cluster_flow mode built-in. It can be added separately by using the "'lb' tool":https://github.com/luigirizzo/netmap/tree/master/apps/lb
 
-> **WARNING** Recent AF_PACKET changes have "broken":https://redmine.openinfosecfoundation.org/issues/1777 this symmetry. Work is under way to "address this":https://redmine.openinfosecfoundation.org/issues/1777#note-7, but for now stay on kernel <=4.2 or update to 4.4.16+, 4.6.5+ or 4.7+.
-
 On multi-queue NICs, which is almost any modern NIC, RSS settings need to be considered.
 
-
 RSS
 ---