On 06/23/14 at 12:37pm, Alex Wang wrote:
> The pmd threads are pinned to available cpu cores on the
> corresponding cpu socket.
> 
> Signed-off-by: Alex Wang <[email protected]>
> ---
>  lib/dpif-netdev.c |  172 
> ++++++++++++++++++++++++++++++++++++++---------------
>  lib/netdev-dpdk.c |   27 ++++++++-
>  lib/netdev-dpdk.h |   14 +++++
>  3 files changed, 162 insertions(+), 51 deletions(-)
[...]
> 
> @@ -576,7 +593,6 @@ dp_netdev_free(struct dp_netdev *dp)
>      ovs_mutex_destroy(&dp->flow_mutex);
>      seq_destroy(dp->port_seq);
>      cmap_destroy(&dp->ports);
> -    latch_destroy(&dp->exit_latch);

Where is the latch destroyed now?

>      free(CONST_CAST(char *, dp->name));
>      free(dp);
>  }
_______________________________________________
dev mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/dev

Reply via email to