commit | 1d062b7b6f6408fd43f447f90338cfade4168170 | [log] [tgz] |
---|---|---|
author | Shannon Nelson <snelson@pensando.io> | Tue Sep 03 15:28:09 2019 -0700 |
committer | David S. Miller <davem@davemloft.net> | Thu Sep 05 09:24:43 2019 +0200 |
tree | 12857110e2067b5f501b8c606855dd0563f3827b | |
parent | 6461b446f2a0f40c038f1d09c69d1e5565a84a43 [diff] |
ionic: Add basic adminq support Most of the NIC configuration happens through the AdminQ message queue. NAPI is used for basic interrupt handling and message queue management. These routines are set up to be shared among different types of queues when used in slow-path handling. Signed-off-by: Shannon Nelson <snelson@pensando.io> Signed-off-by: David S. Miller <davem@davemloft.net>