commit | 36e564b76f1862914ad32c35bab433e07da2ebf8 | [log] [tgz] |
---|---|---|
author | Feras Daoud <ferasda@mellanox.com> | Tue Oct 31 14:57:27 2017 +0200 |
committer | Saeed Mahameed <saeedm@mellanox.com> | Tue Jan 09 07:40:48 2018 +0200 |
tree | 501cc641a06c496b8f5e1c8ae648abba484d5ae9 | |
parent | 5c65c564c96266110bec58f42c505bff6d5564f7 [diff] |
net/mlx5e: IPoIB, Use correct timestamp in child receive flow The current implementation takes the child timestamp object from the parent since the rq in mlx5i_complete_rx_cqe belongs to the parent. This change fixes the issue by taking the correct timestamp. Fixes: 7e7f4780c340 ("net/mlx5e: IPoIB, Use hash-table to map between QPN to child netdev") Signed-off-by: Feras Daoud <ferasda@mellanox.com> Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>