From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] kni: Fix kni_autotest for new Rx/Tx offloads API Date: Thu, 02 Aug 2018 07:49:38 +0200 Message-ID: <1843474.bvWLmTgpdk@xps> References: <20180628230243.24022-1-dg@adax.com> <1998283.9ZGPWbnyE2@xps> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Dan Gora , Ferruh Yigit Return-path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id C84451B296 for ; Thu, 2 Aug 2018 07:49:44 +0200 (CEST) In-Reply-To: List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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? > 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. > > > > >