Re: [dpdk-dev] [PATCH 2/2] net/mlx5: remove limitation on number of instances

2018-05-22 Thread Yongseok Koh
> On May 22, 2018, at 8:37 AM, Adrien Mazarguil > wrote: > > This artificial limitation was inherited from the mlx4 code base and has no > purpose other than adding unnecessary noise. > > This patch is a port of commit f2318196c71a ("net/mlx4: remove limitation > on number of instances"). > >

[dpdk-dev] [PATCH 2/2] net/mlx5: remove limitation on number of instances

2018-05-22 Thread Adrien Mazarguil
This artificial limitation was inherited from the mlx4 code base and has no purpose other than adding unnecessary noise. This patch is a port of commit f2318196c71a ("net/mlx4: remove limitation on number of instances"). Signed-off-by: Adrien Mazarguil Cc: Nelio Laranjeiro Cc: Yongseok Koh ---