diff options
| author | Hans Petter Selasky <hselasky@FreeBSD.org> | 2016-12-02 09:41:54 +0000 |
|---|---|---|
| committer | Hans Petter Selasky <hselasky@FreeBSD.org> | 2016-12-02 09:41:54 +0000 |
| commit | de83258d59e372376ff78fcd4554ade966b19b45 (patch) | |
| tree | 2b2d7f1ed519b972f2222135464221ec6ed77079 /sys/dev/mlx5/mlx5_en/mlx5_en_flow_table.c | |
| parent | c4247af46a86a68bb597c175e21dd3edc698fa8e (diff) | |
Notes
Diffstat (limited to 'sys/dev/mlx5/mlx5_en/mlx5_en_flow_table.c')
| -rw-r--r-- | sys/dev/mlx5/mlx5_en/mlx5_en_flow_table.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/dev/mlx5/mlx5_en/mlx5_en_flow_table.c b/sys/dev/mlx5/mlx5_en/mlx5_en_flow_table.c index 88bd3fd478adf..291e959c18273 100644 --- a/sys/dev/mlx5/mlx5_en/mlx5_en_flow_table.c +++ b/sys/dev/mlx5/mlx5_en/mlx5_en_flow_table.c @@ -854,8 +854,6 @@ mlx5e_create_main_flow_table(struct mlx5e_priv *priv) u8 *dmac; g = malloc(9 * sizeof(*g), M_MLX5EN, M_WAITOK | M_ZERO); - if (g == NULL) - return (-ENOMEM); g[0].log_sz = 2; g[0].match_criteria_enable = MLX5_MATCH_OUTER_HEADERS; @@ -939,8 +937,6 @@ mlx5e_create_vlan_flow_table(struct mlx5e_priv *priv) struct mlx5_flow_table_group *g; g = malloc(2 * sizeof(*g), M_MLX5EN, M_WAITOK | M_ZERO); - if (g == NULL) - return (-ENOMEM); g[0].log_sz = 12; g[0].match_criteria_enable = MLX5_MATCH_OUTER_HEADERS; |
