]> git.karo-electronics.de Git - karo-tx-linux.git/commit
net/mlx5: Add QP WQ support
authorIlan Tayari <ilant@mellanox.com>
Sun, 26 Mar 2017 14:46:03 +0000 (17:46 +0300)
committerSaeed Mahameed <saeedm@mellanox.com>
Tue, 27 Jun 2017 13:36:47 +0000 (16:36 +0300)
commit3f2b7edd7cf59c1ec886bd478b88cfb5d809040b
tree0f40943925e18c11027145c52d1f2e2852056370
parent4b67379376b3674c069477aa48fe8923f735247e
net/mlx5: Add QP WQ support

A QP in ConnectX is a concatenation of RQ and SQ which share a QP-number
and work together.
Add support for allocating and managing the work-queue buffer for a QP, in
a similar way to how SQs and RQs are already supported.

Signed-off-by: Ilan Tayari <ilant@mellanox.com>
Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>
drivers/net/ethernet/mellanox/mlx5/core/wq.c
drivers/net/ethernet/mellanox/mlx5/core/wq.h