Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F162900028
D5535.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
474 B
Referenced Files
None
Subscribers
None
D5535.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D5535: Fix bug in VNIC causing phony number of available TX descriptors
Attached
Detach File
Event Timeline
Log In to Comment