From patchwork Sat Jul 25 08:15:32 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Wangxiaoyun (Cloud)" X-Patchwork-Id: 74802 Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 28C6BA0527; Sat, 25 Jul 2020 10:16:08 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 74D791C02A; Sat, 25 Jul 2020 10:16:07 +0200 (CEST) Received: from huawei.com (szxga04-in.huawei.com [45.249.212.190]) by dpdk.org (Postfix) with ESMTP id 6AE9F1BF91 for ; Sat, 25 Jul 2020 10:16:05 +0200 (CEST) Received: from DGGEMS409-HUB.china.huawei.com (unknown [172.30.72.60]) by Forcepoint Email with ESMTP id E4C416CF285285CCB3DE; Sat, 25 Jul 2020 16:16:02 +0800 (CST) Received: from tester.localdomain (10.175.119.39) by DGGEMS409-HUB.china.huawei.com (10.3.19.209) with Microsoft SMTP Server id 14.3.487.0; Sat, 25 Jul 2020 16:15:53 +0800 From: Xiaoyun wang To: CC: , , , , , , , , , Xiaoyun wang Date: Sat, 25 Jul 2020 16:15:32 +0800 Message-ID: X-Mailer: git-send-email 1.8.3.1 MIME-Version: 1.0 X-Originating-IP: [10.175.119.39] X-CFilter-Loop: Reflected Subject: [dpdk-dev] [PATCH v2 0/4] some bugs fixes 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" These patches modify csum offload process, optimize Rx performance for x86, set vhd type with 2 for no offset in ovs offload scenario, make timeout not affected by system time jump. --- v1->v2: - fix typo spelling v1: - modify csum offload process - optimize Rx performance for x86 - modify vhd type for SDI - make timeout not affected by system time jump Xiaoyun wang (4): net/hinic: modify csum offload process net/hinic: optimize Rx performance for x86 net/hinic/base: modify vhd type for SDI net/hinic/base: make timeout not affected by system time jump drivers/net/hinic/base/hinic_compat.h | 11 +- drivers/net/hinic/base/hinic_pmd_nicio.c | 2 +- drivers/net/hinic/base/hinic_pmd_nicio.h | 5 + drivers/net/hinic/hinic_pmd_rx.h | 4 + drivers/net/hinic/hinic_pmd_tx.c | 371 +++++++++++++++++-------------- 5 files changed, 218 insertions(+), 175 deletions(-)