On Mon, Oct 26, 2020 at 02:47:15PM +0530, Numan Siddique wrote:
> On Sat, Oct 24, 2020 at 4:38 AM Ben Pfaff <[email protected]> wrote:
> >
> > From: Leonid Ryzhyk <[email protected]>
> >
> > DDlog uses these functions from Rust, but Rust can't use inline
> > functions (since it doesn't compile C headers but only links
> > against a C-compatible ABI).  Thus, move the implementations
> > of these functions to a .c file.
> >
> > I don't think any of these functions is likely to be an
> > important part of a "fast path" in OVS, but if that's wrong,
> > then we could take another approach.
> >
> > Signed-off-by: Leonid Ryzhyk <[email protected]>
> > Co-authored-by: Ben Pfaff <[email protected]>
> > Signed-off-by: Ben Pfaff <[email protected]>
> 
> Acked-by: Numan Siddique <[email protected]>

Thanks!  Applied to master.
_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to