Re: svn commit: r230572 - in head/sys/dev: ixgbe netmap

2012-01-27 Thread Bruce Evans
On Thu, 26 Jan 2012, Alan Cox wrote: On 01/26/2012 03:55, Luigi Rizzo wrote: Log: ... Netmap-related changes for ixgbe: ... +#define NKR_PENDINTR 0x1 // Pending interrupt. u_int nkr_num_slots; int nkr_hwofs; /* offset between NIC and netmap ring */

Re: svn commit: r230572 - in head/sys/dev: ixgbe netmap

2012-01-27 Thread Luigi Rizzo
On Fri, Jan 27, 2012 at 08:45:40PM +1100, Bruce Evans wrote: On Thu, 26 Jan 2012, Alan Cox wrote: On 01/26/2012 03:55, Luigi Rizzo wrote: Log: ... Netmap-related changes for ixgbe: ... +#define NKR_PENDINTR 0x1 // Pending interrupt. u_int nkr_num_slots; int

svn commit: r230572 - in head/sys/dev: ixgbe netmap

2012-01-26 Thread Luigi Rizzo
Author: luigi Date: Thu Jan 26 09:55:16 2012 New Revision: 230572 URL: http://svn.freebsd.org/changeset/base/230572 Log: ixgbe changes: - remove experimental code for disabling CRC - use the correct constant for conversion between interrupt rate and EITR values (the previous values were

Re: svn commit: r230572 - in head/sys/dev: ixgbe netmap

2012-01-26 Thread Alan Cox
On 01/26/2012 03:55, Luigi Rizzo wrote: Author: luigi Date: Thu Jan 26 09:55:16 2012 New Revision: 230572 URL: http://svn.freebsd.org/changeset/base/230572 Log: ixgbe changes: - remove experimental code for disabling CRC - use the correct constant for conversion between interrupt rate