Hi Arturo, On Tue, Jun 06, 2017 at 12:58:32PM +0200, Arturo Borrero Gonzalez wrote: > In order to prevent netlink buffer overrun, conntrackd is recommended to run > at max priority. > Make conntrackd to use a RT (SHED_RR) scheduler by default at max priority. > This is common among other HA daemons. For example corosync uses SCHED_RR > by default. > This change should help ease the configuration of conntrackd. > > Note that a sched priority that high makes the nice value useless, so deprecate > both options now. > > The code is moved to the init() routine. In case of error setting the > scheduler, the system default will be used. Report a message to the user > and continue working. I think we should provide a good default if someone doesn't specify anything. So defaulting to RT is fine to me so we converge to what other HA software is doing. But I think we should keep the Nice and Scheduler clauses. Just in case anyone wants to do this fine grain tunning. So my proposal is: 1) Remove them from the examples configuration files. 2) Keep these toggles documented in manpage. 3) Provide this default if someone doesn't specify anything. So the idea is that we provide good defaults. BTW, an option I would really deprecate is the Checksum, a lot of experimentation was going on at the time I added this (more than 10 years ago), this should really go away since I don't see a usecase for this. Thanks! -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html