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:
parent
a2d65bfd8f
commit
b4672400e6
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=352988
@ -868,7 +868,6 @@ struct mlx5e_channel {
|
||||
/* control */
|
||||
struct mlx5e_priv *priv;
|
||||
int ix;
|
||||
int cpu;
|
||||
} __aligned(MLX5E_CACHELINE_SIZE);
|
||||
|
||||
enum mlx5e_traffic_types {
|
||||
|
Loading…
Reference in New Issue
Block a user