You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
use dkms add -m tn40xx/006 && dkms install -m tn40xx/006 on latest proxmox which is kernel 6.5.11-7-pve
the compiled module can be load,but whenever memory is occupied enough or running stress mem will result BUG unable to handle page fault for address: xxxx
then RIP my applications. although it's not fatal but it's causes unstable to sustain file service
i had onboard 2.5G realtek NIC when i switch to this one ,i can run stress memory whenever i want and stable which won't result RIP or BUG or crash. so if any great man can look into codes and try to debug them. btw my phy is MV88X3310.so i add hdr manually.
already ruled out the overclock issue , even return to default clk still occurred memleak event with module tn40xx loaded while memory stressed
The text was updated successfully, but these errors were encountered:
when i only apply this line "if (likely(db->rptr->len > 0))" it's still triggers page fault to a page that kernel can't alloc. i could try rest of patches
nope, after applied two changed files tn40xx.c & tn40xx.h in dev branch which was update 3weeks ago.still triggers page crashed.
it won't run normal until me unload the module and reboot with clean kernel without tn40xx.ko
Uploading dmesg.txt…
root@asrb55z:~# lspci -nnk -s 07:00
07:00.0 Ethernet controller [0200]: Tehuti Networks Ltd. TN9710P 10GBase-T/NBASE-T Ethernet Adapter [1fc9:4027]
Subsystem: Tehuti Networks Ltd. Ethernet Adapter [1fc9:3015]
Kernel driver in use: tn40xx
use dkms add -m tn40xx/006 && dkms install -m tn40xx/006 on latest proxmox which is kernel 6.5.11-7-pve
the compiled module can be load,but whenever memory is occupied enough or running stress mem will result BUG unable to handle page fault for address: xxxx
then RIP my applications. although it's not fatal but it's causes unstable to sustain file service
i had onboard 2.5G realtek NIC when i switch to this one ,i can run stress memory whenever i want and stable which won't result RIP or BUG or crash. so if any great man can look into codes and try to debug them. btw my phy is MV88X3310.so i add hdr manually.
already ruled out the overclock issue , even return to default clk still occurred memleak event with module tn40xx loaded while memory stressed
The text was updated successfully, but these errors were encountered: