From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by dpdk.org (Postfix) with ESMTP id 0A92734F0 for ; Thu, 22 Mar 2018 11:22:35 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga107.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 22 Mar 2018 03:22:34 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.48,344,1517904000"; d="scan'208";a="41204962" Received: from fyigit-mobl.ger.corp.intel.com (HELO [10.237.221.63]) ([10.237.221.63]) by orsmga001.jf.intel.com with ESMTP; 22 Mar 2018 03:22:33 -0700 To: Andrew Rybchenko , dev@dpdk.org References: <1516899647-8541-1-git-send-email-arybchenko@solarflare.com> <1521631701-11282-1-git-send-email-arybchenko@solarflare.com> From: Ferruh Yigit Message-ID: Date: Thu, 22 Mar 2018 10:22:32 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 MIME-Version: 1.0 In-Reply-To: <1521631701-11282-1-git-send-email-arybchenko@solarflare.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v3 0/6] net/sfc: implement dynamic logging X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Mar 2018 10:22:37 -0000 On 3/21/2018 11:28 AM, Andrew Rybchenko wrote: > The series adds EXPERIMENTAL EAL feature which removes dependency > on EAL arguments processing and log types registration. It stores > EAL loglevel arguments in the list and adds API function to register > a new log type and pick up its value from EAL arguments. > > For us it is important since we would like to be able to control > per-device log level, e.g. pmd.net.sfc.main.0000:01:00.0. > > v3: > - fix build issue reported by Ferruh > > Ivan Malov (6): > eal: register log type and pick level from EAL args > net/sfc: add support for driver-wide dynamic logging > net/sfc: add support for per-port dynamic logging > net/sfc: prepare to merge init logs with main log type > net/sfc: remove dedicated init log parameter > net/sfc: add dynamic log level for MCDI messages Series applied to dpdk-next-net/master, thanks.