2014-08-28 01:33, Liu, Jijiang: > > > lib/librte_ether/rte_ethdev.c | 63 ++++++++++++ > > > lib/librte_ether/rte_ethdev.h | 76 ++++++++++++++ > > > lib/librte_ether/rte_ether.h | 10 ++ > > > lib/librte_pmd_i40e/i40e_ethdev.c | 199 > > > > Changing ethdev API is so sensible that it deserves a separated commit. > > > You meant that I should split the patch into two patches, one is for > changes in librte_ether, other is for Change in librte_pmd_i40e?
Yes, 1 patch for ethdev (including rte_ether.h) and the other one for i40e. -- Thomas