Re: [E1000-devel] checking SYNQF value

2016-10-17 Thread Brandeburg, Jesse
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  -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® Ethernet, visit 
http://communities.intel.com/community/wired


Re: [E1000-devel] checking SYNQF value

2016-10-17 Thread Raphael Bauduin
I just want to check it is off. It is important for our software to have it
off.
I was looking for a way to check it is disabled eg when I log on a server I
don't manage myself.

Thanks

raphaël

On Mon, Oct 17, 2016 at 4:31 PM, Fujinaka, Todd 
wrote:

> Depends on the part, but you'll most likely have to edit the driver
> source. I'd put in a printk but I'm not sure what you want to do.
>
> Todd Fujinaka
> Software Application Engineer
> Networking Division (ND)
> Intel Corporation
> todd.fujin...@intel.com
> (503) 712-4565
>
>
> -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
>



-- 
[image: Tessares SA]  Raphael Bauduin | Senior R&D
Engineer
raphael.baud...@tessares.net | +32 10 392 252

Tessares SA
www.tessares.net
6 Rue Louis de Geer, 1348 Louvain-la-Neuve, Belgium


-- 

--
DISCLAIMER.
This email and any files transmitted with it are confidential and intended 
solely for the use of the individual or entity to whom they are addressed. 
If you have received this email in error please notify the system manager. 
This message contains confidential information and is intended only for the 
individual named. If you are not the named addressee you should not 
disseminate, distribute or copy this e-mail. Please notify the sender 
immediately by e-mail if you have received this e-mail by mistake and 
delete this e-mail from your system. If you are not the intended recipient 
you are notified that disclosing, copying, distributing or taking any 
action in reliance on the contents of this information is strictly 
prohibited.
--
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® Ethernet, visit 
http://communities.intel.com/community/wired


Re: [E1000-devel] checking SYNQF value

2016-10-17 Thread Fujinaka, Todd
Depends on the part, but you'll most likely have to edit the driver source. I'd 
put in a printk but I'm not sure what you want to do.

Todd Fujinaka
Software Application Engineer
Networking Division (ND)
Intel Corporation
todd.fujin...@intel.com
(503) 712-4565


-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® Ethernet, visit 
http://communities.intel.com/community/wired