From patchwork Tue Nov 19 12:31:33 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Wangxiaoyun (Cloud)" X-Patchwork-Id: 63111 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 2D079A04B4; Tue, 19 Nov 2019 13:14:36 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 0674EA69; Tue, 19 Nov 2019 13:14:36 +0100 (CET) Received: from huawei.com (szxga05-in.huawei.com [45.249.212.191]) by dpdk.org (Postfix) with ESMTP id 2AAB3271 for ; Tue, 19 Nov 2019 13:14:35 +0100 (CET) Received: from DGGEMS408-HUB.china.huawei.com (unknown [172.30.72.59]) by Forcepoint Email with ESMTP id A6A5FCF69EECA248F95A for ; Tue, 19 Nov 2019 20:14:33 +0800 (CST) Received: from tester.localdomain (10.175.119.39) by DGGEMS408-HUB.china.huawei.com (10.3.19.208) with Microsoft SMTP Server id 14.3.439.0; Tue, 19 Nov 2019 20:14:26 +0800 From: Xiaoyun wang To: CC: , , , , , , , Xiaoyun wang Date: Tue, 19 Nov 2019 20:31:33 +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 v6 0/1] Fix secondary process issue 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" This patch removes rte_intr_callback_register from secondary process branch. --- V5->V6: - Fix secondary process issue V4->V5: - Fix code style check issue - Fix l2_len calculate errs for TSO - Replace mbuf alloc function with initialized V3->v4: - Fix receive performance code review comments - Fix 32-bit build errs for mbox logs - Modify skb description as mbuf V2->v3: - Split hinic.ini and hinic.rst to related feature patches - Add min_mtu & max_mtu initialization for hinic_dev_infos_get - Fix fdir config patch with net/hinic/base - Split link patch into link and fw version getting 2 patches - Update pmd doc files to new next version - Add comments for cover letter patch - Add rxq & txq info getting interfaces - Fix load intrinsics for receiving packets v1->v2: - Fix RSS bugs for vxlan packets inner type - Add comments for new added func interface - Fix code review comments from patch v1 - Fix code style problems - Remove ceq interfaces and definitions that not used - Fix aeq init bugs, firstly alloc aeq resource, then set aeq ctrl len - Fix bar map bugs for VF Page size larger than PF - Modify link state set, add enable or disable fiber in tx direction - Fix mbox and mgmt channel sync lock mechanism to reduce CPU usage - Fix FDIR bugs for VRRP packets - Fit ABI changes from dpdk lib v1: - Support SR-IOV function - Support FLOW API for packet filter - Support allmulticast mode - Support MTU set - Support unicast and multicast MAC set - Support setting link down and up - Support get firmware version - Support inner L3 checksum offload - Support LRO offload - Add hinic PMD doc files Xiaoyun wang (1): net/hinic: fix secondary process issue drivers/net/hinic/hinic_pmd_ethdev.c | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-)