From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id C9590A0541; Fri, 7 Feb 2020 11:39:32 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 18F021C068; Fri, 7 Feb 2020 11:39:32 +0100 (CET) Received: from huawei.com (szxga04-in.huawei.com [45.249.212.190]) by dpdk.org (Postfix) with ESMTP id 542BD1C065 for ; Fri, 7 Feb 2020 11:39:30 +0100 (CET) Received: from DGGEMS403-HUB.china.huawei.com (unknown [172.30.72.59]) by Forcepoint Email with ESMTP id AF2DC34094935EC0C8D5 for ; Fri, 7 Feb 2020 18:39:26 +0800 (CST) Received: from [127.0.0.1] (10.40.22.218) by DGGEMS403-HUB.china.huawei.com (10.3.19.203) with Microsoft SMTP Server id 14.3.439.0; Fri, 7 Feb 2020 18:39:21 +0800 To: , From: fengchengwen Message-ID: <378f20f2-2bf6-836e-58f8-ceef8e092b8d@huawei.com> Date: Fri, 7 Feb 2020 18:39:47 +0800 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.0 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Language: en-US Content-Transfer-Encoding: 7bit X-Originating-IP: [10.40.22.218] X-CFilter-Loop: Reflected Subject: [dpdk-dev] Query for support hw gro offload X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Hello Ferruh, 1. Current dpdk framework provide software GRO feature, but do not support hardware GRO offload. and it now can only process tcp4 and vxland_tcp4 streams. 2. HNS3's hardware 1620(ARM SoC) support hardware GRO offload, it can process tcp4 and tcp6 streams. 3. linux kernerl driver support hardware GRO feature already (named rx-gro-hw). so my questions: 1. Can dpdk framework have plan to support hardware GRO offload? 2. If we make this patch, could it upstream? Regards, Chengwen