From patchwork Fri Mar 20 23:13:15 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Luo bin X-Patchwork-Id: 1259302 Return-Path: X-Original-To: patchwork-incoming-netdev@ozlabs.org Delivered-To: patchwork-incoming-netdev@ozlabs.org Authentication-Results: ozlabs.org; spf=none (no SPF record) smtp.mailfrom=vger.kernel.org (client-ip=209.132.180.67; helo=vger.kernel.org; envelope-from=netdev-owner@vger.kernel.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=huawei.com Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 48ks1h2H02z9sSK for ; Sat, 21 Mar 2020 17:58:48 +1100 (AEDT) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728151AbgCUG6p (ORCPT ); Sat, 21 Mar 2020 02:58:45 -0400 Received: from szxga06-in.huawei.com ([45.249.212.32]:32974 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1728010AbgCUG6l (ORCPT ); Sat, 21 Mar 2020 02:58:41 -0400 Received: from DGGEMS401-HUB.china.huawei.com (unknown [172.30.72.59]) by Forcepoint Email with ESMTP id 7ED3EC11A0CC40588250; Sat, 21 Mar 2020 14:58:20 +0800 (CST) Received: from localhost.localdomain (10.175.34.53) by DGGEMS401-HUB.china.huawei.com (10.3.19.201) with Microsoft SMTP Server id 14.3.487.0; Sat, 21 Mar 2020 14:57:21 +0800 From: Luo bin To: CC: , , , , , Subject: [PATCH net 0/5] hinic: BugFixes Date: Fri, 20 Mar 2020 23:13:15 +0000 Message-ID: <20200320231320.1001-1-luobin9@huawei.com> X-Mailer: git-send-email 2.17.1 MIME-Version: 1.0 X-Originating-IP: [10.175.34.53] X-CFilter-Loop: Reflected Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org Fix a number of bugs which have been present since the first commit. The bugs fixed in these patchs are hardly exposed unless given very specific conditions. Luo bin (5): hinic: fix a bug of waitting for IO stopped hinic: fix the bug of clearing event queue hinic: fix out-of-order excution in arm cpu hinic: fix wrong para of wait_for_completion_timeout hinic: fix wrong value of MIN_SKB_LEN .../net/ethernet/huawei/hinic/hinic_hw_cmdq.c | 5 +- .../net/ethernet/huawei/hinic/hinic_hw_dev.c | 51 +------------------ .../net/ethernet/huawei/hinic/hinic_hw_eqs.c | 26 +++++++--- .../net/ethernet/huawei/hinic/hinic_hw_mgmt.c | 5 +- drivers/net/ethernet/huawei/hinic/hinic_rx.c | 3 ++ drivers/net/ethernet/huawei/hinic/hinic_tx.c | 4 +- 6 files changed, 34 insertions(+), 60 deletions(-)