From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v14] ethdev: new Rx/Tx offloads API Date: Mon, 14 May 2018 16:11:40 +0200 Message-ID: <1833263.kcaJZ8Err9@xps> References: <1526299235-54090-1-git-send-email-wei.dai@intel.com> <1526304030-15507-1-git-send-email-wei.dai@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, ferruh.yigit@intel.com, Qi Zhang To: Wei Dai Return-path: Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by dpdk.org (Postfix) with ESMTP id AE0E01C893 for ; Mon, 14 May 2018 16:11:43 +0200 (CEST) In-Reply-To: <1526304030-15507-1-git-send-email-wei.dai@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" 14/05/2018 15:20, Wei Dai: > Signed-off-by: Wei Dai > Signed-off-by: Ferruh Yigit > Signed-off-by: Qi Zhang [...] > * hasn't been set in the input argument eth_conf->rxmode.offloads > * to rte_eth_dev_configure(), it is a new added offloading, it must be > * per-queue type and it is enabled for the queue. > + * No need to repeat any bit in rx_conf->offloads which has already been > + * enabled in rte_eth_dev_configure() at port level. An offloading enabled > + * at port level can't be disabled at queue level. OK Acked-by: Thomas Monjalon Thanks a lot Wei!