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
@ -868,7 +868,6 @@ struct mlx5e_channel {
|
|||||||
/* control */
|
/* control */
|
||||||
struct mlx5e_priv *priv;
|
struct mlx5e_priv *priv;
|
||||||
int ix;
|
int ix;
|
||||||
int cpu;
|
|
||||||
} __aligned(MLX5E_CACHELINE_SIZE);
|
} __aligned(MLX5E_CACHELINE_SIZE);
|
||||||
|
|
||||||
enum mlx5e_traffic_types {
|
enum mlx5e_traffic_types {
|
||||||
|
Loading…
Reference in New Issue
Block a user