Added a message that HBA will be deprecated in the future and removed
hba from default conf file.
*/
if (ConfGetInt("napatech.hba", &conf->hba) == 0) {
conf->hba = -1;
+ } else {
+ SCLogWarning(SC_WARN_COMPATIBILITY,
+ "Napatech Host Buffer Allocation (hba) will be deprecated in Suricata v7.0.");
}
return (void *) conf;
}
napatech:
- # The Host Buffer Allowance for all streams
- # (-1 = OFF, 1 - 100 = percentage of the host buffer that can be held back)
- # This may be enabled when sharing streams with another application.
- # Otherwise, it should be turned off.
- #hba: -1
-
# When use_all_streams is set to "yes" the initialization code will query
# the Napatech service for all configured streams and listen on all of them.
# When set to "no" the streams config array will be used.