[dpdk-dev] [PATCH] mlx5: RETA query/update support

2015-11-02 Thread Adrien Mazarguil
On Mon, Nov 02, 2015 at 06:31:07PM +0100, Adrien Mazarguil wrote: > From: Nelio Laranjeiro > > ConnectX-4 is able to use indirection tables size of power of two, but > with the current API it is impossible to predict its size, so to simplify, > for any query/update RETA command, the indirection t

[dpdk-dev] [PATCH] mlx5: RETA query/update support

2015-11-02 Thread Adrien Mazarguil
From: Nelio Laranjeiro ConnectX-4 is able to use indirection tables size of power of two, but with the current API it is impossible to predict its size, so to simplify, for any query/update RETA command, the indirection table is modified to use 256 entries. A port stop/start must be done to appl