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
Tue, Sep 1, 7:37 PM (6 h, 7 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
37851270
Default Alt Text
D5535.diff (474 B)

Event Timeline