[dpdk-dev] [PATCH v4 00/13] interrupt mode for i40e

2015-11-04 Thread Cunming Liang
v4 change: - remove redundancy condition check on PF v3 changes: - rename MISC_VEC_ID and RX_VEC_START - add bsdapp dummy - split cleanup and fix patches - merge doc update along with code change v2 changes: - rework to depend on one previous patch patch

[dpdk-dev] [PATCH v4 00/13] interrupt mode for i40e

2015-11-04 Thread Thomas Monjalon
2015-11-04 16:45, Cunming Liang: > v4 change: > - remove redundancy condition check on PF > > v3 changes: > - rename MISC_VEC_ID and RX_VEC_START > - add bsdapp dummy > - split cleanup and fix patches > - merge doc update along with code change > > v2 changes: > - rework to depend on