Timothy Redaelli via dev <[email protected]> writes:

> When building userspace utilities, having all the symbols and code
> in a singular library is quite handy.  However, the downside is that
> sizes will bloat under statically linked conditions.  Additionally,
> some environments allow library constructors as code which executes
> before the main executable which would run even for utilities that
> don't need them.
>
> Split the most common code into a separate library that can be used
> by the ovsdb, appctl, and the openflow + datapath code that gets
> used by the ofctl, vsctl, dpctl, and vswitchd executables.  Future
> work could try to split this even further (although, the dependency
> split in the ofp area might be difficult to untangle).
>
> Co-authored-by: Aaron Conole <[email protected]>
> Signed-off-by: Aaron Conole <[email protected]>
> Signed-off-by: Timothy Redaelli <[email protected]>
> ---

Github Robot had an issue with the push; trying it again.

Recheck-request: github-robot

_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to