From: Sunil Goutham <sgout...@cavium.com> 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