Login
Log in using an SSO provider:
Fedora Account System
Red Hat Associate
Red Hat Customer
Login using a Red Hat Bugzilla account
Forgot Password
Create an Account
Red Hat Bugzilla – Attachment 1846642 Details for
Bug 2030462
Performance drop while Mirroring OVS Ports in an OVS HW Offload Scenario
Home
New
Search
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh92 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
[?]
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
net/mlx5: DR, Use FW API when updating FW-owned flow table
0001-net-mlx5-DR-Use-FW-API-when-updating-FW-owned-flow-t.patch (text/plain), 1.25 KB, created by
Amir Tzin (Mellanox)
on 2021-12-16 19:45:54 UTC
(
hide
)
Description:
net/mlx5: DR, Use FW API when updating FW-owned flow table
Filename:
MIME Type:
Creator:
Amir Tzin (Mellanox)
Created:
2021-12-16 19:45:54 UTC
Size:
1.25 KB
patch
obsolete
>From a01a43fa16e1d9e6810246e38aeb80c3dd645956 Mon Sep 17 00:00:00 2001 >From: Yevgeny Kliteynik <kliteyn@nvidia.com> >Date: Sun, 4 Jul 2021 17:29:01 +0300 >Subject: [PATCH] net/mlx5: DR, Use FW API when updating FW-owned flow table > >Need to call the DR API only when it is DR table. >To update FW-owned table the driver should call the FW API. > >Signed-off-by: Erez Shitrit <erezsh@nvidia.com> >Signed-off-by: Yevgeny Kliteynik <kliteyn@nvidia.com> >Reviewed-by: Alex Vesker <valex@nvidia.com> >Signed-off-by: Saeed Mahameed <saeedm@nvidia.com> >--- > drivers/net/ethernet/mellanox/mlx5/core/steering/fs_dr.c | 3 +++ > 1 file changed, 3 insertions(+) > >diff --git a/drivers/net/ethernet/mellanox/mlx5/core/steering/fs_dr.c b/drivers/net/ethernet/mellanox/mlx5/core/steering/fs_dr.c >index 7bfcb3456cf2..6ea4a0988062 100644 >--- a/drivers/net/ethernet/mellanox/mlx5/core/steering/fs_dr.c >+++ b/drivers/net/ethernet/mellanox/mlx5/core/steering/fs_dr.c >@@ -133,6 +133,9 @@ static int mlx5_cmd_dr_modify_flow_table(struct mlx5_flow_root_namespace *ns, > struct mlx5_flow_table *ft, > struct mlx5_flow_table *next_ft) > { >+ if (mlx5_dr_is_fw_table(ft->flags)) >+ return mlx5_fs_cmd_get_fw_cmds()->modify_flow_table(ns, ft, next_ft); >+ > return set_miss_action(ns, ft, next_ft); > } > >-- >2.21.3 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 2030462
:
1846641
| 1846642