This is not my program or an endorsement, but you can try building this
http://free-electrons.com/pub/mirror/devmem2.c

I ran it like this:

Wget above...
gcc -O2 -o devmem2 devmem2.c
ethtool -i ethx
find bus:dev.fn address from ethx via command above
lspci -s <bus.dev.fn> -v

get first "Memory at HWMEM" address
sudo ./devmem2 $((0xHWMEM + 0xREGADDR)) w

where HWMEM was from lspci, and REGADDR is the offset of your SYNQF register.

Hope that helps...

-----Original Message-----
From: Raphael Bauduin [mailto:raphael.baud...@tessares.net] 
Sent: Monday, October 17, 2016 6:47 AM
To: e1000-devel@lists.sourceforge.net
Subject: [E1000-devel] checking SYNQF value

Hi

What's the way to check the current value of the SYNQF register?
ethtool doesn't seem to report it

Thanks

Raphaƫl
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most 
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
E1000-devel mailing list
E1000-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/e1000-devel
To learn more about Intel&#174; Ethernet, visit 
http://communities.intel.com/community/wired

Reply via email to