From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerin Jacob Subject: Re: [PATCH v5 00/29] introduce I/O device memory read/write operations Date: Wed, 18 Jan 2017 16:25:28 +0530 Message-ID: <20170118105527.GA28781@localhost.localdomain> References: <1484637244-7548-1-git-send-email-jerin.jacob@caviumnetworks.com> <1484702502-25451-1-git-send-email-jerin.jacob@caviumnetworks.com> <3139214.lXrbRuBdqr@xps13> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Cc: , , , , , To: Thomas Monjalon Return-path: Received: from NAM01-SN1-obe.outbound.protection.outlook.com (mail-sn1nam01on0049.outbound.protection.outlook.com [104.47.32.49]) by dpdk.org (Postfix) with ESMTP id D12F9F957 for ; Wed, 18 Jan 2017 11:55:48 +0100 (CET) Content-Disposition: inline In-Reply-To: <3139214.lXrbRuBdqr@xps13> 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 Wed, Jan 18, 2017 at 10:56:57AM +0100, Thomas Monjalon wrote: > 2017-01-18 06:51, Jerin Jacob: > > v5: > > 1) net/ena: removed intermediate readl/writel implementation and > > implemented ENA_REG_READ32/ENA_REG_WRITE32 as rte_read_relaxed/ > > rte_write32_relaxed(Jan Medala) > > 2) Rebased to dpdk.org master > > 3) Created a temporary branch in public repo to share changes for easy testing > > > > repo: https://github.com/jerinjacobk/dpdk.git > > branch: rte_io_v5 > > I will apply it on top of next-net in order to have it in 17.02-rc1. > Any objection? > > Please could you check there is no rebase issue on top of next-net? > RC1 is expected today. Tested on top of next-net. Found _no_ rebase issue.