net/mlx4: fix Rx packet type offloads
[dpdk.git] / drivers / net / mlx4 / mlx4_rxq.c
2017-11-10 Moti Haimovskynet/mlx4: fix Rx packet type offloads
2017-11-03 Adrien Mazarguilnet/mlx4: share memory region resources
2017-11-03 Adrien Mazarguilnet/mlx4: fix function prototypes
2017-10-26 Moti Haimovskynet/mlx4: fix no Rx interrupts
2017-10-26 Adrien Mazarguilnet/mlx4: relax Rx queue configuration order
2017-10-26 Adrien Mazarguilnet/mlx4: fix indirection table error rollback
2017-10-26 Adrien Mazarguilnet/mlx4: fix useless flow rules synchronization
2017-10-13 Adrien Mazarguilnet/mlx4: fix missing initializers for old GCC
2017-10-13 Moti Haimovskynet/mlx4: restore Rx offloads
2017-10-13 Moti Haimovskynet/mlx4: add Rx bypassing Verbs
2017-10-13 Adrien Mazarguilnet/mlx4: add RSS flow rule action support
2017-10-13 Adrien Mazarguilnet/mlx4: convert Rx path to work queues
2017-10-13 Adrien Mazarguilnet/mlx4: allocate queues and mbuf rings together
2017-10-13 Adrien Mazarguilnet/mlx4: drop live queue reconfiguration support
2017-10-13 Adrien Mazarguilnet/mlx4: update Rx/Tx callbacks consistently
2017-10-13 Adrien Mazarguilnet/mlx4: simplify trigger code for flow rules
2017-10-13 Adrien Mazarguilnet/mlx4: refactor internal flow rules
2017-10-13 Adrien Mazarguilnet/mlx4: remove Rx QP initializer function
2017-10-06 Adrien Mazarguilnet/mlx4: rely on ethdev for Tx/Rx queue arrays
2017-10-06 Adrien Mazarguilnet/mlx4: separate Rx configuration functions