aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorPauli Virtanen <pav@iki.fi>2024-04-07 18:18:36 +0300
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2024-04-10 12:31:47 -0400
commitc777c55ab662db4e9853bb08a6e1e6c77b319e09 (patch)
treed6ea65b3286376ba85e1c33138a2697606a727ba
parente1c178f96a07fc43ad7523fdd4c93967843e4f60 (diff)
mgmt-tester: update for Poll Errqueue experimental fature
Update Read Exp Feature - Success (Index None) for new experimental feature Poll Errqueue.
-rw-r--r--tools/mgmt-tester.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/tools/mgmt-tester.c b/tools/mgmt-tester.c
index 8a4fbc2eb6..81636200ee 100644
--- a/tools/mgmt-tester.c
+++ b/tools/mgmt-tester.c
@@ -9985,7 +9985,7 @@ static const struct generic_data read_exp_feat_success = {
static const uint8_t read_exp_feat_param_success_index_none[] = {
- 0x02, 0x00, /* Feature Count */
+ 0x03, 0x00, /* Feature Count */
0x1c, 0xda, 0x47, 0x1c, 0x48, 0x6c, /* UUID - Debug */
0x01, 0xab, 0x9f, 0x46, 0xec, 0xb9,
0x30, 0x25, 0x99, 0xd4,
@@ -9994,6 +9994,10 @@ static const uint8_t read_exp_feat_param_success_index_none[] = {
0x85, 0x98, 0x6a, 0x49, 0xe0, 0x05,
0x88, 0xf1, 0xba, 0x6f,
0x00, 0x00, 0x00, 0x00, /* Flags */
+ 0x33, 0x57, 0x7b, 0xb4, 0x21, 0xc0, /* UUID - Poll Errqueue */
+ 0xc1, 0x8b, 0x79, 0x46, 0x9f, 0xb6,
+ 0x4c, 0x8c, 0x51, 0x69,
+ 0x00, 0x00, 0x00, 0x00, /* Flags */
};
static const struct generic_data read_exp_feat_success_index_none = {