diff options
author | Jianfeng Tan <jianfeng.tan@intel.com> | 2017-09-14 02:40:29 +0000 |
---|---|---|
committer | Thomas Monjalon <thomas@monjalon.net> | 2017-10-09 01:54:29 +0200 |
commit | f26ab687a74fc86455e0c98371553a53bf68c76e (patch) | |
tree | 84957e6b809aa90b157abc19439759a73c9aad7c /pkg | |
parent | a7cb2e20d23c4b6b6e962f0a4d21da484fe090c2 (diff) | |
download | dpdk-f26ab687a74fc86455e0c98371553a53bf68c76e.zip dpdk-f26ab687a74fc86455e0c98371553a53bf68c76e.tar.gz dpdk-f26ab687a74fc86455e0c98371553a53bf68c76e.tar.xz |
eal: remove Xen dom0 support
We remove xen-specific code in EAL, including the option --xen-dom0,
memory initialization code, compiling dependency, etc.
Related documents are removed or updated, and bump the eal library
version.
Signed-off-by: Jianfeng Tan <jianfeng.tan@intel.com>
Diffstat (limited to 'pkg')
-rw-r--r-- | pkg/dpdk.spec | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/pkg/dpdk.spec b/pkg/dpdk.spec index 95c3335..fd1b5ef 100644 --- a/pkg/dpdk.spec +++ b/pkg/dpdk.spec @@ -52,9 +52,6 @@ ExclusiveArch: i686 x86_64 aarch64 %endif BuildRequires: kernel-devel, kernel-headers, libpcap-devel -%ifarch i686 x86_64 -BuildRequires: xen-devel -%endif BuildRequires: doxygen, python-sphinx, inkscape BuildRequires: texlive-collection-latexextra |