On Thu, Aug 8, 2019 at 10:57 AM Vishal Deep Ajmera
<[email protected]> wrote:
> --- a/ofproto/bond.c
> +++ b/ofproto/bond.c
> @@ -1939,3 +1959,9 @@ bond_get_changed_active_slave(const char *name, struct 
> eth_addr *mac,
>
>      return false;
>  }
> +
> +bool
> +bond_get_cache_mode(const struct bond *bond)
> +{
> +    return bond->use_bond_cache;
> +}

Hi,

why not a static function in the header file? So it gets inlined.

Regards,
-- 
Matteo Croce
per aspera ad upstream
_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to