From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f42.google.com (mail-wm0-f42.google.com [74.125.82.42]) by dpdk.org (Postfix) with ESMTP id 0D35D10BE3 for ; Wed, 21 Dec 2016 15:24:20 +0100 (CET) Received: by mail-wm0-f42.google.com with SMTP id u144so41148342wmu.1 for ; Wed, 21 Dec 2016 06:24:20 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:user-agent:in-reply-to :references:mime-version:content-transfer-encoding; bh=OdQ6CqvgDPFyK9WzLgIBd1rLhIvrkBTq+ooo2T9zWSE=; b=ToxZSXWvyvcYchEpVfOFUKhDyw4E9XaxRN2z4lsLc2Eh+cfRNI978NN+6vS5Apnvgu Zl7mIXOsIbiEuMhr7GfJj7+5CotkbOepKJ0wEsRFBuP9fFX7UZVmCG7XQp8Zn4XkA4U7 xWRWOqVwwnZx/Fb3ttDwvIPG+uzfZLBwOPz5VVljPAWCGy7ovf9fBSFj+CHDbldnUPlF gcdu6fDj+p3wwg3U6e7EaTye/Er8YNzn0TLgf7r4mrhMf/uRpzP++wShjBtDr3z5Sh5K 5L+h2ZORqstOw5QgXEu9crNMqCQ4M3j3HRqRJapdBQSOupA8CijYFUtaZy9LOcX4rgRX p8jg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:user-agent :in-reply-to:references:mime-version:content-transfer-encoding; bh=OdQ6CqvgDPFyK9WzLgIBd1rLhIvrkBTq+ooo2T9zWSE=; b=FZ18DoP3D0XSGXZRfw3HQZDw5PFD/wDTyZ5SKRDzIp4M2HAu4XSGRhZbu0RQdaqva4 AGu5BT8oG2ZwNGetGRC1BGjee+YLIx0Z9NfxaRRLMV5+ZE/GNp+NO2ryTY6INwccWn3a gIa5DVC3LljJrr2d/Xe0cMDAGIYMJR2f9km2/J5VO3LxV8SpvwWOfCcpMyZjF7MWppWj C9OP0pK0JVAoXX9k4XEwg9DfNRzV7UjFI61YxJPjUI9KacVswubICbKv/MtaVeUUbcaj gLCr6QBdZF6k553/ulmrid5qMKovmI3zpmpqlqz+VkxyOib3D4jWd12HJjFEgQ60QBf7 5Qxw== X-Gm-Message-State: AIkVDXJUDM9Yye66TQnKQZhxAN0fGjpmouFcuv+zhYTXVl7TDOJ+rE4q+zuh/U3A58WrzVZQ X-Received: by 10.28.195.9 with SMTP id t9mr4877930wmf.92.1482330260707; Wed, 21 Dec 2016 06:24:20 -0800 (PST) Received: from xps13.localnet (184.203.134.77.rev.sfr.net. [77.134.203.184]) by smtp.gmail.com with ESMTPSA id jm6sm30757227wjb.27.2016.12.21.06.24.19 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 21 Dec 2016 06:24:20 -0800 (PST) From: Thomas Monjalon To: Aaron Conole Cc: dev@dpdk.org Date: Wed, 21 Dec 2016 15:24:19 +0100 Message-ID: <2903601.nWQBOfSRqE@xps13> User-Agent: KMail/4.14.10 (Linux/4.5.4-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <1481212605-3857-1-git-send-email-aconole@redhat.com> References: <1481212605-3857-1-git-send-email-aconole@redhat.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] rte_eal: clarify the argc and argv documentation 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: Wed, 21 Dec 2016 14:24:21 -0000 2016-12-08 10:56, Aaron Conole: > It's been a source of confusion in the past, and even with this update > may continue to be a source of confusion. However, the original > language seems to imply that the DPDK EAL will take ownership of the > array passed in. Loosening the language up a bit might give a better > understanding for what is actually happening. > > Signed-off-by: Aaron Conole Applied, thanks