From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f174.google.com (mail-wi0-f174.google.com [209.85.212.174]) by dpdk.org (Postfix) with ESMTP id 2F931C616 for ; Thu, 18 Jun 2015 14:38:10 +0200 (CEST) Received: by wicnd19 with SMTP id nd19so59158614wic.1 for ; Thu, 18 Jun 2015 05:38:10 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=uHw+rACm7KzrZOYr+X8rNZBTqNxfUNBEajjI+PY/hds=; b=aKgKkfcF8vcilLgUk0Zy2MxlMP4OJaz3fENdD4eQTzjvDx5DoMtGzaKHobh8dDczxS TdZyVgZdDV7iJibFERLz3t+DPCYXLsRaQXR8MpsWO8P7jSBsTU4si6lccTx5hrNcO8KG H9BpCNmVZfduzBI3OTpKBOA77iLGLkwn+RvvNZoNct26/UzVyV2LvSRCdBzuF6TOQwFz 1eBSlBAsvXbzm2Ek0GEZ3EAKBKnznFZEicUmimlsjXLYVaJOjH5uKfOWtCNges2gKS7e skmwBNtmXKDJVr0nSXGTemlpH4NJTJIn4hAf6FmtF7WwKi2VYShY9Brou6/SEt8TxXBe 6ciw== X-Gm-Message-State: ALoCoQm+W3RZ5fsCEhsG15NhTSayWg10rw4kOuHp394sZ9SPjCDyrJtLQdtcdk7iKm0QLB6r9iRc X-Received: by 10.194.58.109 with SMTP id p13mr5936079wjq.36.1434631090054; Thu, 18 Jun 2015 05:38:10 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id fx7sm12049400wjb.10.2015.06.18.05.38.08 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 18 Jun 2015 05:38:09 -0700 (PDT) From: Thomas Monjalon To: Pawel Wodkowski Date: Thu, 18 Jun 2015 14:37:07 +0200 Message-ID: <204960506.lHyBl00jkv@xps13> Organization: 6WIND User-Agent: KMail/4.14.8 (Linux/4.0.4-2-ARCH; KDE/4.14.8; x86_64; ; ) In-Reply-To: <1434552528-3576-7-git-send-email-maciejx.t.gajdzica@intel.com> References: <1434552528-3576-1-git-send-email-maciejx.t.gajdzica@intel.com> <1434552528-3576-7-git-send-email-maciejx.t.gajdzica@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH v2 6/6] cfgfile: added new implementation of section parsing 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: Thu, 18 Jun 2015 12:38:10 -0000 2015-06-17 16:48, Maciej Gajdzica: > + char *start = _skip_spaceses(str); Why not use a function with "char *" parameter instead of a macro?