From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Chan Subject: [PATCH net 0/2] bnxt_en: 2 small bug fixes. Date: Thu, 4 Jan 2018 18:46:53 -0500 Message-ID: <1515109615-22695-1-git-send-email-michael.chan@broadcom.com> Cc: netdev@vger.kernel.org To: davem@davemloft.net Return-path: Received: from mail-qk0-f194.google.com ([209.85.220.194]:39320 "EHLO mail-qk0-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751108AbeADXrE (ORCPT ); Thu, 4 Jan 2018 18:47:04 -0500 Received: by mail-qk0-f194.google.com with SMTP id c5so4029268qkg.6 for ; Thu, 04 Jan 2018 15:47:04 -0800 (PST) Sender: netdev-owner@vger.kernel.org List-ID: The first one fixes the TC Flower flow parameter passed to firmware. The 2nd one fixes the VF index range checking for iproute2 SRIOV related commands. Sunil Challa (1): bnxt_en: Fix population of flow_type in bnxt_hwrm_cfa_flow_alloc() Venkat Duvvuru (1): bnxt_en: Fix the 'Invalid VF' id check in bnxt_vf_ndo_prep routine. drivers/net/ethernet/broadcom/bnxt/bnxt_sriov.c | 2 +- drivers/net/ethernet/broadcom/bnxt/bnxt_tc.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) -- 1.8.3.1