From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f51.google.com (mail-wm0-f51.google.com [74.125.82.51]) by dpdk.org (Postfix) with ESMTP id 6040EFB26 for ; Thu, 19 Jan 2017 05:51:40 +0100 (CET) Received: by mail-wm0-f51.google.com with SMTP id r126so273821775wmr.0 for ; Wed, 18 Jan 2017 20:51:40 -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=knNbI7gA2J1v5SMzCHCOqEGmsbNDU3fCEeZymyJ0fW8=; b=MJWjCouVF3Hk0IYOkq0N/pQn67slrtLLcoChRJqMfursypFoBsZe83N1e5wtLbdcjo AwWIKDJKfeauAuijJx/XOGUolGVvVuYeUYr63oMcvnfgowK9FmZpVVKVg4lJd7w2IfrY 4/ji/sN15ebWo7Fcll/kk/O3C7yPM7Ca35Z+EZKX2EGKUgiqNM1VVoTkLW7ThJAxAz07 MQB4dgsHW6cdTV3mwVkoCdvqgSkPjDQ0qx70GnaDpSYSZL+4LLvJVCHuMO30Iz+QNONq 71vASOkJcDk23blyiCy0ot6mS4hSPbjggsuRokKHPhzSoEqFlnaOC88ucNviWKkzadhy IWxw== 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=knNbI7gA2J1v5SMzCHCOqEGmsbNDU3fCEeZymyJ0fW8=; b=kVh6UUcRyjrjeQ4R79f88lKQ1nkFhkbyXLT9eWGJwaneJNqyy9AICkwSRC8UYei8UG RPoWId8OIWtUG6QrFMRCkj3TzpLD9eqck8/3YecC2Kc90s6ary8AQ2rXIRCs4yqcJZcm 8zm7yWTyyhlpCB60s3vnV22wKQdFaiG5rdxE6ijxDJw3PlPPwDq8UxzkvHrihUf27dwD 2HbSQr7nNG09FLrc/cXSPv9+Z5Iw2pNSpflQwxL5nA+jREzah8fTFK1ONszjGB8D9L1O fFD5EVSYxTTO9N5tX8iFXUsuBgCLKlfC3F4Kw0IyA6MhjhwksmplIWR1CzMhfkjuBjZy SPgw== X-Gm-Message-State: AIkVDXKC0E+pcwwyVByFU4HYnoEbzjLGK+ni5qlJIR0o7dHsg3sycz1XEhfj7ox77bjf6uMu X-Received: by 10.28.111.78 with SMTP id k75mr24244620wmc.71.1484801500092; Wed, 18 Jan 2017 20:51:40 -0800 (PST) Received: from xps13.localnet (184.203.134.77.rev.sfr.net. [77.134.203.184]) by smtp.gmail.com with ESMTPSA id c202sm50175509wmd.10.2017.01.18.20.51.39 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 18 Jan 2017 20:51:39 -0800 (PST) From: Thomas Monjalon To: Jerin Jacob Cc: dev@dpdk.org, konstantin.ananyev@intel.com, bruce.richardson@intel.com, jianbo.liu@linaro.org, viktorin@rehivetech.com, santosh.shukla@caviumnetworks.com Date: Thu, 19 Jan 2017 05:51:38 +0100 Message-ID: <2603243.yyu8JNPPUe@xps13> User-Agent: KMail/4.14.10 (Linux/4.5.4-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <20170119041452.GA18562@localhost.localdomain> References: <1484637244-7548-1-git-send-email-jerin.jacob@caviumnetworks.com> <3075116.xAOueQvdyS@xps13> <20170119041452.GA18562@localhost.localdomain> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v5 00/29] introduce I/O device memory read/write operations 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, 19 Jan 2017 04:51:40 -0000 2017-01-19 09:44, Jerin Jacob: > On Wed, Jan 18, 2017 at 05:25:22PM +0100, Thomas Monjalon wrote: > > Does it deserve an entry in the release notes? > > Not sure. If you like to add this in release note, then I can post a patch for the same. Why not? It is an important step for ARM in DPDK, isn't it?