ethdev: remove rte_pmd_init_all function
[dpdk.git] / examples / ipv4_frag / main.c
index 3d63486..329f2ce 100644 (file)
@@ -1,7 +1,7 @@
 /*-
  *   BSD LICENSE
  * 
- *   Copyright(c) 2010-2013 Intel Corporation. All rights reserved.
+ *   Copyright(c) 2010-2014 Intel Corporation. All rights reserved.
  *   All rights reserved.
  * 
  *   Redistribution and use in source and binary forms, with or without
@@ -608,10 +608,6 @@ MAIN(int argc, char **argv)
        if (pool_indirect == NULL)
                rte_panic("Cannot init indirect mbuf pool\n");
 
-       /* init driver */
-       if (rte_pmd_init_all() < 0)
-               rte_panic("Cannot init PMD\n");
-
        if (rte_eal_pci_probe() < 0)
                rte_panic("Cannot probe PCI\n");