All of lore.kernel.org
 help / color / mirror / Atom feed
From: Adrien Mazarguil <adrien.mazarguil-pdR9zngts4EAvxtiuMwx3w@public.gmane.org>
To: Thomas Monjalon
	<thomas.monjalon-pdR9zngts4EAvxtiuMwx3w@public.gmane.org>
Cc: dev-VfR2kkLFssw@public.gmane.org
Subject: Re: [PATCH 6/7] mlx4: mute auto config in quiet mode
Date: Tue, 3 Mar 2015 17:03:33 +0100	[thread overview]
Message-ID: <20150303160332.GK23569@6wind.com> (raw)
In-Reply-To: <1425396230-13379-7-git-send-email-thomas.monjalon-pdR9zngts4EAvxtiuMwx3w@public.gmane.org>

On Tue, Mar 03, 2015 at 04:23:49PM +0100, Thomas Monjalon wrote:
> If verbose is off, auto-config-h.sh script should be quiet.
> 
> Signed-off-by: Thomas Monjalon <thomas.monjalon-pdR9zngts4EAvxtiuMwx3w@public.gmane.org>
> ---
>  lib/librte_pmd_mlx4/Makefile | 10 +++++++---
>  1 file changed, 7 insertions(+), 3 deletions(-)
> 
> diff --git a/lib/librte_pmd_mlx4/Makefile b/lib/librte_pmd_mlx4/Makefile
> index de50a5a..6666813 100644
> --- a/lib/librte_pmd_mlx4/Makefile
> +++ b/lib/librte_pmd_mlx4/Makefile
> @@ -98,20 +98,24 @@ include $(RTE_SDK)/mk/rte.lib.mk
>  export CC CFLAGS CPPFLAGS EXTRA_CFLAGS EXTRA_CPPFLAGS
>  export AUTO_CONFIG_CFLAGS = -Wno-error
>  
> +ifndef V
> +AUTOCONF_OUTPUT := >/dev/null
> +endif
> +
>  mlx4_autoconf.h: $(RTE_SDK)/scripts/auto-config-h.sh
>  	$Q $(RM) -f -- '$@'
>  	$Q sh -- '$<' '$@' \
>  		RSS_SUPPORT \
>  		infiniband/verbs.h \
> -		enum IBV_EXP_DEVICE_UD_RSS
> +		enum IBV_EXP_DEVICE_UD_RSS $(AUTOCONF_OUTPUT)
>  	$Q sh -- '$<' '$@' \
>  		INLINE_RECV \
>  		infiniband/verbs.h \
> -		enum IBV_EXP_DEVICE_ATTR_INLINE_RECV_SZ
> +		enum IBV_EXP_DEVICE_ATTR_INLINE_RECV_SZ $(AUTOCONF_OUTPUT)
>  	$Q sh -- '$<' '$@' \
>  		SEND_RAW_WR_SUPPORT \
>  		infiniband/verbs.h \
> -		type 'struct ibv_send_wr_raw'
> +		type 'struct ibv_send_wr_raw' $(AUTOCONF_OUTPUT)
>  
>  mlx4.o: mlx4_autoconf.h
>  
> -- 
> 2.2.2

Acked-by: Adrien Mazarguil <adrien.mazarguil-pdR9zngts4EAvxtiuMwx3w@public.gmane.org>

-- 
Adrien Mazarguil
6WIND

  parent reply	other threads:[~2015-03-03 16:03 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-03-03 15:23 [PATCH 0/7] fix build with debug enabled Thomas Monjalon
     [not found] ` <1425396230-13379-1-git-send-email-thomas.monjalon-pdR9zngts4EAvxtiuMwx3w@public.gmane.org>
2015-03-03 15:23   ` [PATCH 1/7] mempool: " Thomas Monjalon
     [not found]     ` <1425396230-13379-2-git-send-email-thomas.monjalon-pdR9zngts4EAvxtiuMwx3w@public.gmane.org>
2015-03-04  9:59       ` Olivier MATZ
2015-03-03 15:23   ` [PATCH 2/7] fm10k: " Thomas Monjalon
2015-03-03 15:23   ` [PATCH 3/7] virtio: fix build with mempool " Thomas Monjalon
     [not found]     ` <1425396230-13379-4-git-send-email-thomas.monjalon-pdR9zngts4EAvxtiuMwx3w@public.gmane.org>
2015-03-04  1:15       ` Ouyang, Changchun
2015-03-03 15:23   ` [PATCH 4/7] virtio: fix build with " Thomas Monjalon
     [not found]     ` <1425396230-13379-5-git-send-email-thomas.monjalon-pdR9zngts4EAvxtiuMwx3w@public.gmane.org>
2015-03-04  1:17       ` Ouyang, Changchun
2015-03-03 15:23   ` [PATCH 5/7] mlx4: fix build with mempool " Thomas Monjalon
     [not found]     ` <1425396230-13379-6-git-send-email-thomas.monjalon-pdR9zngts4EAvxtiuMwx3w@public.gmane.org>
2015-03-03 16:02       ` Adrien Mazarguil
2015-03-03 15:23   ` [PATCH 6/7] mlx4: mute auto config in quiet mode Thomas Monjalon
     [not found]     ` <1425396230-13379-7-git-send-email-thomas.monjalon-pdR9zngts4EAvxtiuMwx3w@public.gmane.org>
2015-03-03 16:03       ` Adrien Mazarguil [this message]
2015-03-03 15:23   ` [PATCH 7/7] bond: remove debug function to fix link with shared lib Thomas Monjalon
     [not found]     ` <1425396230-13379-8-git-send-email-thomas.monjalon-pdR9zngts4EAvxtiuMwx3w@public.gmane.org>
2015-03-04  9:49       ` Declan Doherty
2015-03-04 10:21   ` [PATCH 0/7] fix build with debug enabled Thomas Monjalon

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20150303160332.GK23569@6wind.com \
    --to=adrien.mazarguil-pdr9zngts4eavxtiumwx3w@public.gmane.org \
    --cc=dev-VfR2kkLFssw@public.gmane.org \
    --cc=thomas.monjalon-pdR9zngts4EAvxtiuMwx3w@public.gmane.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.