Re: svn commit: r266423 - in head/sys: conf dev/i40e modules/i40e

2014-05-21 Thread Bruce Evans
On Tue, 20 May 2014, Gleb Smirnoff wrote: On Tue, May 20, 2014 at 11:40:01PM +1000, Bruce Evans wrote: B> Also, verbose names break formatting. E.g., netstat -r has 5 columns B> available under Netif for the driver name and device number. netstat B> -i has about the same under Name (possibly 1

Re: svn commit: r266423 - in head/sys: conf dev/i40e modules/i40e

2014-05-21 Thread Bruce Evans
Mostly off-topic: On Tue, 20 May 2014, Peter Wemm wrote: On 5/20/14, 9:08 AM, Jack Vogel wrote: ... Log: This is the beta release of the driver for the new Intel 40G Ethernet Controller XL710 Family. ... He didn't

Re: svn commit: r266423 - in head/sys: conf dev/i40e modules/i40e

2014-05-21 Thread Bruce Evans
On Tue, 20 May 2014, Jack Vogel wrote: If you don't like the name there's this wonderful feature of ifconfig ifconfig i40e0 name eth0 (or whatever pleases you...) Ah, another bug :-). If you use this to make a non-null change to the name, then the name becomes inconsistent with the interrupt

Re: svn commit: r266423 - in head/sys: conf dev/i40e modules/i40e

2014-05-21 Thread David Chisnall
On 20 May 2014, at 18:16, Gleb Smirnoff wrote: > Would be cool if most of tools (netstat, systat, etc...) could > determine size of terminal and dynamically widen all their fields. > Thus, tool can run w/o any abbreviations when run in a script mode, > run abbreviated on a small terminal, and run

Re: svn commit: r266423 - in head/sys: conf dev/i40e modules/i40e

2014-05-21 Thread Slawa Olhovchenkov
On Tue, May 20, 2014 at 09:16:13PM +0400, Gleb Smirnoff wrote: > On Tue, May 20, 2014 at 11:40:01PM +1000, Bruce Evans wrote: > B> Also, verbose names break formatting. E.g., netstat -r has 5 columns > B> available under Netif for the driver name and device number. netstat > B> -i has about the

Re: svn commit: r266423 - in head/sys: conf dev/i40e modules/i40e

2014-05-20 Thread Peter Wemm
On 5/20/14, 9:08 AM, Jack Vogel wrote: > If you don't like the name there's this wonderful feature of ifconfig > > ifconfig i40e0 name eth0 (or whatever pleases you...) > > Oh and Bruce, I did run into the string length issue, so with this driver > the queues > are all named 'q%d', I might go back

Re: svn commit: r266423 - in head/sys: conf dev/i40e modules/i40e

