From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH] ethdev: force offloading API rules Date: Fri, 8 Jun 2018 20:51:33 +0100 Message-ID: References: <20180531124431.13746-1-ferruh.yigit@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org, Shahaf Shuler , Wei Dai , Qi Zhang , Andrew Rybchenko To: Thomas Monjalon Return-path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id EFC6E1BB76 for ; Fri, 8 Jun 2018 21:51:39 +0200 (CEST) In-Reply-To: <20180531124431.13746-1-ferruh.yigit@intel.com> 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 5/31/2018 1:44 PM, Ferruh Yigit wrote: > The error path was disabled in previous release to let apps to be more > flexible. > > But this release they are enabled, applications have to obey offload API > rules otherwise they will get errors from following APIs: > rte_eth_dev_configure > rte_eth_rx_queue_setup > rte_eth_tx_queue_setup > > Signed-off-by: Ferruh Yigit > --- > Cc: Shahaf Shuler > Cc: Wei Dai > Cc: Qi Zhang > Cc: Andrew Rybchenko Any objection to this patch? I really would like to get this early to catch any possible issue.