From patchwork Fri Sep 4 08:37:27 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Luo bin X-Patchwork-Id: 1357269 Return-Path: X-Original-To: patchwork-incoming-netdev@ozlabs.org Delivered-To: patchwork-incoming-netdev@ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=vger.kernel.org (client-ip=23.128.96.18; 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 [23.128.96.18]) by ozlabs.org (Postfix) with ESMTP id 4BjWHn6GrVz9sVW for ; Fri, 4 Sep 2020 18:36:53 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729731AbgIDIgi (ORCPT ); Fri, 4 Sep 2020 04:36:38 -0400 Received: from szxga07-in.huawei.com ([45.249.212.35]:51078 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726655AbgIDIgh (ORCPT ); Fri, 4 Sep 2020 04:36:37 -0400 Received: from DGGEMS414-HUB.china.huawei.com (unknown [172.30.72.58]) by Forcepoint Email with ESMTP id D3F42CBFBBCC4E94F34A; Fri, 4 Sep 2020 16:36:35 +0800 (CST) Received: from localhost.localdomain (10.175.118.36) by DGGEMS414-HUB.china.huawei.com (10.3.19.214) with Microsoft SMTP Server id 14.3.487.0; Fri, 4 Sep 2020 16:36:26 +0800 From: Luo bin To: CC: , , , , , Subject: [PATCH net v1 0/2] hinic: BugFixes Date: Fri, 4 Sep 2020 16:37:27 +0800 Message-ID: <20200904083729.1923-1-luobin9@huawei.com> X-Mailer: git-send-email 2.17.1 MIME-Version: 1.0 X-Originating-IP: [10.175.118.36] X-CFilter-Loop: Reflected Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org The bugs fixed in this patchset have been present since the following commits: patch #1: Fixes: 00e57a6d4ad3 ("net-next/hinic: Add Tx operation") patch #2: Fixes: 5e126e7c4e52 ("hinic: add firmware update support") Luo bin (2): hinic: bump up the timeout of SET_FUNC_STATE cmd hinic: bump up the timeout of UPDATE_FW cmd .../net/ethernet/huawei/hinic/hinic_hw_mgmt.c | 20 ++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-)