net/qede: skip slow path polling for 100G VF device
authorHarish Patil <harish.patil@qlogic.com>
Wed, 19 Oct 2016 04:11:40 +0000 (21:11 -0700)
committerBruce Richardson <bruce.richardson@intel.com>
Wed, 26 Oct 2016 17:42:22 +0000 (19:42 +0200)
commitde027ce7cea8cbd1ef4b8b6ec536a139d6bdc3c4
tree5406e1daf9ff2b45c41a3cf8ece51722b53cdff9
parent40c926ba2626e56cdc9212d39a3e00001e8e4cb9
net/qede: skip slow path polling for 100G VF device

There is no need to poll for slowpath events for VF
device since the ramrod responses are received over
PF-VF backchannel synchronously. So the fix is to
restrict the slowpath polling for PF device only.

Fixes: 2af14ca79c0a ("net/qede: support 100G")

Signed-off-by: Harish Patil <harish.patil@qlogic.com>
drivers/net/qede/qede_ethdev.c