]> git.droids-corp.org - dpdk.git/blobdiff - app/test-pmd/testpmd.c
app/testpmd: fix port detaching with virtio
[dpdk.git] / app / test-pmd / testpmd.c
index 82b465df76cfda86decb14be7dd3c4a414d82a81..47695333333b7ea282b88f64599d107b01e66804 100644 (file)
@@ -1,7 +1,7 @@
 /*-
  *   BSD LICENSE
  *
- *   Copyright(c) 2010-2014 Intel Corporation. All rights reserved.
+ *   Copyright(c) 2010-2015 Intel Corporation. All rights reserved.
  *   All rights reserved.
  *
  *   Redistribution and use in source and binary forms, with or without
@@ -1542,8 +1542,6 @@ detach_port(uint8_t port_id)
                return;
        }
 
-       rte_eth_promiscuous_disable(port_id);
-
        if (rte_eth_dev_detach(port_id, name))
                return;