Helin, I fixed these errors before applying:
WARNING:MISSING_SPACE: break quoted strings at a space character #134: FILE: lib/librte_pmd_i40e/i40e_ethdev_vf.c:1705: + "(%d) doesn't match the number of hardware can" + "support (%d)\n", reta_size, ETH_RSS_RETA_SIZE_64); WARNING:MISSING_SPACE: break quoted strings at a space character #177: FILE: lib/librte_pmd_i40e/i40e_ethdev_vf.c:1748: + "(%d) doesn't match the number of hardware can" + "support (%d)\n", reta_size, ETH_RSS_RETA_SIZE_64); You should update your checkpatch, it checks more and more things. It's really useful ;) -- Thomas