From mboxrd@z Thu Jan 1 00:00:00 1970 From: Martin Weiser Subject: DEV_RX_OFFLOAD_SCATTER not available in i40e an cxgbe Date: Tue, 18 Sep 2018 11:24:07 +0200 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Cc: Beilei Xing , Qi Zhang , Rahul Lakkireddy To: "dev@dpdk.org" Return-path: Received: from smtprelay03.ispgateway.de (smtprelay03.ispgateway.de [80.67.18.15]) by dpdk.org (Postfix) with ESMTP id CABC24CA2 for ; Tue, 18 Sep 2018 11:24:08 +0200 (CEST) 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" 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. Best regards, Martin