From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2] test/eventdev: update the port id to 16 bit Date: Mon, 21 May 2018 01:17:15 +0200 Message-ID: <2186577.ZmWxozCHPv@xps> References: <1526399325-110111-1-git-send-email-vipin.varghese@intel.com> <1526407602-112993-1-git-send-email-vipin.varghese@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, deepak.k.jain@intel.com, nikhil.rao@intel.com, stable@dpdk.org To: Vipin Varghese Return-path: In-Reply-To: <1526407602-112993-1-git-send-email-vipin.varghese@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 15/05/2018 20:06, Vipin Varghese: > port id in test case is update to unsigned int 16 bit, to > prevent compilation failure when RTE_MAX_ETHPORTS port is > set more than 255. > > Signed-off-by: Vipin Varghese > Acked-by: Nikhil Rao Fixes: fc8030eb8fe9 ("test/eventdev: add tests for eth Rx adapter APIs") Cc: stable@dpdk.org Applied, thanks