From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1031137AbcIWJMq (ORCPT ); Fri, 23 Sep 2016 05:12:46 -0400 Received: from mail-pf0-f195.google.com ([209.85.192.195]:33072 "EHLO mail-pf0-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S965740AbcIWJMk (ORCPT ); Fri, 23 Sep 2016 05:12:40 -0400 From: sunil.kovvuri@gmail.com To: netdev@vger.kernel.org Cc: linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Sunil Goutham Subject: [PATCH v2 0/2] BQL support and fix for a regression issue Date: Fri, 23 Sep 2016 14:42:26 +0530 Message-Id: <1474621948-9172-1-git-send-email-sunil.kovvuri@gmail.com> X-Mailer: git-send-email 2.7.4 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Sunil Goutham These patches add byte queue limit support and also fixes a regression issue introduced by commit 'net: thunderx: Use netdev's name for naming VF's interrupts' Changes from v1: - As suggested added 'Fixes' tag with commit id of previous commit which cuased issue. - Also fixed the missing netdev_tx_reset_queue() function call in byte queue limits support patch. Sunil Goutham (2): net: thunderx: Fix issue with IRQ namimg net: thunderx: Support for byte queue limits drivers/net/ethernet/cavium/thunder/nic.h | 2 +- drivers/net/ethernet/cavium/thunder/nicvf_main.c | 14 ++++++++-- drivers/net/ethernet/cavium/thunder/nicvf_queues.c | 30 ++++++++++++++-------- 3 files changed, 33 insertions(+), 13 deletions(-) -- 2.7.4