svn commit: r209218 - head/sys/dev/e1000

John Baldwin jhb at freebsd.org
Tue Jun 15 21:19:46 UTC 2010


On Tuesday 15 June 2010 5:11:51 pm Jack F Vogel wrote:
> Author: jfv
> Date: Tue Jun 15 21:11:51 2010
> New Revision: 209218
> URL: http://svn.freebsd.org/changeset/base/209218
> 
> Log:
>   Change to have legacy interrupts use the same
>   handler had a flaw, thanks to John Baldwin for
>   finding it. Change which queue legacy tasks are
>   enqueued on.
>   
>   MFC: soonest

Thanks.

> Modified: head/sys/dev/e1000/if_igb.h
> 
==============================================================================
> --- head/sys/dev/e1000/if_igb.h	Tue Jun 15 21:00:53 2010	(r209217)
> +++ head/sys/dev/e1000/if_igb.h	Tue Jun 15 21:11:51 2010	(r209218)
> @@ -382,7 +382,6 @@ struct adapter {
>  	int		min_frame_size;
>  	struct mtx	core_mtx;
>  	int		igb_insert_vlan_header;
> -	struct task     rxtx_task;
>  	struct taskqueue *tq;	/* adapter task queue */
>          u16		num_queues;

I think the 'tq' pointer here is unused now and can be dropped.

-- 
John Baldwin


More information about the svn-src-all mailing list