Module Name:    src
Committed By:   rtr
Date:           Thu May 21 00:45:27 UTC 2015

Modified Files:
        src/sys/dev/pci/ixgbe: ixv.c

Log Message:
remove duplicated assignment of mh->m_len


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/sys/dev/pci/ixgbe/ixv.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/dev/pci/ixgbe/ixv.c
diff -u src/sys/dev/pci/ixgbe/ixv.c:1.8 src/sys/dev/pci/ixgbe/ixv.c:1.9
--- src/sys/dev/pci/ixgbe/ixv.c:1.8	Fri Apr 24 07:00:51 2015
+++ src/sys/dev/pci/ixgbe/ixv.c	Thu May 21 00:45:27 2015
@@ -31,7 +31,7 @@
 
 ******************************************************************************/
 /*$FreeBSD: head/sys/dev/ixgbe/ixv.c 247822 2013-03-04 23:07:40Z jfv $*/
-/*$NetBSD: ixv.c,v 1.8 2015/04/24 07:00:51 msaitoh Exp $*/
+/*$NetBSD: ixv.c,v 1.9 2015/05/21 00:45:27 rtr Exp $*/
 
 #include "opt_inet.h"
 #include "opt_inet6.h"
@@ -2829,7 +2829,6 @@ ixv_refresh_mbufs(struct rx_ring *rxr, i
 			if (mh == NULL)
 				goto update;
 			mh->m_pkthdr.len = mh->m_len = MHLEN;
-			mh->m_len = MHLEN;
 			mh->m_flags |= M_PKTHDR;
 			m_adj(mh, ETHER_ALIGN);
 			/* Get the memory mapping */

Reply via email to