diff options
author | Yevgeny Petrilin <yevgenyp@mellanox.co.il> | 2009-01-08 10:57:15 -0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-01-08 10:57:15 -0800 |
commit | 41efea5a34caa76c11e56458db21eb259d5c6384 (patch) | |
tree | 4c914132408c03f448333e8714d042827a5637bb /drivers/net/mlx4/mlx4_en.h | |
parent | 33a2a2b4c7076fc3ff1ee77d2376723dd12df44d (diff) |
mlx4_en: Consider inline packets on completion
Was trying to unmap work queue entries that had inline packets,
so naturally weren't mapped.
Signed-off-by: Yevgeny Petrilin <yevgenyp@mellanox.co.il>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/mlx4/mlx4_en.h')
-rw-r--r-- | drivers/net/mlx4/mlx4_en.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/mlx4/mlx4_en.h b/drivers/net/mlx4/mlx4_en.h index 2e96c7b2180..08bf321a9e6 100644 --- a/drivers/net/mlx4/mlx4_en.h +++ b/drivers/net/mlx4/mlx4_en.h @@ -202,6 +202,7 @@ struct mlx4_en_tx_info { u32 nr_txbb; u8 linear; u8 data_offset; + u8 inl; }; |