From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH] kni: Fix kni_autotest for new Rx/Tx offloads API Date: Wed, 8 Aug 2018 10:52:34 +0100 Message-ID: References: <20180628230243.24022-1-dg@adax.com> <1998283.9ZGPWbnyE2@xps> <1843474.bvWLmTgpdk@xps> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org To: Thomas Monjalon , Dan Gora Return-path: Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by dpdk.org (Postfix) with ESMTP id C2493235 for ; Wed, 8 Aug 2018 11:52:39 +0200 (CEST) In-Reply-To: <1843474.bvWLmTgpdk@xps> Content-Language: en-US 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 8/2/2018 6:49 AM, Thomas Monjalon wrote: > 01/08/2018 21:50, Dan Gora: >> Hi Thomas, >> >> thanks... Is it worthwhile to mark this patch as eligible for backporting? > > I don't think so. > Ferruh? Same here, I don't think required to backport this. > > >> On Wed, Aug 1, 2018 at 1:43 PM, Thomas Monjalon wrote: >>> >>> 29/06/2018 01:02, Dan Gora: >>>> Fixed a bug where kni_autotest would not start due to the lack of the >>>> ETH_TXQ_FLAGS_IGNORE flag being set in the rte_eth_txconf structure >>>> passed to rte_eth_tx_queue_setup. >>>> >>>> This was introduced in commit 4b954bb16747 ("ethdev: remove new to >>>> old offloads API helpers") >>> >>> The flag ETH_TXQ_FLAGS_IGNORE has been removed in 18.08. >>> >>> >> > > > > >