From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-1.1 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 2707AC35247 for ; Mon, 3 Feb 2020 23:22:30 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id D845C20720 for ; Mon, 3 Feb 2020 23:22:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1580772149; bh=M8uT3OIpWlr106dtN396rnCU6f5+uzstcSUp8q2TEvY=; h=Date:From:To:Cc:Subject:In-Reply-To:References:List-ID:From; b=svdQz48WtbSY6wCW/xufWAJj1HoprGXS3lY9m8zXmAW4cy7IXcsZWE1kuFChKLeSw cQi1Vo5N0pGfYxv7lPj71TKBDWDzjjEWS9uBSD6QvKMIuAYs2FENArgjvZJ2XJ4CO8 7BbfNkDmpUFKRpLhHo3r11JSF0Xj2BJGfUrwqnzQ= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726913AbgBCXW2 (ORCPT ); Mon, 3 Feb 2020 18:22:28 -0500 Received: from mail.kernel.org ([198.145.29.99]:40214 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726369AbgBCXW2 (ORCPT ); Mon, 3 Feb 2020 18:22:28 -0500 Received: from cakuba.hsd1.ca.comcast.net (unknown [199.201.64.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 03D1F20720; Mon, 3 Feb 2020 23:22:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1580772148; bh=M8uT3OIpWlr106dtN396rnCU6f5+uzstcSUp8q2TEvY=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=2iItBQaUwKcfL7MSeAiljeAGaXY70QxvZXeKA8f1dqU80csaJCxuoeCnc3tL5QWDU x/WKDNA7WjY/CuxWdu3EhmKoy+HTabwOKlOiZnmq22rwa8L9jj7okwKxvK7gZnhQyY 4H4+v5fOuzDbp1xOtF1RjoZYT3RVy43cCgn7TcrU= Date: Mon, 3 Feb 2020 15:22:27 -0800 From: Jakub Kicinski To: Michael Chan Cc: davem@davemloft.net, netdev@vger.kernel.org Subject: Re: [PATCH net 0/4] bnxt_en: Bug fixes. Message-ID: <20200203152227.20b0e93c@cakuba.hsd1.ca.comcast.net> In-Reply-To: <1580629298-20071-1-git-send-email-michael.chan@broadcom.com> References: <1580629298-20071-1-git-send-email-michael.chan@broadcom.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On Sun, 2 Feb 2020 02:41:34 -0500, Michael Chan wrote: > 3 patches that fix some issues in the firmware reset logic, starting > with a small patch to refactor the code that re-enables SRIOV. The > last patch fixes a TC queue mapping issue. > > Michael Chan (3): > bnxt_en: Refactor logic to re-enable SRIOV after firmware reset > detected. > bnxt_en: Fix RDMA driver failure with SRIOV after firmware reset. > bnxt_en: Fix TC queue mapping. > > Vasundhara Volam (1): > bnxt_en: Fix logic that disables Bus Master during firmware reset. Applied and added to stable queued, thank you!