Message ID | 1441208755-6485-2-git-send-email-zoltan.kiss@linaro.org |
---|---|
State | New |
Headers | show |
Sorry, I forgot to place a check-odp flag in the subject. On 02/09/15 16:45, Zoltan Kiss wrote: > And remove the restriction about IP fragment support. > > Signed-off-by: Zoltan Kiss <zoltan.kiss@linaro.org> > --- > helper/platform/dpdk | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > > diff --git a/helper/platform/dpdk b/helper/platform/dpdk > index ae545a2..58cd6eb 100644 > --- a/helper/platform/dpdk > +++ b/helper/platform/dpdk > @@ -25,7 +25,7 @@ dpdk_get(){ > fi > cd $ROOT_DIR_DPDK > git clean -xfd > - git checkout tags/v2.1.0-rc3 > + git checkout tags/v2.1.0 > > #apply patch depending on cleaned up version string to fix later builds > VERSION=`uname -r` > @@ -49,7 +49,6 @@ dpdk_build() { > dpdk_target=x86_64-native-linuxapp-gcc > make -j ${NUM_CPUS} config T=x86_64-native-linuxapp-gcc O="${dpdk_target}" > sed -ri 's,(CONFIG_RTE_BUILD_COMBINE_LIBS=).*,\1y,' "${dpdk_target}"/.config > - sed -ri 's,(CONFIG_RTE_LIBRTE_IP_FRAG=).*,\1n,' "${dpdk_target}"/.config > sed -ri 's,(CONFIG_RTE_LIBRTE_PMD_PCAP=).*,\1y,' "${dpdk_target}"/.config > sed -ri 's,(CONFIG_RTE_MAX_MEMSEG=).*,\11024,' "${dpdk_target}"/.config > make -j ${NUM_CPUS} install T="${dpdk_target}" EXTRA_CFLAGS="-fPIC -g -O3" >
Applied On 02/09/15 16:45, Zoltan Kiss wrote: > And remove the restriction about IP fragment support. > > Signed-off-by: Zoltan Kiss <zoltan.kiss@linaro.org> > --- > helper/platform/dpdk | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > > diff --git a/helper/platform/dpdk b/helper/platform/dpdk > index ae545a2..58cd6eb 100644 > --- a/helper/platform/dpdk > +++ b/helper/platform/dpdk > @@ -25,7 +25,7 @@ dpdk_get(){ > fi > cd $ROOT_DIR_DPDK > git clean -xfd > - git checkout tags/v2.1.0-rc3 > + git checkout tags/v2.1.0 > > #apply patch depending on cleaned up version string to fix later builds > VERSION=`uname -r` > @@ -49,7 +49,6 @@ dpdk_build() { > dpdk_target=x86_64-native-linuxapp-gcc > make -j ${NUM_CPUS} config T=x86_64-native-linuxapp-gcc O="${dpdk_target}" > sed -ri 's,(CONFIG_RTE_BUILD_COMBINE_LIBS=).*,\1y,' "${dpdk_target}"/.config > - sed -ri 's,(CONFIG_RTE_LIBRTE_IP_FRAG=).*,\1n,' "${dpdk_target}"/.config > sed -ri 's,(CONFIG_RTE_LIBRTE_PMD_PCAP=).*,\1y,' "${dpdk_target}"/.config > sed -ri 's,(CONFIG_RTE_MAX_MEMSEG=).*,\11024,' "${dpdk_target}"/.config > make -j ${NUM_CPUS} install T="${dpdk_target}" EXTRA_CFLAGS="-fPIC -g -O3" >
I've meant it to the other patch for ODP-DPDK :) I wanted to rather ask Anders what's going on with this patch? Zoli On 08/09/15 12:30, Zoltan Kiss wrote: > Applied > > On 02/09/15 16:45, Zoltan Kiss wrote: >> And remove the restriction about IP fragment support. >> >> Signed-off-by: Zoltan Kiss <zoltan.kiss@linaro.org> >> --- >> helper/platform/dpdk | 3 +-- >> 1 file changed, 1 insertion(+), 2 deletions(-) >> >> diff --git a/helper/platform/dpdk b/helper/platform/dpdk >> index ae545a2..58cd6eb 100644 >> --- a/helper/platform/dpdk >> +++ b/helper/platform/dpdk >> @@ -25,7 +25,7 @@ dpdk_get(){ >> fi >> cd $ROOT_DIR_DPDK >> git clean -xfd >> - git checkout tags/v2.1.0-rc3 >> + git checkout tags/v2.1.0 >> >> #apply patch depending on cleaned up version string to fix later >> builds >> VERSION=`uname -r` >> @@ -49,7 +49,6 @@ dpdk_build() { >> dpdk_target=x86_64-native-linuxapp-gcc >> make -j ${NUM_CPUS} config T=x86_64-native-linuxapp-gcc >> O="${dpdk_target}" >> sed -ri 's,(CONFIG_RTE_BUILD_COMBINE_LIBS=).*,\1y,' >> "${dpdk_target}"/.config >> - sed -ri 's,(CONFIG_RTE_LIBRTE_IP_FRAG=).*,\1n,' >> "${dpdk_target}"/.config >> sed -ri 's,(CONFIG_RTE_LIBRTE_PMD_PCAP=).*,\1y,' >> "${dpdk_target}"/.config >> sed -ri 's,(CONFIG_RTE_MAX_MEMSEG=).*,\11024,' >> "${dpdk_target}"/.config >> make -j ${NUM_CPUS} install T="${dpdk_target}" >> EXTRA_CFLAGS="-fPIC -g -O3" >>
On 8 September 2015 at 13:32, Zoltan Kiss <zoltan.kiss@linaro.org> wrote: > I've meant it to the other patch for ODP-DPDK :) > I wanted to rather ask Anders what's going on with this patch? I was surprised to see two patches in one patch, so I couldn't apply this one until you applied the patch to odp-dpdk repo. Applied. Cheers, Anders > > Zoli > > > On 08/09/15 12:30, Zoltan Kiss wrote: >> >> Applied >> >> On 02/09/15 16:45, Zoltan Kiss wrote: >>> >>> And remove the restriction about IP fragment support. >>> >>> Signed-off-by: Zoltan Kiss <zoltan.kiss@linaro.org> >>> --- >>> helper/platform/dpdk | 3 +-- >>> 1 file changed, 1 insertion(+), 2 deletions(-) >>> >>> diff --git a/helper/platform/dpdk b/helper/platform/dpdk >>> index ae545a2..58cd6eb 100644 >>> --- a/helper/platform/dpdk >>> +++ b/helper/platform/dpdk >>> @@ -25,7 +25,7 @@ dpdk_get(){ >>> fi >>> cd $ROOT_DIR_DPDK >>> git clean -xfd >>> - git checkout tags/v2.1.0-rc3 >>> + git checkout tags/v2.1.0 >>> >>> #apply patch depending on cleaned up version string to fix later >>> builds >>> VERSION=`uname -r` >>> @@ -49,7 +49,6 @@ dpdk_build() { >>> dpdk_target=x86_64-native-linuxapp-gcc >>> make -j ${NUM_CPUS} config T=x86_64-native-linuxapp-gcc >>> O="${dpdk_target}" >>> sed -ri 's,(CONFIG_RTE_BUILD_COMBINE_LIBS=).*,\1y,' >>> "${dpdk_target}"/.config >>> - sed -ri 's,(CONFIG_RTE_LIBRTE_IP_FRAG=).*,\1n,' >>> "${dpdk_target}"/.config >>> sed -ri 's,(CONFIG_RTE_LIBRTE_PMD_PCAP=).*,\1y,' >>> "${dpdk_target}"/.config >>> sed -ri 's,(CONFIG_RTE_MAX_MEMSEG=).*,\11024,' >>> "${dpdk_target}"/.config >>> make -j ${NUM_CPUS} install T="${dpdk_target}" >>> EXTRA_CFLAGS="-fPIC -g -O3" >>> >
diff --git a/helper/platform/dpdk b/helper/platform/dpdk index ae545a2..58cd6eb 100644 --- a/helper/platform/dpdk +++ b/helper/platform/dpdk @@ -25,7 +25,7 @@ dpdk_get(){ fi cd $ROOT_DIR_DPDK git clean -xfd - git checkout tags/v2.1.0-rc3 + git checkout tags/v2.1.0 #apply patch depending on cleaned up version string to fix later builds VERSION=`uname -r` @@ -49,7 +49,6 @@ dpdk_build() { dpdk_target=x86_64-native-linuxapp-gcc make -j ${NUM_CPUS} config T=x86_64-native-linuxapp-gcc O="${dpdk_target}" sed -ri 's,(CONFIG_RTE_BUILD_COMBINE_LIBS=).*,\1y,' "${dpdk_target}"/.config - sed -ri 's,(CONFIG_RTE_LIBRTE_IP_FRAG=).*,\1n,' "${dpdk_target}"/.config sed -ri 's,(CONFIG_RTE_LIBRTE_PMD_PCAP=).*,\1y,' "${dpdk_target}"/.config sed -ri 's,(CONFIG_RTE_MAX_MEMSEG=).*,\11024,' "${dpdk_target}"/.config make -j ${NUM_CPUS} install T="${dpdk_target}" EXTRA_CFLAGS="-fPIC -g -O3"
And remove the restriction about IP fragment support. Signed-off-by: Zoltan Kiss <zoltan.kiss@linaro.org> --- helper/platform/dpdk | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)