From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pavan Nikhilesh Subject: Re: [dpdk-stable] patch 'event/octeontx: fix Rx adapter port id mapping' has been queued to LTS release 17.11.1 Date: Mon, 29 Jan 2018 14:26:46 +0530 Message-ID: <20180129085644.upqdfuo7vbxnfrmg@Pavan-LT> References: <1516808026-25523-1-git-send-email-yliu@fridaylinux.org> <1516808026-25523-72-git-send-email-yliu@fridaylinux.org> <20180126160029.GH29540@yliu-mob> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Cc: dev@dpdk.org To: Yuanhan Liu , Santosh Shukla , dpdk stable Return-path: Content-Disposition: inline In-Reply-To: <20180126160029.GH29540@yliu-mob> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Hi Yliu, On Sat, Jan 27, 2018 at 12:00:29AM +0800, Yuanhan Liu wrote: > On Wed, Jan 24, 2018 at 11:32:20PM +0800, Yuanhan Liu wrote: > > Hi, > > > > FYI, your patch has been queued to LTS release 17.11.1 > > > > Note it hasn't been pushed to http://dpdk.org/browse/dpdk-stable yet. > > It will be pushed if I get no objections before 01/26/18. So please > > shout if anyone has objections. > > I met an build error with this one: This is due to map file having improper tag i.e. http://dpdk.org/dev/patchwork/patch/32510/ + +DPDK_18.04 { Fixed while applying. + global: + + rte_octeontx_pchan_map; + +}; Ferruh fixed it while applying. Regards, Pavan. > > error: ‘rte_octeontx_pchan_map ’ undeclared (first use in this function) > > This patch is then dropped. If you think it's needed for 17.11.1 LTS > release, please do a backport. And sorry for the late notice: it was > my fault, I should have done the build before sending it out. > > --yliu > > > > Thanks. > > > > --yliu > > > > --- > > >From 3ab8effa1fd5b07c88688ff14e816e0a314d7778 Mon Sep 17 00:00:00 2001 > > From: Pavan Nikhilesh > > Date: Tue, 19 Dec 2017 23:31:45 +0530 > > Subject: [PATCH] event/octeontx: fix Rx adapter port id mapping > > > > [ upstream commit 9b4298339652c5f4c3a1391ed26caa5bbb26c158 ] > > > > When octeontx event dev receives a packet for the event Rx adapter, the > > mbuf port id should contain the appropriate ethdev id instead of > > internal channel info. > > > > Fixes: 45a914c5bd71 ("event/octeontx: support event Rx adapter") > > > > Signed-off-by: Pavan Nikhilesh > > Acked-by: Santosh Shukla > > ---