1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-17 10:26:15 +00:00

Remove unused cpu field from channel structure in mlx5en(4).

MFC after:	3 days
Sponsored by:	Mellanox Technologies
This commit is contained in:
Hans Petter Selasky 2019-10-02 10:26:26 +00:00
parent a2d65bfd8f
commit b4672400e6
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=352988

View File

@ -868,7 +868,6 @@ struct mlx5e_channel {
/* control */
struct mlx5e_priv *priv;
int ix;
int cpu;
} __aligned(MLX5E_CACHELINE_SIZE);
enum mlx5e_traffic_types {