octeon: update trace to use qid instead of q 71/41071/1
authorMonendra Singh Kushwaha <[email protected]>
Wed, 22 May 2024 08:47:21 +0000 (14:17 +0530)
committerMonendra Singh Kushwaha <[email protected]>
Mon, 10 Jun 2024 18:48:49 +0000 (18:48 +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]>
(cherry picked from commit a391de68acbeadeb16b640b54ec53eb468c25f9b)

src/plugins/dev_octeon/format.c

index e624b84..d0f5301 100644 (file)
@@ -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)