git: b94ef2a3bcbb - main - mlx5ib: adjust for the mlx5_create_auto_grouped_flow_table() interface change
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 15 Nov 2023 23:09:15 UTC
The branch main has been updated by kib:
URL: https://cgit.FreeBSD.org/src/commit/?id=b94ef2a3bcbb369d85b276a45504d42f2f2cd369
commit b94ef2a3bcbb369d85b276a45504d42f2f2cd369
Author: Konstantin Belousov <kib@FreeBSD.org>
AuthorDate: 2023-11-13 00:16:51 +0000
Commit: Konstantin Belousov <kib@FreeBSD.org>
CommitDate: 2023-11-15 23:08:17 +0000
mlx5ib: adjust for the mlx5_create_auto_grouped_flow_table() interface change
Sponsored by: NVidia networking
MFC after: 1 week
---
sys/dev/mlx5/mlx5_ib/mlx5_ib_main.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/sys/dev/mlx5/mlx5_ib/mlx5_ib_main.c b/sys/dev/mlx5/mlx5_ib/mlx5_ib_main.c
index b4c9115bc420..027f8ded3faf 100644
--- a/sys/dev/mlx5/mlx5_ib/mlx5_ib_main.c
+++ b/sys/dev/mlx5/mlx5_ib/mlx5_ib_main.c
@@ -2157,7 +2157,8 @@ static struct mlx5_ib_flow_prio *get_flow_table(struct mlx5_ib_dev *dev,
if (!ft) {
ft = mlx5_create_auto_grouped_flow_table(ns, priority, "bypass",
num_entries,
- num_groups);
+ num_groups,
+ 0);
if (!IS_ERR(ft)) {
prio->refcount = 0;