> -----Original Message-----
> From: dev <[email protected]> On Behalf Of Kumar Amber
> Sent: Thursday, October 6, 2022 3:54 PM
> To: [email protected]
> Cc: [email protected]; [email protected]; Amber, Kumar
> <[email protected]>
> Subject: [ovs-dev] [PATCH v6 5/9] dpif-netdev: Add function pointer for
> dpif re-circulate.
> 
> This patch adds support for selecting the recirculation implementation
> based on the DPIF implementation.
> 
> Signed-off-by: Kumar Amber <[email protected]>
> Signed-off-by: Cian Ferriter <[email protected]>
> Co-authored-by: Cian Ferriter <[email protected]>
> 
> ---
> v6:
> - Refactor common function from default function.
> v3:
> - Add description  to the dpif recirc function.
> - Fix use of return value to fall back to scalar dpif.
> ---
> ---
>  lib/dpif-netdev-private-dpif.c   | 73 +++++++++++++++++++++++---------
>  lib/dpif-netdev-private-dpif.h   | 18 ++++++++
>  lib/dpif-netdev-private-thread.h |  3 ++
>  lib/dpif-netdev.c                | 14 +++++-
>  4 files changed, 88 insertions(+), 20 deletions(-)
> 

The changes look OK to me, 

Acked-by: Sunil Pai G <[email protected]>

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

Reply via email to