Hi,

I’m not a fun of this.

> 
> +     if (span_port_pool.pr_size == 0) {
> +             pool_init(&span_port_pool, sizeof(struct veb_span_port),
> +                 0, IPL_SOFTNET, 0, "vebspl", NULL);
> +     }

Does initialized pool consume significant resources? Why don’t we
do this within vebattach(). This is also true for `veb_rule_pool’
initialization.

Reply via email to