From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rahul Lakkireddy Subject: Re: DEV_RX_OFFLOAD_SCATTER not available in i40e an cxgbe Date: Wed, 19 Sep 2018 20:53:51 +0530 Message-ID: <20180919152349.GA6378@chelsio.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: "dev@dpdk.org" , Beilei Xing , Qi Zhang , indranil@chelsio.com, nirranjan@chelsio.com To: Martin Weiser Return-path: Received: from stargate.chelsio.com (stargate.chelsio.com [12.32.117.8]) by dpdk.org (Postfix) with ESMTP id 927F04CA2 for ; Wed, 19 Sep 2018 17:24:20 +0200 (CEST) Content-Disposition: inline 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" On Tuesday, September 09/18/18, 2018 at 14:54:07 +0530, Martin Weiser wrote: > Hi, > > is there a specific reason that the rx offload capability > DEV_RX_OFFLOAD_SCATTER is not available in the i40e and cxgbe drivers in > DPDK 18.08? > We previously used this feature with DPDK 17.11 to handle jumbo frames > while using 2k mbufs and it worked without a problem. > It also seems that simply adding the flag to dev_info->rx_offload_capa > makes it work again. > Yes, DEV_RX_OFFLOAD_SCATTER seems to have been missed in Rx offload caps for cxgbe. Will send a patch. Thanks for reporting. Thanks, Rahul