On Wed, Sep 06, 2017 at 02:39:50PM +0200, Florian Westphal wrote: > This reverts the conversion of the nat bysource table to rhlist that > I did last year. > > It was a bad idea to begin with. > > Fast lookup is not essential; in most cases there is no lookup > at all because original tuple is not taken and can be used as-is. > What needs to be fast is insertion and deletion. > > With rhlist, deletion is slow as it requires a list traversal. > So, switch back to a statically-sized table for bysource hash. Series applied. -- 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