Author: jfv
Date: Thu Aug  8 17:21:59 2013
New Revision: 254097
URL: http://svnweb.freebsd.org/changeset/base/254097

Log:
  Clearing the rxbuf flags got lost along the way... adding it back.

Modified:
  stable/9/sys/dev/ixgbe/ixgbe.c

Modified: stable/9/sys/dev/ixgbe/ixgbe.c
==============================================================================
--- stable/9/sys/dev/ixgbe/ixgbe.c      Thu Aug  8 17:20:09 2013        
(r254096)
+++ stable/9/sys/dev/ixgbe/ixgbe.c      Thu Aug  8 17:21:59 2013        
(r254097)
@@ -3929,6 +3929,7 @@ ixgbe_free_receive_ring(struct rx_ring *
                        rxbuf->buf->m_flags |= M_PKTHDR;
                        m_freem(rxbuf->buf);
                        rxbuf->buf = NULL;
+                       rxbuf->flags = 0;
                }
        }
 }
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to