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

2015-11-03 Thread Thomas Monjalon
2015-11-02 19:11, Adrien Mazarguil: > From: Nelio Laranjeiro > > ConnectX-4 adapters to not have a constant indirection table size, which is > set at runtime from the number of RX queues. The maximum size is retrieved > using a hardware query and is normally 512. > > Since the current RETA API c

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

2015-11-02 Thread Adrien Mazarguil
From: Nelio Laranjeiro ConnectX-4 adapters to not have a constant indirection table size, which is set at runtime from the number of RX queues. The maximum size is retrieved using a hardware query and is normally 512. Since the current RETA API cannot handle a variable size, any query/update com