kern/146759: commit references a PR

dfilter service dfilter at FreeBSD.ORG
Thu May 20 18:30:09 UTC 2010


The following reply was made to PR kern/146759; it has been noted by GNATS.

From: dfilter at FreeBSD.ORG (dfilter service)
To: bug-followup at FreeBSD.org
Cc:  
Subject: Re: kern/146759: commit references a PR
Date: Thu, 20 May 2010 18:22:57 +0000 (UTC)

 Author: np
 Date: Thu May 20 18:22:45 2010
 New Revision: 208356
 URL: http://svn.freebsd.org/changeset/base/208356
 
 Log:
   Remove invalid assertion.
   
   Holding the adapter lock while changing the LRO settings is sufficient.
   
   PR:		kern/146759
   MFC after:	3 days
 
 Modified:
   head/sys/dev/cxgb/cxgb_main.c
 
 Modified: head/sys/dev/cxgb/cxgb_main.c
 ==============================================================================
 --- head/sys/dev/cxgb/cxgb_main.c	Thu May 20 17:30:55 2010	(r208355)
 +++ head/sys/dev/cxgb/cxgb_main.c	Thu May 20 18:22:45 2010	(r208356)
 @@ -1979,7 +1979,6 @@ cxgb_set_lro(struct port_info *p, int en
  	struct adapter *adp = p->adapter;
  	struct sge_qset *q;
  
 -	PORT_LOCK_ASSERT_OWNED(p);
  	for (i = 0; i < p->nqsets; i++) {
  		q = &adp->sge.qs[p->first_qset + i];
  		q->lro.enabled = (enabled != 0);
 _______________________________________________
 svn-src-all at freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe at freebsd.org"
 


More information about the freebsd-net mailing list