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


Groups > linux.kernel > #1332214 > unrolled thread

[PATCH v2 0/6] net: thunderx: Setting IRQ affinity hints and other optimizations

Started bysunil.kovvuri@gmail.com
First post2016-02-11 17:20 +0100
Last post2016-02-11 17:40 +0100
Articles 2 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH v2 0/6] net: thunderx: Setting IRQ affinity hints and other optimizations sunil.kovvuri@gmail.com - 2016-02-11 17:20 +0100
    Re: [PATCH v2 0/6] net: thunderx: Setting IRQ affinity hints and  other optimizations David Miller <davem@davemloft.net> - 2016-02-11 17:40 +0100

#1332214 — [PATCH v2 0/6] net: thunderx: Setting IRQ affinity hints and other optimizations

Fromsunil.kovvuri@gmail.com
Date2016-02-11 17:20 +0100
Subject[PATCH v2 0/6] net: thunderx: Setting IRQ affinity hints and other optimizations
Message-ID<r128h-2LZ-3@gated-at.bofh.it>
From: Sunil Goutham <sgoutham@cavium.com>

This patch series contains changes
- To add support for virtual function's irq affinity hint
- Replace napi_schedule() with napi_schedule_irqoff()
- Reduce page allocation overhead by allocating pages
  of higher order when pagesize is 4KB.
- Add couple of stats which helps in debugging
- Some miscellaneous changes to BGX driver.

Changes from v1:
- As suggested changed MAC address invalid log message 
  to dev_err() instead of dev_warn().

David Daney (1):
  net: thunderx: bgx: Use standard firmware node infrastructure.

Robert Richter (1):
  net: thunderx: bgx: Add log message when setting mac address

Sunil Goutham (3):
  net: thunderx: Use napi_schedule_irqoff()
  net: thunderx: Assign affinity hints to vf's interrupts
  net: thunderx: Alloc higher order pages when pagesize is small

Thanneeru Srinivasulu (1):
  net, thunderx: Add TX timeout and RX buffer alloc failure stats.

 drivers/net/ethernet/cavium/thunder/nic.h          |    4 ++
 .../net/ethernet/cavium/thunder/nicvf_ethtool.c    |    2 +
 drivers/net/ethernet/cavium/thunder/nicvf_main.c   |   40 ++++++++++++++++++-
 drivers/net/ethernet/cavium/thunder/nicvf_queues.c |    5 +-
 drivers/net/ethernet/cavium/thunder/thunder_bgx.c  |   38 +++++++++++--------
 5 files changed, 67 insertions(+), 22 deletions(-)

[toc] | [next] | [standalone]


#1332230 — Re: [PATCH v2 0/6] net: thunderx: Setting IRQ affinity hints and other optimizations

FromDavid Miller <davem@davemloft.net>
Date2016-02-11 17:40 +0100
SubjectRe: [PATCH v2 0/6] net: thunderx: Setting IRQ affinity hints and other optimizations
Message-ID<r12rE-2UR-13@gated-at.bofh.it>
In reply to#1332214
From: sunil.kovvuri@gmail.com
Date: Thu, 11 Feb 2016 21:50:20 +0530

> This patch series contains changes
> - To add support for virtual function's irq affinity hint
> - Replace napi_schedule() with napi_schedule_irqoff()
> - Reduce page allocation overhead by allocating pages
>   of higher order when pagesize is 4KB.
> - Add couple of stats which helps in debugging
> - Some miscellaneous changes to BGX driver.
> 
> Changes from v1:
> - As suggested changed MAC address invalid log message 
>   to dev_err() instead of dev_warn().

Series applied, thanks.

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web