X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=examples%2Fip_pipeline%2Fapp.h;h=94e7a6df8091d3926ef1d863f85135c3a9f36faf;hb=a641f1f9d519a46dd5c8265a06306187d3cc8932;hp=e41290e7402d33947bc5f5b0bcb49a6a50805c66;hpb=8b3746e8f70f89dee946a3fe39710966f2a38752;p=dpdk.git diff --git a/examples/ip_pipeline/app.h b/examples/ip_pipeline/app.h index e41290e740..94e7a6df80 100644 --- a/examples/ip_pipeline/app.h +++ b/examples/ip_pipeline/app.h @@ -428,10 +428,6 @@ struct app_eal_params { /* Interrupt mode for VFIO (legacy|msi|msix) */ char *vfio_intr; - /* Support running on Xen dom0 without hugetlbfs */ - uint32_t xen_dom0_present; - int xen_dom0; - uint32_t parsed; };