Code Review
/
vpp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
38f59c3
)
octeon: update trace to use qid instead of q
14/40914/4
author
Monendra Singh Kushwaha
<
[email protected]
>
Wed, 22 May 2024 08:47:21 +0000
(14:17 +0530)
committer
Damjan Marion
<
[email protected]
>
Mon, 10 Jun 2024 12:21:15 +0000
(12:21 +0000)
This patch updates trace to use "qid" keywords instead of "q".
Type: feature
Change-Id: Ib0f41a8a1a93cbbbf8c59304924d4e68efff48fd
Signed-off-by: Monendra Singh Kushwaha <
[email protected]
>
src/plugins/dev_octeon/format.c
patch
|
blob
|
history
diff --git
a/src/plugins/dev_octeon/format.c
b/src/plugins/dev_octeon/format.c
index
e624b84
..
d0f5301
100644
(file)
--- 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 q
id
%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)