Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1522628 > unrolled thread

[PATCH v2 0/5] net: thunderx: Miscellaneous fixes

Started bysunil.kovvuri@gmail.com
First post2016-11-15 13:10 +0100
Last post2016-11-16 19:30 +0100
Articles 2 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH v2 0/5] net: thunderx: Miscellaneous fixes sunil.kovvuri@gmail.com - 2016-11-15 13:10 +0100
    Re: [PATCH v2 0/5] net: thunderx: Miscellaneous fixes David Miller <davem@davemloft.net> - 2016-11-16 19:30 +0100

#1522628 — [PATCH v2 0/5] net: thunderx: Miscellaneous fixes

Fromsunil.kovvuri@gmail.com
Date2016-11-15 13:10 +0100
Subject[PATCH v2 0/5] net: thunderx: Miscellaneous fixes
Message-ID<sDKIP-4KT-43@gated-at.bofh.it>
From: Sunil Goutham <sgoutham@cavium.com>

This patchset includes fixes for incorrect LMAC credits,
unreliable driver statistics, memory leak upon interface
down e.t.c

Changes from v1:
- As suggested replaced bit shifting with BIT() macro
  in the patch 'Fix configuration of L3/L4 length checking'.

Radha Mohan Chintakuntla (1):
  net: thunderx: Introduce BGX_ID_MASK macro to extract bgx_id

Sunil Goutham (4):
  net: thunderx: Program LMAC credits based on MTU
  net: thunderx: Fix configuration of L3/L4 length checking
  net: thunderx: Fix VF driver's interface statistics
  net: thunderx: Fix memory leak and other issues upon interface toggle

 drivers/net/ethernet/cavium/thunder/nic.h          |  64 +++++----
 drivers/net/ethernet/cavium/thunder/nic_main.c     |  37 +++--
 drivers/net/ethernet/cavium/thunder/nic_reg.h      |   1 +
 .../net/ethernet/cavium/thunder/nicvf_ethtool.c    | 105 +++++++-------
 drivers/net/ethernet/cavium/thunder/nicvf_main.c   | 153 +++++++++++----------
 drivers/net/ethernet/cavium/thunder/nicvf_queues.c | 118 +++++++++-------
 drivers/net/ethernet/cavium/thunder/nicvf_queues.h |  24 +---
 drivers/net/ethernet/cavium/thunder/thunder_bgx.c  |   4 +-
 drivers/net/ethernet/cavium/thunder/thunder_bgx.h  |   2 +
 9 files changed, 274 insertions(+), 234 deletions(-)

-- 
2.7.4

[toc] | [next] | [standalone]


#1523735

FromDavid Miller <davem@davemloft.net>
Date2016-11-16 19:30 +0100
Message-ID<sEd85-6vq-11@gated-at.bofh.it>
In reply to#1522628
From: sunil.kovvuri@gmail.com
Date: Tue, 15 Nov 2016 17:35:56 +0530

> This patchset includes fixes for incorrect LMAC credits,
> unreliable driver statistics, memory leak upon interface
> down e.t.c
> 
> Changes from v1:
> - As suggested replaced bit shifting with BIT() macro
>   in the patch 'Fix configuration of L3/L4 length checking'.

Series applied, thanks.

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web