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:[email protected]] Sent: Monday, October 17, 2016 6:47 AM To: [email protected] 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 [email protected] https://lists.sourceforge.net/lists/listinfo/e1000-devel To learn more about Intel® Ethernet, visit http://communities.intel.com/community/wired
