Go to file
Olga Shern a76133214d mlx5: use separate indirection table for default hash Rx queue
The default hash RX queue handles packets that are not matched by more
specific types and requires its own indirection table of size 1 to work
properly.

This commit implements support for multiple indirection tables by grouping
their layout and properties in a static initialization table.

Signed-off-by: Olga Shern <olgas@mellanox.com>
Signed-off-by: Adrien Mazarguil <adrien.mazarguil@6wind.com>
Signed-off-by: Nelio Laranjeiro <nelio.laranjeiro@6wind.com>
Signed-off-by: Yaacov Hazan <yaacovh@mellanox.com>
2015-10-31 00:21:58 +01:00
app app/testpmd: modify mac in csum forwarding 2015-10-29 23:52:24 +01:00
config mlx5: support non-scattered Tx and Rx 2015-10-30 22:21:07 +01:00
doc mlx5: add documentation 2015-10-30 22:41:16 +01:00
drivers mlx5: use separate indirection table for default hash Rx queue 2015-10-31 00:21:58 +01:00
examples examples/l3fwd-power: disable Rx interrupt when waking up 2015-10-29 23:47:37 +01:00
lib vhost: use new eventfd copy 2015-10-30 20:06:51 +01:00
mk mlx5: introduce new driver for Mellanox ConnectX-4 adapters 2015-10-30 22:03:42 +01:00
pkg version: 2.1.0 2015-08-17 19:35:37 +02:00
scripts mk: enable next abi preview 2015-07-09 00:56:40 +02:00
tools tools: fix comment in bind script 2015-08-03 19:22:42 +02:00
.gitignore
GNUmakefile drivers: create new directory 2015-05-22 15:51:38 +02:00
LICENSE.GPL
LICENSE.LGPL
MAINTAINERS mlx5: add documentation 2015-10-30 22:41:16 +01:00
Makefile