From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yuanhan Liu 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 22:44:44 +0800 Message-ID: <20180129144444.GM29540@yliu-mob> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Santosh Shukla , dpdk stable , dev@dpdk.org To: Pavan Nikhilesh Return-path: Content-Disposition: inline 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 Mon, Jan 29, 2018 at 02:26:46PM +0530, Pavan Nikhilesh wrote: > 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. Hi Pavan, Not really. The reason it failed to build is this patch is targeted for stable release while it references above symbol that introduced in another patch that will not be cherry-picked to stable release. So could you do a backport, without introducing above external symbol? I'm wondering you could hide it internally? DPDK_18.04 won't exist for v17.11.1 after all. Thanks. --yliu