[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240104011422.26736-5-stephen@networkplumber.org>
Date: Wed, 3 Jan 2024 17:13:42 -0800
From: Stephen Hemminger <stephen@...workplumber.org>
To: leon@...nel.org
Cc: netdev@...r.kernel.org,
Stephen Hemminger <stephen@...workplumber.org>
Subject: [PATCH v2 iproute2 4/6] rdma: make supress_errors a bit
Like other command line flags supress_errors can be a bit.
Signed-off-by: Stephen Hemminger <stephen@...workplumber.org>
---
rdma/rdma.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/rdma/rdma.h b/rdma/rdma.h
index f9308dbcfafd..65e3557d4036 100644
--- a/rdma/rdma.h
+++ b/rdma/rdma.h
@@ -61,6 +61,7 @@ struct rd {
uint8_t show_details:1;
uint8_t show_driver_details:1;
uint8_t show_raw:1;
+ uint8_t suppress_errors:1;
struct list_head dev_map_list;
uint32_t dev_idx;
uint32_t port_idx;
@@ -68,7 +69,6 @@ struct rd {
struct nlmsghdr *nlh;
char *buff;
json_writer_t *jw;
- bool suppress_errors;
struct list_head filter_list;
char *link_name;
char *link_type;
--
2.43.0
Powered by blists - more mailing lists