]> git.droids-corp.org - dpdk.git/commit
net/mlx5: share realtime timestamp configure
authorMichael Baum <michaelba@nvidia.com>
Mon, 14 Feb 2022 09:35:02 +0000 (11:35 +0200)
committerRaslan Darawsheh <rasland@nvidia.com>
Mon, 21 Feb 2022 10:36:47 +0000 (11:36 +0100)
commite3032e9c73f4791e2cdbab5a37f322c288d7e2aa
treee425b6d65a568563c3c3ee1969d6deeccf72b691
parentc4c3e8afefa8b7e7bc19073f9a159d50c75c8770
net/mlx5: share realtime timestamp configure

The realtime timestamp configure work for Linux as same as Windows.
This patch removes it to the function implemented in the folder shared
between the operating systems, removing the duplication.

Signed-off-by: Michael Baum <michaelba@nvidia.com>
Acked-by: Matan Azrad <matan@nvidia.com>
drivers/net/mlx5/linux/mlx5_os.c
drivers/net/mlx5/mlx5.c
drivers/net/mlx5/mlx5.h
drivers/net/mlx5/windows/mlx5_os.c