[dpdk-dev] [PATCH v2 05/10] Subjec: igb_uio: msix cleanups

2014-07-18 Thread Thomas Monjalon
Hi Stephen, 2014-06-06 16:50, Stephen Hemminger: > 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. When merging this patch, I realized it's not complete:

[dpdk-dev] [PATCH v2 05/10] Subjec: igb_uio: msix cleanups

2014-06-06 Thread Stephen Hemminger
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 oth