Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Feb 2021 07:10:07 -0500
From:      mike tancsa <mike@sentex.net>
To:        FreeBSD-STABLE Mailing List <freebsd-stable@freebsd.org>
Subject:   option FIB_ALGO and dpdk_lpm4
Message-ID:  <5670cd9a-cd10-2b89-1347-97a6c817c50f@sentex.net>

next in thread | raw e-mail | index | archive | help
I have been setting up some tests to see if

option FIB_ALGO and dpdk_lpm4.ko

will help with my pkt forwarding needs and large routing tables. So far so good. But one thing I noticed, is that its very chatty to dmesg. 
eg
alloc_nhgrp: new mpath group: num_nhops: 2
compile_nhgrp: O: 2/2
compile_nhgrp:  OO[0]: 1/1 curr=1 slot_idx=0
compile_nhgrp:  OO[1]: 0/0 curr=1 slot_idx=1
alloc_nhgrp: new mpath group: num_nhops: 2
compile_nhgrp: O: 2/2
compile_nhgrp:  OO[0]: 1/1 curr=1 slot_idx=0
compile_nhgrp:  OO[1]: 0/0 curr=1 slot_idx=1
alloc_nhgrp: new mpath group: num_nhops: 2
compile_nhgrp: O: 2/2
compile_nhgrp:  OO[0]: 1/1 curr=1 slot_idx=0
compile_nhgrp:  OO[1]: 0/0 curr=1 slot_idx=1

are these debugging messages that forgot to be turned off ?  What do they mean ?
Thanks for this work!

13.0-STABLE #11 stable/13-cc1352c1f-dirty

	---Mike




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5670cd9a-cd10-2b89-1347-97a6c817c50f>