]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'ionic-txrx-updates'
authorDavid S. Miller <davem@davemloft.net>
Mon, 3 Aug 2020 22:32:02 +0000 (15:32 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 3 Aug 2020 22:32:02 +0000 (15:32 -0700)
commit10e58f1e5f67821751afc1609341e3468b12e594
tree8195b6412f7d8e487d764bd30caf49f052463ba4
parent5d27de805cfa5173ab6a1671556c50ec5892fdb3
parentbd53d1113fdabaf55d7d9aa6f13d038a962c64d2
Merge branch 'ionic-txrx-updates'

Shannon Nelson says:

====================
ionic txrx updates

These are a few patches to do some cleanup in the packet
handling and give us more flexibility in tuning performance
by allowing us to put Tx handling on separate interrupts
when it makes sense for particular traffic loads.

v3: simplified queue count change logging, removed unnecessary
    check for no count change
v2: dropped the original patch 2 for ringsize change
    changed the separated tx/rx interrupts to use ethtool -L
====================

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