X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=doc%2Fguides%2Flinux_gsg%2Fcross_build_dpdk_for_arm64.rst;h=9b9e8ef7046bccd5a55fec5f21c3f18f36242a41;hb=2e33309ebe03;hp=faaf24b95bb2672553863764a6dec8b58a3a652d;hpb=a6f88f7eb9ed077a02607cf9cd2b5101eda9f804;p=dpdk.git diff --git a/doc/guides/linux_gsg/cross_build_dpdk_for_arm64.rst b/doc/guides/linux_gsg/cross_build_dpdk_for_arm64.rst index faaf24b95b..9b9e8ef704 100644 --- a/doc/guides/linux_gsg/cross_build_dpdk_for_arm64.rst +++ b/doc/guides/linux_gsg/cross_build_dpdk_for_arm64.rst @@ -234,3 +234,11 @@ There are other options you may specify in a cross file to tailor the build:: numa = false # set to false to force building for a non-NUMA system # if not set or set to true, the build system will build for a NUMA # system only if libnuma is installed + + disable_drivers = 'bus/dpaa,crypto/*' # add disabled drivers + # valid values are dir/subdirs in the drivers directory + # wildcards are allowed + + enable_drivers = 'common/*,bus/*' # build only these drivers + # valid values are dir/subdirs in the drivers directory + # wildcards are allowed