Re: [dpdk-dev] [PATCH v2] net/i40e: adjust the RSS table

2018-12-03 Thread Zhang, Qi Z
minor captures inline Otherwise Acked-by: Qi Zhang > -Original Message- > From: Li, Xiaoyun > Sent: Monday, December 3, 2018 2:59 PM > To: Zhang, Qi Z > Cc: dev@dpdk.org; Li, Xiaoyun > Subject: [PATCH v2] net/i40e: adjust the RSS table > > When starting the device, the RSS table is in

[dpdk-dev] [PATCH v2] net/i40e: adjust the RSS table

2018-12-02 Thread Xiaoyun Li
When starting the device, the RSS table is initialized. So the RSS update before device_start would be overwitten. This patch allows users to update the RSS reta table before device_start and adjusts the order to set entries sequentially. Signed-off-by: Xiaoyun Li --- v2: * Adds support to updat