diff options
author | Monendra Singh Kushwaha <kmonendra@marvell.com> | 2024-05-22 14:17:21 +0530 |
---|---|---|
committer | Damjan Marion <dmarion@0xa5.net> | 2024-06-10 12:21:15 +0000 |
commit | a391de68acbeadeb16b640b54ec53eb468c25f9b (patch) | |
tree | 920443cb7f402e5b20847cb98eafbfde6583301d | |
parent | 38f59c315b0587d570fb85825c1129ec14c959bf (diff) |
octeon: update trace to use qid instead of q
This patch updates trace to use "qid" keywords instead of "q".
Type: feature
Change-Id: Ib0f41a8a1a93cbbbf8c59304924d4e68efff48fd
Signed-off-by: Monendra Singh Kushwaha <kmonendra@marvell.com>
-rw-r--r-- | src/plugins/dev_octeon/format.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/dev_octeon/format.c b/src/plugins/dev_octeon/format.c index e624b84f54e..d0f53013d99 100644 --- a/src/plugins/dev_octeon/format.c +++ b/src/plugins/dev_octeon/format.c @@ -25,7 +25,7 @@ format_oct_nix_rx_cqe_desc (u8 *s, va_list *args) typeof (d->sg0) *sg0 = &d->sg0; typeof (d->sg0) *sg1 = &d->sg1; - s = format (s, "hdr: cqe_type %u nude %u q %u tag 0x%x", h->cqe_type, + s = format (s, "hdr: cqe_type %u nude %u qid %u tag 0x%x", h->cqe_type, h->node, h->q, h->tag); s = format (s, "\n%Uparse:", format_white_space, indent); #define _(n, f) s = format (s, " " #n " " f, p->n) |