X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=examples%2Fquota_watermark%2Fqw%2Finit.c;h=44455b20e713e9f27f1ef0f819e6384d81bd895f;hb=e5ffdd1457c0fb4e8365f524ee2529ac726edcf3;hp=f42eb8b8885d8700da95dd200aeabef75add00f6;hpb=2e87457ef99faef83ae5671d756f4f3f0a66286f;p=dpdk.git diff --git a/examples/quota_watermark/qw/init.c b/examples/quota_watermark/qw/init.c index f42eb8b888..44455b20e7 100644 --- a/examples/quota_watermark/qw/init.c +++ b/examples/quota_watermark/qw/init.c @@ -138,11 +138,6 @@ init_dpdk(void) { int ret; - /* Initialize the PMD */ - ret = rte_pmd_init_all(); - if (ret < 0) - rte_exit(EXIT_FAILURE, "Failed to initialize poll mode drivers (error %d)\n", ret); - /* Bind the drivers to usable devices */ ret = rte_eal_pci_probe(); if (ret < 0)