OSDN Git Service

net/mlx5e: Take CQ decompress fields into a separate structure
authorTariq Toukan <tariqt@mellanox.com>
Wed, 12 Sep 2018 15:32:49 +0000 (18:32 +0300)
committerSaeed Mahameed <saeedm@mellanox.com>
Fri, 25 Jan 2019 20:16:13 +0000 (12:16 -0800)
commit79d356ef2c10b19fdd3269b975579aa0be21710c
treebb4ea941f1fd1f344f95b7ba7da2344f5540e319
parent94816278383eab18c660652bfb7bc929c0d7aef1
net/mlx5e: Take CQ decompress fields into a separate structure

Only the Receive CQ makes use of these fields. Take them
out into a separate struct and save space in the generic
CQ structure.

Signed-off-by: Tariq Toukan <tariqt@mellanox.com>
Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>
drivers/net/ethernet/mellanox/mlx5/core/en.h
drivers/net/ethernet/mellanox/mlx5/core/en_rx.c