From patchwork Wed Nov 28 18:18:50 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Dennis Dalessandro X-Patchwork-Id: 10703091 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 1B3B114BD for ; Wed, 28 Nov 2018 18:18:53 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 052552D823 for ; Wed, 28 Nov 2018 18:18:53 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id E6E6D2D84B; Wed, 28 Nov 2018 18:18:52 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.9 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 8E2602D823 for ; Wed, 28 Nov 2018 18:18:52 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727032AbeK2FVW (ORCPT ); Thu, 29 Nov 2018 00:21:22 -0500 Received: from mga01.intel.com ([192.55.52.88]:47335 "EHLO mga01.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726283AbeK2FVW (ORCPT ); Thu, 29 Nov 2018 00:21:22 -0500 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 28 Nov 2018 10:18:51 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.56,291,1539673200"; d="scan'208";a="113105243" Received: from scymds01.sc.intel.com ([10.82.194.37]) by orsmga002.jf.intel.com with ESMTP; 28 Nov 2018 10:18:50 -0800 Received: from scvm10.sc.intel.com (scvm10.sc.intel.com [10.82.195.27]) by scymds01.sc.intel.com with ESMTP id wASIIoco025806; Wed, 28 Nov 2018 10:18:50 -0800 Received: from scvm10.sc.intel.com (localhost [127.0.0.1]) by scvm10.sc.intel.com with ESMTP id wASIIoIG032178; Wed, 28 Nov 2018 10:18:50 -0800 Subject: [PATCH for-next 0/5] IB/hfi1: Random fixes for driver to land in for-next From: Dennis Dalessandro To: jgg@ziepe.ca, dledford@redhat.com Cc: Mike Marciniszyn , Krzysztof Goreczny , linux-rdma@vger.kernel.org, Mitko Haralanov , Kaike Wan , Ashutosh Dixit , "Michael J. Ruhl" , Gary Leshner Date: Wed, 28 Nov 2018 10:18:50 -0800 Message-ID: <20181128181533.30921.80227.stgit@scvm10.sc.intel.com> User-Agent: StGit/0.17.1-18-g2e886-dirty MIME-Version: 1.0 Sender: linux-rdma-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-rdma@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Hi Doug and Jason, These are some misc fixes that I don't feel really warrant going into the current RC cycle. There is one panic but it's a narrow case to actually happen so think it's OK to go to for-next. --- Ashutosh Dixit (1): IB/hfi1: Consider LMC in 16B/bypass ingress packet check Kaike Wan (1): IB/hfi1: Ignore LNI errors before DC8051 transitions to Polling state Michael J. Ruhl (2): IB/hfi1: Limit VNIC use of SDMA engines to the available count IB/hfi1: Incorrect sizing of sge for PIO will OOPs Mitko Haralanov (1): IB/hfi1: Correctly process FECN and BECN in packets drivers/infiniband/hw/hfi1/chip.c | 47 ++++++++++++++++++++- drivers/infiniband/hw/hfi1/driver.c | 72 ++++++++++++++++++++++---------- drivers/infiniband/hw/hfi1/hfi.h | 35 +++++++++++----- drivers/infiniband/hw/hfi1/rc.c | 30 ++++--------- drivers/infiniband/hw/hfi1/uc.c | 2 - drivers/infiniband/hw/hfi1/ud.c | 33 +++++++++------ drivers/infiniband/hw/hfi1/verbs.c | 2 + drivers/infiniband/hw/hfi1/vnic_main.c | 4 +- 8 files changed, 155 insertions(+), 70 deletions(-) -- -Denny