From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wg0-f48.google.com (mail-wg0-f48.google.com [74.125.82.48]) by dpdk.org (Postfix) with ESMTP id 73F185901 for ; Wed, 12 Nov 2014 10:32:07 +0100 (CET) Received: by mail-wg0-f48.google.com with SMTP id y19so2875474wgg.35 for ; Wed, 12 Nov 2014 01:42:01 -0800 (PST) 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=ODngW5bg1GNYdIVgOYp0K8QSmXs9OQblFVNZ1CpLpjQ=; b=Lhjcq7591ji2T3YDqy0JlWaUyUt+jxEY2a3dUaA5rvQq/5D4RXpPG8h8RIp209vRRr pUzNQLRv2xkQ73m3ltkclUQofGJOZmzFADirHMyio/3jWO3jeDTYxBh+EnG5E00wfJsw +12Yip2fQartIrCO83BY5kjAGhZEOF3T2euVIZpzrgQv9R4/yVU2O9mJcZWLqhbm8rLw 4ut+2lmAR++AgjTHonz9/tKqtR8CXY8tlUOZ3imyisbemJni4JF9D0+y4veBcoxtmT6W eCwjmC593e47N+sVjQp0VhyNqXszqTJvg7EzjvTLlkJBSTr5H/19uGxw5QxdqiU314Rz NFqA== X-Gm-Message-State: ALoCoQlrBjBI0fipV2H2/hO7ed2SuMWVPHdewA1ToRAsyHYsZ7BRfK6IGdQCG4PjCkfOBE/WLhky X-Received: by 10.180.19.68 with SMTP id c4mr48863784wie.44.1415784927592; Wed, 12 Nov 2014 01:35:27 -0800 (PST) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id cz3sm30671808wjb.23.2014.11.12.01.35.26 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 12 Nov 2014 01:35:26 -0800 (PST) From: Thomas Monjalon To: Jia Yu Date: Wed, 12 Nov 2014 10:35:09 +0100 Message-ID: <7740007.YKvOag8xcF@xps13> Organization: 6WIND User-Agent: KMail/4.14.2 (Linux/3.17.2-1-ARCH; KDE/4.14.2; x86_64; ; ) In-Reply-To: References: <1415381511-43364-1-git-send-email-jyu@vmware.com> <8580175.gteDB60Fvp@xps13> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH 0/2] rte_ethdev fix/improvement 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: Wed, 12 Nov 2014 09:32:07 -0000 2014-11-11 23:48, Jia Yu: > The two patches are minor fixes. No new API is introduced. You are changing the API of rte_eth_stats_get(). It's a tricky corner case because it's a light change which should have no impact. Anyone against changing the void return into int? Impact in mind? I can integrate it if someone else vote for. -- Thomas