2014-05-20 Thread Gleb Smirnoff
On Tue, May 20, 2014 at 11:40:01PM +1000, Bruce Evans wrote: B> Also, verbose names break formatting. E.g., netstat -r has 5 columns B> available under Netif for the driver name and device number. netstat B> -i has about the same under Name (possibly 1 or 2 not directly under B> Name, but reserve

Re: svn commit: r266423 - in head/sys: conf dev/i40e modules/i40e

2014-05-20 Thread Jack Vogel
If you don't like the name there's this wonderful feature of ifconfig ifconfig i40e0 name eth0 (or whatever pleases you...) Oh and Bruce, I did run into the string length issue, so with this driver the queues are all named 'q%d', I might go back and change the earlier drivers. I found the 'too l

Re: svn commit: r266423 - in head/sys: conf dev/i40e modules/i40e

2014-05-20 Thread Bruce Evans
On Tue, 20 May 2014, Julian Elischer wrote: On 5/20/14, 11:14 PM, Julian Elischer wrote: On 5/20/14, 1:50 AM, Rui Paulo wrote: On 18 May 2014, at 18:41, Julian Elischer wrote: On 5/19/14, 9:21 AM, Jack F Vogel wrote: Author: jfv Date: Mon May 19 01:21:02 2014 New Revision: 266423 URL: http

Re: svn commit: r266423 - in head/sys: conf dev/i40e modules/i40e

2014-05-20 Thread Julian Elischer
On 5/20/14, 11:14 PM, Julian Elischer wrote: On 5/20/14, 1:50 AM, Rui Paulo wrote: On 18 May 2014, at 18:41, Julian Elischer wrote: On 5/19/14, 9:21 AM, Jack F Vogel wrote: Author: jfv Date: Mon May 19 01:21:02 2014 New Revision: 266423 URL: http://svnweb.freebsd.org/changeset/base/266423 L

Re: svn commit: r266423 - in head/sys: conf dev/i40e modules/i40e

2014-05-20 Thread Julian Elischer
On 5/20/14, 1:50 AM, Rui Paulo wrote: On 18 May 2014, at 18:41, Julian Elischer wrote: On 5/19/14, 9:21 AM, Jack F Vogel wrote: Author: jfv Date: Mon May 19 01:21:02 2014 New Revision: 266423 URL: http://svnweb.freebsd.org/changeset/base/266423 Log: This is the beta release of the driver

Re: svn commit: r266423 - in head/sys: conf dev/i40e modules/i40e

2014-05-20 Thread Bruce Evans
On Mon, 19 May 2014, Rui Paulo wrote: On 18 May 2014, at 18:41, Julian Elischer wrote: On 5/19/14, 9:21 AM, Jack F Vogel wrote: Author: jfv Date: Mon May 19 01:21:02 2014 New Revision: 266423 URL: http://svnweb.freebsd.org/changeset/base/266423 Log: This is the beta release of the driver

Re: svn commit: r266423 - in head/sys: conf dev/i40e modules/i40e

2014-05-20 Thread John Baldwin
On Monday, May 19, 2014 3:46:03 pm Dominic Marks wrote: > 'umble user here. Yes, please don't do this. > > ietN? ixfeN or some variation thereof? (f for "forty" or "Fortville") -- John Baldwin ___ svn-src-head@freebsd.org mailing list http://lists.fr

Re: svn commit: r266423 - in head/sys: conf dev/i40e modules/i40e

2014-05-19 Thread Dominic Marks
'umble user here. Yes, please don't do this. ietN? Dominic On Mon, May 19, 2014 at 7:25 PM, hiren panchasara wrote: > On May 19, 2014 10:50 AM, "Rui Paulo" wrote: > > > > On 18 May 2014, at 18:41, Julian Elischer wrote: > > > > > On 5/19/14, 9:21 AM, Jack F Vogel wrote: > > >> Author: jfv

Re: svn commit: r266423 - in head/sys: conf dev/i40e modules/i40e

2014-05-19 Thread hiren panchasara
On May 19, 2014 10:50 AM, "Rui Paulo" wrote: > > On 18 May 2014, at 18:41, Julian Elischer wrote: > > > On 5/19/14, 9:21 AM, Jack F Vogel wrote: > >> Author: jfv > >> Date: Mon May 19 01:21:02 2014 > >> New Revision: 266423 > >> URL: http://svnweb.freebsd.org/changeset/base/266423 > >> > >> Log:

Re: svn commit: r266423 - in head/sys: conf dev/i40e modules/i40e

2014-05-19 Thread Rui Paulo
On 18 May 2014, at 18:41, Julian Elischer wrote: > On 5/19/14, 9:21 AM, Jack F Vogel wrote: >> Author: jfv >> Date: Mon May 19 01:21:02 2014 >> New Revision: 266423 >> URL: http://svnweb.freebsd.org/changeset/base/266423 >> >> Log: >> This is the beta release of the driver for the new >> Int

Re: svn commit: r266423 - in head/sys: conf dev/i40e modules/i40e

2014-05-18 Thread Julian Elischer
On 5/19/14, 9:21 AM, Jack F Vogel wrote: Author: jfv Date: Mon May 19 01:21:02 2014 New Revision: 266423 URL: http://svnweb.freebsd.org/changeset/base/266423 Log: This is the beta release of the driver for the new Intel 40G Ethernet Controller XL710 Family. This is the core driver, a VF