From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] app/testpmd: fix invalid port ID Date: Tue, 17 Jan 2017 16:40:55 +0100 Message-ID: <4380129.0ocKdGqNG1@xps13> References: <1481613068-92744-1-git-send-email-wenzhuo.lu@intel.com> <9BB6961774997848B5B42BEC655768F810CA4B04@SHSMSX103.ccr.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, "Wu, Jingjing" , "Chen, Jing D" , stable@dpdk.org To: "Lu, Wenzhuo" Return-path: Received: from mail-wm0-f54.google.com (mail-wm0-f54.google.com [74.125.82.54]) by dpdk.org (Postfix) with ESMTP id C548B108F for ; Tue, 17 Jan 2017 16:40:57 +0100 (CET) Received: by mail-wm0-f54.google.com with SMTP id c85so205365888wmi.1 for ; Tue, 17 Jan 2017 07:40:57 -0800 (PST) In-Reply-To: <9BB6961774997848B5B42BEC655768F810CA4B04@SHSMSX103.ccr.corp.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" > > Some CLIs don't check the input port ID, it may cause segmentation fault > > (core dumped). > > > > Fixes: 425781ff5afe ("app/testpmd: add ixgbe VF management") > > > > Signed-off-by: Wenzhuo Lu > > Signed-off-by: Chen Jing D(Mark) > > > --- > > CC: stable@dpdk.org > > Acked-by: Jingjing Wu Applied, thanks