Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F147257121
D51883.1782700819.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
506 B
Referenced Files
None
Subscribers
None
D51883.1782700819.diff
View Options
diff --git a/sys/dev/mlx5/mlx5_en/mlx5_en_flow_table.c b/sys/dev/mlx5/mlx5_en/mlx5_en_flow_table.c
--- a/sys/dev/mlx5/mlx5_en/mlx5_en_flow_table.c
+++ b/sys/dev/mlx5/mlx5_en/mlx5_en_flow_table.c
@@ -1783,8 +1783,8 @@
el->refcount++;
if (el->installed)
return (0);
- }
- el = mlx5e_vxlan_alloc_db_el(priv, proto, port);
+ } else
+ el = mlx5e_vxlan_alloc_db_el(priv, proto, port);
if ((if_getcapenable(priv->ifp) & IFCAP_VXLAN_HWCSUM) != 0) {
err = mlx5e_add_vxlan_rule_from_db(priv, el);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Jun 29, 2:40 AM (2 m, 29 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28976347
Default Alt Text
D51883.1782700819.diff (506 B)
Attached To
Mode
D51883: mlx5: plug theoretical leak in vxlan rules
Attached
Detach File
Event Timeline
Log In to Comment