diff options
| author | Sepherosa Ziehau <sephe@FreeBSD.org> | 2016-04-27 05:05:54 +0000 |
|---|---|---|
| committer | Sepherosa Ziehau <sephe@FreeBSD.org> | 2016-04-27 05:05:54 +0000 |
| commit | 6456e1587bb315dcb6bf33663062dc1e7ad25b1c (patch) | |
| tree | bf447e7d8807c3033aa0f9b5d87be2c02e8eb4f9 /sys/dev/hyperv | |
| parent | ff1c886a595278c6b9b4fcb2971162fae14f6231 (diff) | |
Notes
Diffstat (limited to 'sys/dev/hyperv')
| -rw-r--r-- | sys/dev/hyperv/netvsc/hv_netvsc_drv_freebsd.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/dev/hyperv/netvsc/hv_netvsc_drv_freebsd.c b/sys/dev/hyperv/netvsc/hv_netvsc_drv_freebsd.c index 76c90d7a023e3..bf3c79e725ef6 100644 --- a/sys/dev/hyperv/netvsc/hv_netvsc_drv_freebsd.c +++ b/sys/dev/hyperv/netvsc/hv_netvsc_drv_freebsd.c @@ -998,8 +998,6 @@ hn_encap(struct hn_tx_ring *txr, struct hn_txdesc *txd, struct mbuf **m_head0) /* * 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; |
