]> git.droids-corp.org - dpdk.git/blobdiff - examples/ipv4_frag/main.c
ethdev: remove rte_pmd_init_all function
[dpdk.git] / examples / ipv4_frag / main.c
index 3d63486f5609e81e791fcbfee5bbb45da4dbd67a..329f2ce112ab7326e9adf9b3d64f87ebe8c440cb 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");