> -Original Message-
> From: Daniele Di Proietto [mailto:diproiet...@vmware.com]
> Sent: Tuesday, May 24, 2016 9:39 PM
> To: Stokes, Ian
> Cc: dev@openvswitch.org
> Subject: Re: [PATCH v3 2/2] netdev-dpdk.c: Add ingress-policing
> functionality.
>
> Thanks for the patch!
>
> I realized th
Thanks for the patch!
I realized that we also need to delete the policer in netdev_dpdk_destruct,
so I folded in the following:
diff --git a/lib/netdev-dpdk.c b/lib/netdev-dpdk.c
index 900ec64..01da275 100644
--- a/lib/netdev-dpdk.c
+++ b/lib/netdev-dpdk.c
@@ -929,6 +929,8 @@ netdev_dpdk_destruct