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> (cherry picked from commit a391de68acbeadeb16b640b54ec53eb468c25f9b)
This commit is contained in:
parent
2f06443855
commit
29ad53b932
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user