X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=examples%2Fip_pipeline%2Fapp.h;h=94e7a6df8091d3926ef1d863f85135c3a9f36faf;hb=f2f020d21049cb6439c35276b767d1c42e047618;hp=e41290e7402d33947bc5f5b0bcb49a6a50805c66;hpb=ac6bad59f1026c3b271542aea1856e4a0d87c426;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; };