igb_uio: MSI-X cleanups
authorStephen Hemminger <stephen@networkplumber.org>
Fri, 6 Jun 2014 23:50:33 +0000 (16:50 -0700)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Fri, 18 Jul 2014 23:54:41 +0000 (01:54 +0200)
commitfa4a13c9dd41068723d13f9629fcc584ba1164cd
treedf148fa228bd502d78e99bf84978f5be624fcbf7
parent32e21f21356eca9b3713a9fde658c0e054a791e4
igb_uio: MSI-X cleanups

Since only one MSI-X entry is ever defined, there is no need to
put it as an array in the driver private data structure. One msix_entry
can just be put on the stack and initialized there.

Also remove the unused backport defines related to MSI-X.
I suspect this code was just inherited from some other project and
never cleaned up.

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
Acked-by: Thomas Monjalon <thomas.monjalon@6wind.com>
lib/librte_eal/linuxapp/igb_uio/igb_uio.c