qede: add interrupt handling support
authorRasesh Mody <rasesh.mody@qlogic.com>
Wed, 27 Apr 2016 14:18:41 +0000 (07:18 -0700)
committerBruce Richardson <bruce.richardson@intel.com>
Fri, 6 May 2016 13:51:22 +0000 (15:51 +0200)
commite6051bd6b07d186e18e054bd90e5151f528e7cf8
tree08160604767849d8089069f66bd06f1c4b31eef9
parent86a2265e59d70cfe1bfed4a90162077f9ab5599f
qede: add interrupt handling support

The physical link is handled by the management Firmware.
This patch lays the infrastructure for interrupt/attention handling in
the driver, as link change notifications arrive via async interrupts,
as well as the handling of such notifications. It adds async event
notification handler interfaces to the PMD.

Signed-off-by: Harish Patil <harish.patil@qlogic.com>
Signed-off-by: Rasesh Mody <rasesh.mody@qlogic.com>
Signed-off-by: Sony Chacko <sony.chacko@qlogic.com>
drivers/net/qede/base/ecore_attn_values.h [new file with mode: 0644]
drivers/net/qede/base/ecore_dev.c
drivers/net/qede/base/ecore_int.c