From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id CD6452C15; Sun, 3 Jun 2018 09:23:46 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 03 Jun 2018 00:23:42 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.49,472,1520924400"; d="scan'208";a="234194839" Received: from nikhilr-mobl1.amr.corp.intel.com (HELO [10.252.149.251]) ([10.252.149.251]) by fmsmga006.fm.intel.com with ESMTP; 03 Jun 2018 00:23:40 -0700 To: Thomas Monjalon , Jerin Jacob Cc: stable@dpdk.org, dev@dpdk.org, nikhil.rao@intel.com References: <1527023202-51808-1-git-send-email-nikhil.rao@intel.com> <20180523055118.GA10924@jerin> <2762021.gLiFmiYqnl@xps> From: "Rao, Nikhil" Message-ID: <69458275-b99c-2d35-5fd8-400f93ccc164@intel.com> Date: Sun, 3 Jun 2018 12:53:39 +0530 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.8.0 MIME-Version: 1.0 In-Reply-To: <2762021.gLiFmiYqnl@xps> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-stable] [PATCH] eventdev: fix eth port in eth Rx adapter internal function X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Jun 2018 07:23:47 -0000 On 5/25/2018 2:25 AM, Thomas Monjalon wrote: > 23/05/2018 07:51, Jerin Jacob: >> -----Original Message----- >>> Date: Wed, 23 May 2018 02:36:42 +0530 >>> From: Nikhil Rao >>> To: jerin.jacob@caviumnetworks.com >>> CC: dev@dpdk.org, Nikhil Rao , stable@dpdk.org >>> Subject: [PATCH] eventdev: fix eth port in eth Rx adapter internal function >>> X-Mailer: git-send-email 1.8.3.1 >>> >>> The dev_id parameter to fill_event_buffer() should be 16 bit, >>> also rename to to eth_dev_id to avoid confusion with event device >>> id elsewhere in the file. >>> >>> Fixes: c2189c907dd1 ("eventdev: make ethdev port identifiers 16-bit") >>> Cc: stable@dpdk.org >>> Signed-off-by: Nikhil Rao >> >> Acked-by: Jerin Jacob Hi Jerin, Can you please apply this patch to next-eventdev ? Nikhil > > It doesn't look to be critical. > So it is deferred to 18.08 (we minimize risks in -rc6). > > >