Author: sephe
Date: Wed Apr 27 05:05:54 2016
New Revision: 298689
URL: https://svnweb.freebsd.org/changeset/base/298689

Log:
  hyperv/hn: Remove unapplied comment.
  
  Chimney sending buffers are shared across channels.
  
  MFC after:    1 week
  Sponsored by: Microsoft OSTC

Modified:
  head/sys/dev/hyperv/netvsc/hv_netvsc_drv_freebsd.c

Modified: head/sys/dev/hyperv/netvsc/hv_netvsc_drv_freebsd.c
==============================================================================
--- head/sys/dev/hyperv/netvsc/hv_netvsc_drv_freebsd.c  Wed Apr 27 04:51:28 
2016        (r298688)
+++ head/sys/dev/hyperv/netvsc/hv_netvsc_drv_freebsd.c  Wed Apr 27 05:05:54 
2016        (r298689)
@@ -998,8 +998,6 @@ hn_encap(struct hn_tx_ring *txr, struct 
 
        /*
         * Chimney send, if the packet could fit into one chimney buffer.
-        *
-        * TODO: vRSS, chimney buffer should be per-channel.
         */
        if (packet->tot_data_buf_len < txr->hn_tx_chimney_size) {
                netvsc_dev *net_dev = txr->hn_sc->net_dev;
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to