[dpdk-dev] [PATCH v2 1/6] net/i40e: support RSS for GTP-C and GTP-U

2017-09-07 Thread Beilei Xing
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 --- drivers/net/i40e/i40e_ethdev.c | 168 drivers/net/i40e/i40e_ethdev.h | 21 + drivers/net/i40e/rte_pmd_i40e.c |

Re: [dpdk-dev] [PATCH v2 1/6] net/i40e: support RSS for GTP-C and GTP-U

2017-09-18 Thread Bruce Richardson
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 > --- I get compilation errors when applying this patch. /Bruce CC i40e_ethdev.o /home/bruc

Re: [dpdk-dev] [PATCH v2 1/6] net/i40e: support RSS for GTP-C and GTP-U

2017-09-18 Thread Bruce Richardson
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 > > --- > I get c