On Mon, Sep 18, 2017 at 03:17:43PM +0100, Bruce Richardson wrote: > On Thu, Sep 07, 2017 at 07:20:58PM +0800, Beilei Xing wrote: > > GTP-C and GTP-U are supported by new profile. > > Enable RSS for GTP-C and GTP-U after downloading > > profile. > > > > Signed-off-by: Beilei Xing <beilei.x...@intel.com> > > --- > I get compilation errors when applying this patch. > > /Bruce > > CC i40e_ethdev.o > /home/bruce/dpdk.org/drivers/net/i40e/i40e_ethdev.c: In function > ‘i40e_update_personalized_pctype’: > /home/bruce/dpdk.org/drivers/net/i40e/i40e_ethdev.c:10965:3: error: > ‘RTE_PMD_I40E_PKG_INFO_PROTOCOL_NUM’ undeclared (first use in this function); > did you mean ‘RTE_PMD_I40E_PKG_INFO_DEVID_NUM’? > RTE_PMD_I40E_PKG_INFO_PROTOCOL_NUM); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > RTE_PMD_I40E_PKG_INFO_DEVID_NUM > compilation terminated due to -Wfatal-errors. > Sorry, my mistake. Missed the dependency on the earlier patch.
/Bruce