[dpdk-dev] [PATCH v6 6/8] qede: Add attention support

2016-04-26 Thread Bruce Richardson
On Mon, Apr 25, 2016 at 10:13:04PM -0700, Rasesh Mody wrote: > Physical link is handled by the management Firmware. > This patch lays the infrastructure for attention handling in the driver, > as link change notifications arrive via async attentions, as well as the > handling of such notifications.

[dpdk-dev] [PATCH v6 6/8] qede: Add attention support

2016-04-25 Thread Rasesh Mody
Physical link is handled by the management Firmware. This patch lays the infrastructure for attention handling in the driver, as link change notifications arrive via async attentions, as well as the handling of such notifications. It adds async event notification handler interfaces to the PMD. Sig