Page MenuHomeFreeBSD

D5535.diff
No OneTemporary

D5535.diff

Index: head/sys/dev/vnic/nicvf_queues.c
===================================================================
--- head/sys/dev/vnic/nicvf_queues.c
+++ head/sys/dev/vnic/nicvf_queues.c
@@ -722,10 +722,10 @@
if (mbuf != NULL) {
m_freem(mbuf);
sq->snd_buff[cqe_tx->sqe_ptr].mbuf = NULL;
+ nicvf_put_sq_desc(sq, hdr->subdesc_cnt + 1);
}
nicvf_check_cqe_tx_errs(nic, cq, cqe_tx);
- nicvf_put_sq_desc(sq, hdr->subdesc_cnt + 1);
NICVF_TX_UNLOCK(sq);
return (0);

File Metadata

Mime Type
text/plain
Expires
Sun, Jul 19, 3:27 AM (8 h, 36 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
35217895
Default Alt Text
D5535.diff (474 B)

Event Timeline