]> git.karo-electronics.de Git - karo-tx-linux.git/commit
Merge branch 'thunderx-irq-hints'
authorDavid S. Miller <davem@davemloft.net>
Thu, 11 Feb 2016 16:30:32 +0000 (11:30 -0500)
committerDavid S. Miller <davem@davemloft.net>
Thu, 11 Feb 2016 16:30:32 +0000 (11:30 -0500)
commit746305347ac39a194444029b164e76666a9cbf74
tree322aed52d8af42f81b4180e9115261bb9a4d0bf5
parent65411adba3bdba1eaa5588c7d78912fbc7194a83
parent6e4be8d6717cb63c58f6b404e63a881c76d8878c
Merge branch 'thunderx-irq-hints'

Sunil Goutham says:

====================
net: thunderx: Setting IRQ affinity hints and other optimizations

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().
====================

Signed-off-by: David S. Miller <davem@davemloft.net>