From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f41.google.com (mail-wm0-f41.google.com [74.125.82.41]) by dpdk.org (Postfix) with ESMTP id 4584858F3 for ; Mon, 2 May 2016 15:37:07 +0200 (CEST) Received: by mail-wm0-f41.google.com with SMTP id a17so143003679wme.0 for ; Mon, 02 May 2016 06:37:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=from:to:subject:date:message-id:organization:user-agent:in-reply-to :references:mime-version:content-transfer-encoding; bh=s30gMiEZ3BhEx3O+At8S+rkbZt2tU5cwcdnWDLnrAss=; b=u96Orx6s6N0Otsp7n8Zzuin1b4n2h9KeM2mXp9SjabeyHtrWg5g/MDhuoKKbGFycEQ 6hpKgJiRvfQcyrIQ952aYnndVbXdwevgG0/K0M+0Onel775tpEAiaERYVn7s0tzv7kgv TiSnP2CI/qJhLYaJHYoYtzPaepGA2D5TcGit4ZNTtOP2xhvZqtGy0yORg8XcKmjuECDp HsdPVniQjCfTgNMCiWLYzou090gQre/A+SzCymz05Hj/aUwWovyeB61whptCzYFE8XGI 2X3OJ9v/+givnPqtmqbRQT27c3txj5e1Ta12K5F5CF8BAKU1kdm5I4Z7KdG4Qbqtiptz Gl2w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding; bh=s30gMiEZ3BhEx3O+At8S+rkbZt2tU5cwcdnWDLnrAss=; b=hcbMv9LuBnq5wAZ6DA+Q+w7yq/d4YrJ1bHBJBgyAJZJoNhrTGMU4l7IOTKej36fpQa 0ObpxvW7C4tq9MuniMPDeOuaYDbh7G3ql8u2gvyty+f0yCqAByzGCWROOthE66k+XOtg j46QdhtTvo8jo3LqxncFKCCzZXBeBPeQDRwF3jtZBECwaxrIlfk3LG0hURnTAXPi4y1L Psdu5emBATivwo1tiIbeR7iOvW9UVyNHCCNJJWOyxaveGFinb/dk1/KjD3hZ7YezMBnG 9RiOXlWYCc/Grehmso/SslL8d7rqWLtO0nhun8EgFFjbU7j2S3klKZRVB6D4MUXGJbPB Vhyw== X-Gm-Message-State: AOPr4FVBPS9DwyGKAn0dDMogiRh/N3c+lyPONCh8i3oarvcsfmuSXJa3lZUzZOqH4Wpjx5+f X-Received: by 10.194.92.237 with SMTP id cp13mr37074091wjb.168.1462196226072; Mon, 02 May 2016 06:37:06 -0700 (PDT) Received: from xps13.localnet (207.111.75.86.rev.sfr.net. [86.75.111.207]) by smtp.gmail.com with ESMTPSA id u187sm18886002wmu.21.2016.05.02.06.37.05 for (version=TLSv1/SSLv3 cipher=OTHER); Mon, 02 May 2016 06:37:05 -0700 (PDT) From: Thomas Monjalon To: dev@dpdk.org Date: Mon, 02 May 2016 15:37:04 +0200 Message-ID: <2770998.Yiysyy2KlJ@xps13> Organization: 6WIND User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <1461332640-24273-1-git-send-email-thomas.monjalon@6wind.com> References: <1461332640-24273-1-git-send-email-thomas.monjalon@6wind.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH 0/4] cleanup debug and dead code X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 May 2016 13:37:07 -0000 2016-04-22 15:43, Thomas Monjalon: > With this series, the default log level is not debug anymore. > And more code depends on debug level instead of having some > almost dead code. > > Thomas Monjalon (4): > eal: increase log level of some messages > log: increase default level to info > examples: remove useless debug flags > eal: add assert macro for debug Applied with small fix discussed for vmxnet3.