From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerin Jacob Subject: Re: [PATCH v3 25/29] net/nfp: use eal I/O device memory read/write API Date: Thu, 12 Jan 2017 19:10:23 +0530 Message-ID: <20170112134022.GA11933@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> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Cc: dev , "Ananyev, Konstantin" , Thomas Monjalon , Bruce Richardson , , Jan Viktorin , To: Alejandro Lucero Return-path: Received: from NAM03-BY2-obe.outbound.protection.outlook.com (mail-by2nam03on0089.outbound.protection.outlook.com [104.47.42.89]) by dpdk.org (Postfix) with ESMTP id 95D48558D for ; Thu, 12 Jan 2017 14:40:46 +0100 (CET) Content-Disposition: inline In-Reply-To: List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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.