Re: [dpdk-dev] [PATCH 3/3] net/mlx5: rebuild flows on updating RETA

2017-03-20 Thread Nélio Laranjeiro
On Fri, Mar 17, 2017 at 10:14:56AM -0700, Yongseok Koh wrote: > Hi Nelio, > > On Fri, Mar 17, 2017 at 02:11:43AM -0700, Nélio Laranjeiro wrote: > > On Thu, Mar 16, 2017 at 03:40:56PM -0700, Yongseok Koh wrote: > > > Currently mlx5_dev_rss_reta_update() just updates tables in the host, > > > theref

Re: [dpdk-dev] [PATCH 3/3] net/mlx5: rebuild flows on updating RETA

2017-03-17 Thread Yongseok Koh
Hi Nelio, On Fri, Mar 17, 2017 at 02:11:43AM -0700, Nélio Laranjeiro wrote: > On Thu, Mar 16, 2017 at 03:40:56PM -0700, Yongseok Koh wrote: > > Currently mlx5_dev_rss_reta_update() just updates tables in the host, > > therefore it isn't immediately effective until restarting the device by > > call

Re: [dpdk-dev] [PATCH 3/3] net/mlx5: rebuild flows on updating RETA

2017-03-17 Thread Nélio Laranjeiro
On Thu, Mar 16, 2017 at 03:40:56PM -0700, Yongseok Koh wrote: > Currently mlx5_dev_rss_reta_update() just updates tables in the host, > therefore it isn't immediately effective until restarting the device by > calling mlx5_dev_stop()/mlx5_dev_start() to update the changes in the > device side. This