> -----Original Message-----
> From: Pai G, Sunil <[email protected]>
> Sent: Tuesday 12 July 2022 12:15
> To: Finn, Emma <[email protected]>; [email protected]
> Cc: Stokes, Ian <[email protected]>; [email protected];
> [email protected]; Van Haaren, Harry <[email protected]>;
> Amber, Kumar <[email protected]>
> Subject: RE: [v8 04/10] odp-execute: Add command to switch action
> implementation.
>
> Hi Emma,
>
> Thanks for the patch, generally looks good, one comment below.
>
> <snipped>
>
> > diff --git a/lib/dpif-netdev.c b/lib/dpif-netdev.c index
> > 58be9d0f0..b618ecba0 100644
> > --- a/lib/dpif-netdev.c
> > +++ b/lib/dpif-netdev.c
> > @@ -63,6 +63,7 @@
> > #include "netdev-vport.h"
> > #include "netlink.h"
> > #include "odp-execute.h"
> > +#include "odp-execute-private.h"
>
> This include is not required here anymore.
> OTOH Ilya's suggestion to move any changes from dpif-netdev would render my
> point moot as we wouldn't be changing this file anyway.
>
Agreed, I will remove this change.
> > #include "odp-util.h"
> > #include "openvswitch/dynamic-string.h"
> > #include "openvswitch/list.h"
> > diff --git a/lib/odp-execute-private.c b/lib/odp-execute-private.c index
> > 01722dc9b..442837fa5 100644
> > --- a/lib/odp-execute-private.c
> > +++ b/lib/odp-execute-private.c
> > @@ -67,6 +67,18 @@ odp_execute_action_set(const char *name)
> > return NULL;
> > }
> >
>
> <snipped>
>
> Thanks and regards
> Sunil
_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev