Message ID | 1505358003-29267-1-git-send-email-jianbo.liu@linaro.org |
---|---|
State | Superseded |
Headers | show |
Series | config: enable igb_uio on arm64 platform | expand |
-----Original Message----- > Date: Thu, 14 Sep 2017 11:00:03 +0800 > From: Jianbo Liu <jianbo.liu@linaro.org> > To: dev@dpdk.org > CC: jerin.jacob@caviumnetworks.com, Jianbo Liu <jianbo.liu@linaro.org> > Subject: [PATCH] config: enable igb_uio on arm64 platform > X-Mailer: git-send-email 1.9.1 > > The kernel patch was merged to support pci resource mapping. > https://patchwork.kernel.org/patch/9677441/ > > So enable igu_uio in the default arm64 configuration. > > Signed-off-by: Jianbo Liu <jianbo.liu@linaro.org> It has a check-git-log error. ➜ [master][dpdk.org] $ ./devtools/check-git-log.sh Wrong headline format: config: enable igb_uio on arm64 platform With above fix: Acked-by: Jerin Jacob <jerin.jacob@caviumnetworks.com> > --- > config/common_armv8a_linuxapp | 2 -- > 1 file changed, 2 deletions(-) > > diff --git a/config/common_armv8a_linuxapp b/config/common_armv8a_linuxapp > index 880313a..6732d1e 100644 > --- a/config/common_armv8a_linuxapp > +++ b/config/common_armv8a_linuxapp > @@ -44,8 +44,6 @@ CONFIG_RTE_FORCE_INTRINSICS=y > # to address minimum DMA alignment across all arm64 implementations. > CONFIG_RTE_CACHE_LINE_SIZE=128 > > -CONFIG_RTE_EAL_IGB_UIO=n > - > CONFIG_RTE_LIBRTE_FM10K_PMD=n > CONFIG_RTE_LIBRTE_SFC_EFX_PMD=n > CONFIG_RTE_LIBRTE_AVP_PMD=n > -- > 1.9.1 >
diff --git a/config/common_armv8a_linuxapp b/config/common_armv8a_linuxapp index 880313a..6732d1e 100644 --- a/config/common_armv8a_linuxapp +++ b/config/common_armv8a_linuxapp @@ -44,8 +44,6 @@ CONFIG_RTE_FORCE_INTRINSICS=y # to address minimum DMA alignment across all arm64 implementations. CONFIG_RTE_CACHE_LINE_SIZE=128 -CONFIG_RTE_EAL_IGB_UIO=n - CONFIG_RTE_LIBRTE_FM10K_PMD=n CONFIG_RTE_LIBRTE_SFC_EFX_PMD=n CONFIG_RTE_LIBRTE_AVP_PMD=n
The kernel patch was merged to support pci resource mapping. https://patchwork.kernel.org/patch/9677441/ So enable igu_uio in the default arm64 configuration. Signed-off-by: Jianbo Liu <jianbo.liu@linaro.org> --- config/common_armv8a_linuxapp | 2 -- 1 file changed, 2 deletions(-) -- 1.9.1