From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] i40e: configure the vector PMD option as no for default for l3fwd undefined ptype issue Date: Mon, 23 Nov 2015 12:11:45 +0100 Message-ID: <2568185.VIrrg0cgCb@xps13> References: <1447778782-8659-1-git-send-email-zhe.tao@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: "Zhang, Helin" , "Tao, Zhe" Return-path: Received: from mail-wm0-f50.google.com (mail-wm0-f50.google.com [74.125.82.50]) by dpdk.org (Postfix) with ESMTP id C44478E8C for ; Mon, 23 Nov 2015 12:13:01 +0100 (CET) Received: by wmvv187 with SMTP id v187so155260190wmv.1 for ; Mon, 23 Nov 2015 03:13:01 -0800 (PST) In-Reply-To: List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > > Configure the vector PMD option as no for default as a work around for l3fwd. > > After the l3fwd app can handle the undefined ptype or the i40e vPMD can > > return the ptype, the option will be set as yes for default again. > > > > Signed-off-by: Zhe Tao > Acked-by: Helin Zhang Few comments: 1/ The issue is not described. 2/ The release notes should be updated in the section "known issues". 3/ Changing the default config option won't prevent users from enable it. If it is broken, it is better to fix or revert it.