The branch main has been updated by np: URL: https://cgit.FreeBSD.org/src/commit/?id=dc77e7929644b87c0aa3f8f5e8d57fd10f49df54
commit dc77e7929644b87c0aa3f8f5e8d57fd10f49df54 Author: Navdeep Parhar <[email protected]> AuthorDate: 2021-04-22 22:36:51 +0000 Commit: Navdeep Parhar <[email protected]> CommitDate: 2021-04-22 22:36:51 +0000 cxgbe(4): Fix minor nit in the display of MPS TCAM entries. MFC after: 3 days --- sys/dev/cxgbe/t4_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/cxgbe/t4_main.c b/sys/dev/cxgbe/t4_main.c index 3066d133e437..07fd43a06edc 100644 --- a/sys/dev/cxgbe/t4_main.c +++ b/sys/dev/cxgbe/t4_main.c @@ -9147,7 +9147,7 @@ sysctl_mps_tcam_t6(SYSCTL_HANDLER_ARGS) if (lookup_type && lookup_type != M_DATALKPTYPE) { sbuf_printf(sb, "\n%3u %02x:%02x:%02x:%02x:%02x:%02x " "%012jx %06x %06x - - %3c" - " 'I' %4x %3c %#x%4u%4d", i, addr[0], + " I %4x %3c %#x%4u%4d", i, addr[0], addr[1], addr[2], addr[3], addr[4], addr[5], (uintmax_t)mask, vniy, vnix, dip_hit ? 'Y' : 'N', port_num, cls_lo & F_T6_SRAM_VLD ? 'Y' : 'N', _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/dev-commits-src-main To unsubscribe, send any mail to "[email protected]"
