commit | 781b9a1820a1533135811bf281fefe0fc6920006 | [log] [tgz] |
---|---|---|
author | Julian Wiedmann <jwi@linux.ibm.com> | Wed Mar 25 10:34:58 2020 +0100 |
committer | David S. Miller <davem@davemloft.net> | Wed Mar 25 12:07:15 2020 -0700 |
tree | 0e99669e634aa4c6b96ca3f3b65a3ecdd13b692f | |
parent | ed13615dd32690ca2a9d1f730a596f950eafd905 [diff] |
s390/qeth: split out RX poll code The main NAPI poll routine should eventually handle more types of work, beyond just the RX ring. Split off the RX poll logic into a separate function, and simplify the nested while-loop. Signed-off-by: Julian Wiedmann <jwi@linux.ibm.com> Signed-off-by: David S. Miller <davem@davemloft.net>