diff mbox

configure: display pktio support

Message ID 1461773891-2079-1-git-send-email-mike.holmes@linaro.org
State Superseded
Headers show

Commit Message

Mike Holmes April 27, 2016, 4:18 p.m. UTC
Signed-off-by: Mike Holmes <mike.holmes@linaro.org>
---
 configure.ac | 2 ++
 1 file changed, 2 insertions(+)

Comments

Elo, Matias (Nokia - FI/Espoo) April 28, 2016, 7:01 a.m. UTC | #1
Hi,

I would rather keep the output print more consistent and include also pcap pktio.

So something like:

> +	pktio_dpdk:	${pktio_dpdk_support}

> +	pktio_netmap:		${netmap_support}

> +	pktio_pcap:	${have_pcap}



-Matias

> -----Original Message-----

> From: lng-odp [mailto:lng-odp-bounces@lists.linaro.org] On Behalf Of EXT Mike

> Holmes

> Sent: Wednesday, April 27, 2016 7:18 PM

> To: lng-odp@lists.linaro.org

> Subject: [lng-odp] [PATCH] configure: display pktio support

> 

> Signed-off-by: Mike Holmes <mike.holmes@linaro.org>

> ---

>  configure.ac | 2 ++

>  1 file changed, 2 insertions(+)

> 

> diff --git a/configure.ac b/configure.ac

> index f88c36b..5dc22f1 100644

> --- a/configure.ac

> +++ b/configure.ac

> @@ -233,6 +233,8 @@ AC_MSG_RESULT([

>  	includedir:		${includedir}

>  	testdir:		${testdir}

>  	WITH_ARCH:              ${WITH_ARCH}

> +	pktio_dpdk_support:	${pktio_dpdk_support}

> +	netmap_support:		${netmap_support}

> 

>  	cc:			${CC}

>  	cppflags:		${CPPFLAGS}

> --

> 2.7.4

> 

> _______________________________________________

> lng-odp mailing list

> lng-odp@lists.linaro.org

> https://lists.linaro.org/mailman/listinfo/lng-odp
Mike Holmes April 28, 2016, 10:33 a.m. UTC | #2
I will add that, thanks

On 28 April 2016 at 03:01, Elo, Matias (Nokia - FI/Espoo) <
matias.elo@nokia.com> wrote:

> Hi,

>

> I would rather keep the output print more consistent and include also pcap

> pktio.

>

> So something like:

>

> > +     pktio_dpdk:     ${pktio_dpdk_support}

> > +     pktio_netmap:           ${netmap_support}

> > +     pktio_pcap:     ${have_pcap}

>

>

> -Matias

>

> > -----Original Message-----

> > From: lng-odp [mailto:lng-odp-bounces@lists.linaro.org] On Behalf Of

> EXT Mike

> > Holmes

> > Sent: Wednesday, April 27, 2016 7:18 PM

> > To: lng-odp@lists.linaro.org

> > Subject: [lng-odp] [PATCH] configure: display pktio support

> >

> > Signed-off-by: Mike Holmes <mike.holmes@linaro.org>

> > ---

> >  configure.ac | 2 ++

> >  1 file changed, 2 insertions(+)

> >

> > diff --git a/configure.ac b/configure.ac

> > index f88c36b..5dc22f1 100644

> > --- a/configure.ac

> > +++ b/configure.ac

> > @@ -233,6 +233,8 @@ AC_MSG_RESULT([

> >       includedir:             ${includedir}

> >       testdir:                ${testdir}

> >       WITH_ARCH:              ${WITH_ARCH}

> > +     pktio_dpdk_support:     ${pktio_dpdk_support}

> > +     netmap_support:         ${netmap_support}

> >

> >       cc:                     ${CC}

> >       cppflags:               ${CPPFLAGS}

> > --

> > 2.7.4

> >

> > _______________________________________________

> > lng-odp mailing list

> > lng-odp@lists.linaro.org

> > https://lists.linaro.org/mailman/listinfo/lng-odp

>




-- 
Mike Holmes
Technical Manager - Linaro Networking Group
Linaro.org <http://www.linaro.org/> *│ *Open source software for ARM SoCs
"Work should be fun and collaborative, the rest follows"
diff mbox

Patch

diff --git a/configure.ac b/configure.ac
index f88c36b..5dc22f1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -233,6 +233,8 @@  AC_MSG_RESULT([
 	includedir:		${includedir}
 	testdir:		${testdir}
 	WITH_ARCH:              ${WITH_ARCH}
+	pktio_dpdk_support:	${pktio_dpdk_support}
+	netmap_support:		${netmap_support}
 
 	cc:			${CC}
 	cppflags:		${CPPFLAGS}