From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-vk0-f51.google.com (mail-vk0-f51.google.com [209.85.213.51]) by dpdk.org (Postfix) with ESMTP id 4C9FB2C6D for ; Fri, 13 Jan 2017 12:11:29 +0100 (CET) Received: by mail-vk0-f51.google.com with SMTP id 137so31236923vkl.0 for ; Fri, 13 Jan 2017 03:11:29 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netronome-com.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=GvET+Mpe169Fn+8nXdWhJezu/AEl7JfZvvYxoylqw/k=; b=P4CP9gG7xo8+epzMsVzQC8Ps4moFpc0YBJSHKSzhTW0NjDPLSFcXu/6/n+EvHCEqp0 asO5Fc6IUjIeWp2fvEURf+U2DNWRVkopCFhe4Udx7SI9k1RWaGynl5zt6JfDpiMf8b6t 3JrT7W6F0ApUOYkO6H02LM7+Y9xA+1/Fom0MWygnE2/2Za8pLk6pMSVVWTMLhIXnRcSR RNTiBokF6x7PnjW99B+UDp/EFmgXwbuuXp/TOxEYi5gXas/opWngtc5XlNdcr7Qod5Gc jQwst+oGdPDxKQNo40K+HE987eNFqQpTImu9T0qJqrorg7mDvFlJVfvKmOcq9nMiFPJw /Epw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=GvET+Mpe169Fn+8nXdWhJezu/AEl7JfZvvYxoylqw/k=; b=YCO4xViCHM9R2xUaO4Z5p9+YbRNgQIpNzmLmeHZqk8gTe08dPdQOF2QHDwbngXDLd0 e4KbnaWD0gYknYfab+m20zjIZe9zVINoQSfxY3HyptAlZa6um+DbIjKsZTfVTddoW97R hXQNckSRImVoT/RRcgku4Pm0+ynFxcwily7DqJ2XKsE8KuQ8OSu0K9WbHWYYRkTWh3dU S1EBcZQb58SPjHmp8jx/L6djUpnKi/ltyqt+yuMGEpdq6p5n9mtHAOjKb52g0Bx/49OI AzLVyfmXvIrmzq822BZOr0Rimr08Ff94uVH2iiNhdnCXJYTcJCSyuU6AtHuLwCppC9ku 9kRg== X-Gm-Message-State: AIkVDXJyjkfqAvollpx/V8RbHIEYGEB7mbGSOcnlsSGXRyxoHjxLe+0MJEDyC5kMtDCnqKM3ZTYiayQS6Vm9QN7v X-Received: by 10.31.133.133 with SMTP id h127mr9104603vkd.26.1484305888734; Fri, 13 Jan 2017 03:11:28 -0800 (PST) MIME-Version: 1.0 Received: by 10.103.146.141 with HTTP; Fri, 13 Jan 2017 03:11:28 -0800 (PST) In-Reply-To: <20170113105750.GA28699@localhost.localdomain> References: <1482832175-27199-1-git-send-email-jerin.jacob@caviumnetworks.com> <1484212646-10338-1-git-send-email-jerin.jacob@caviumnetworks.com> <1484212646-10338-26-git-send-email-jerin.jacob@caviumnetworks.com> <20170112134022.GA11933@localhost.localdomain> <20170113105750.GA28699@localhost.localdomain> From: Alejandro Lucero Date: Fri, 13 Jan 2017 11:11:28 +0000 Message-ID: To: Jerin Jacob Cc: dev , "Ananyev, Konstantin" , Thomas Monjalon , Bruce Richardson , jianbo.liu@linaro.org, Jan Viktorin , santosh.shukla@caviumnetworks.com Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: Re: [dpdk-dev] [PATCH v3 25/29] net/nfp: use eal I/O device memory read/write API 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: Fri, 13 Jan 2017 11:11:29 -0000 On Fri, Jan 13, 2017 at 10:57 AM, Jerin Jacob < jerin.jacob@caviumnetworks.com> wrote: > On Fri, Jan 13, 2017 at 10:49:15AM +0000, Alejandro Lucero wrote: > > Thanks for that repo. It really makes things easier. > > > > I have run our NFP PMD unit tests using that repo, and this change seems > to > > work without no problem. > > > > Thanks again. > > Thanks Alejandro. Can I add you Acked by on your NFP PMD specific > change.i.e only for this patch([PATCH v3 25/29] net/nfp: use eal I/O > device memory read/write API) > > Sure. Thanks! > > > > > > > > On Thu, Jan 12, 2017 at 1:40 PM, Jerin Jacob < > jerin.jacob@caviumnetworks.com > > > wrote: > > > > > On Thu, Jan 12, 2017 at 10:53:17AM +0000, Alejandro Lucero wrote: > > > > Hi, > > > > > > > > I've tried to find out which dpdk repo should I use for testing this > > > change > > > > with NFP PMD. > > > > > > > > It seems rte_read/write functions are not with last dpdk main repo, > nor > > > > with dpdk-net-next. > > > > > > > > Can someone tell me which repo should I use? > > > > > > It is based on the dpdk main repo. This patchset has 29 patches. The > > > initial > > > patches in the series contains the definition of rte_read/write. > > > > > > I have created a temporary branch in public repo to make other users to > > > test the changes without applying all patches. > > > > > > https://github.com/jerinjacobk/dpdk.git > > > branch: rte_io_v3 > > > It is based on today's dpdk master and this patchset. > > > > > > >