mlx4en, timer irq @100%...
Ben RUBSON
ben.rubson at gmail.com
Tue Aug 8 08:00:09 UTC 2017
> On 08 Aug 2017, at 09:54, Hans Petter Selasky <hps at selasky.org> wrote:
>
> On 08/08/17 09:43, Ben RUBSON wrote:
>> OK.
>> I'm quite (well, absolutely) new to kgdb, some clue on how I should proceed ?
>> Thank you !
>> Ben
>
> print twq_2msl
> print *twq_2msl.tqh_first
(kgdb) set print pretty on
(kgdb) print twq_2msl
$1 = {
tqh_first = 0xfffff80d1bf12210,
tqh_last = 0xfffff808b73433a8
}
(kgdb) print *twq_2msl.tqh_first
$2 = {
tw_inpcb = 0xfffff8031c570740,
snd_nxt = 4140013171,
rcv_nxt = 3258392061,
iss = 4140006661,
irs = 3258390776,
last_win = 513,
tw_so_options = 12,
tw_cred = 0xfffff804ae6ca400,
t_recent = 1263366217,
ts_offset = 4279193351,
t_starttime = 606489428,
tw_time = 606516815,
tw_2msl = {
tqe_next = 0xfffff80ff71453c8,
tqe_prev = 0xffffffff81d763a0
},
tw_pspare = 0x0,
tw_spare = 0x0
}
(kgdb)
More information about the freebsd-net
mailing list