Re: [E1000-devel] git history or similar for out-of-tree igb driver?

2014-05-22 Thread Fujinaka, Todd
There is no publically accessible git repository for the out-of-tree driver. There is only the README, so it's more useful to do diffs between the versions. The other useful document is the Specification Update for the networking part you are using. It's available publically on intel.com. Just s

[E1000-devel] git history or similar for out-of-tree igb driver?

2014-05-22 Thread Jeff Westfahl
Hello, Is there a git history or something similar available for the out-of-tree igb driver at http://sourceforge.net/projects/e1000/files/igb%20stable Regards, Jeff Westfahl -- "Accelerate Dev Cycles with Automated Cro

Re: [E1000-devel] [PATCH] e1000: Use time_after() for time comparison

2014-05-22 Thread David Miller
From: Manuel Schölling Date: Thu, 22 May 2014 22:21:30 +0200 > To be future-proof and for better readability the time comparisons are > modified > to use time_after() instead of plain, error-prone math. > > Signed-off-by: Manuel Schölling I'll let Jeff pick this up in his tree. -

[E1000-devel] [PATCH] e1000: Use time_after() for time comparison

2014-05-22 Thread Manuel Schölling
To be future-proof and for better readability the time comparisons are modified to use time_after() instead of plain, error-prone math. Signed-off-by: Manuel Schölling --- drivers/net/ethernet/intel/e1000/e1000_ethtool.c |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dr

Re: [E1000-devel] [Xen-devel] xen-hypervisor-4.3-amd64 4.3.0-3+b1 -> Intel M/B, I/O virt. enabled, start vm -> Kernel panic

2014-05-22 Thread Jo Mills
On Thu, May 22, 2014 at 05:47:45AM -0400, Konrad Rzeszutek Wilk wrote: > On Wed, May 21, 2014 at 10:42:30AM +0100, David Vrabel wrote: > > On 20/05/14 19:41, Jo Mills wrote: > > > On Tue, May 20, 2014 at 05:20:10PM +0100, David Vrabel wrote: > > >> On 20/05/14 11:18, Ian Campbell wrote: > > >>> On

Re: [E1000-devel] [Xen-devel] xen-hypervisor-4.3-amd64 4.3.0-3+b1 -> Intel M/B, I/O virt. enabled, start vm -> Kernel panic

2014-05-22 Thread Konrad Rzeszutek Wilk
On Wed, May 21, 2014 at 10:42:30AM +0100, David Vrabel wrote: > On 20/05/14 19:41, Jo Mills wrote: > > On Tue, May 20, 2014 at 05:20:10PM +0100, David Vrabel wrote: > >> On 20/05/14 11:18, Ian Campbell wrote: > >>> On Tue, 2014-05-20 at 11:14 +0100, David Vrabel wrote: > On 17/05/14 18:46, Jo