diff options
author | Amir Vadai <amirv@mellanox.co.il> | 2011-11-26 23:55:19 +0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2011-11-28 02:17:04 +0400 |
commit | 60d6fe99e4a507f77b63c090eb8aacb67e21687a (patch) | |
tree | 52473d54554d44fbaf2b020fd203965b934ccaeb /include/linux/mlx4 | |
parent | 559a9f1d354b577af28f84181751820ff7d29feb (diff) | |
download | linux-60d6fe99e4a507f77b63c090eb8aacb67e21687a.tar.xz |
net/mlx4_en: adding loopback support
Device must be in promiscuous mode or DMAC must be same as the host MAC, or
else packet will be dropped by the HW rx filtering.
Signed-off-by: Amir Vadai <amirv@mellanox.co.il>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/mlx4')
-rw-r--r-- | include/linux/mlx4/qp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/mlx4/qp.h b/include/linux/mlx4/qp.h index 6562ff6aa9d6..bee8fa231276 100644 --- a/include/linux/mlx4/qp.h +++ b/include/linux/mlx4/qp.h @@ -210,6 +210,7 @@ struct mlx4_wqe_ctrl_seg { * [4] IP checksum * [3:2] C (generate completion queue entry) * [1] SE (solicited event) + * [0] FL (force loopback) */ __be32 srcrb_flags; /* |