Page MenuHomeFreeBSD

D33306.diff
No OneTemporary

D33306.diff

diff --git a/usr.sbin/bhyve/pci_e82545.c b/usr.sbin/bhyve/pci_e82545.c
--- a/usr.sbin/bhyve/pci_e82545.c
+++ b/usr.sbin/bhyve/pci_e82545.c
@@ -1084,7 +1084,7 @@
struct ck_info ckinfo[2];
struct iovec *iov;
union e1000_tx_udesc *dsc;
- int desc, dtype, len, ntype, iovcnt, tlen, tcp, tso;
+ int desc, dtype, len, ntype, iovcnt, tcp, tso;
int mss, paylen, seg, tiovcnt, left, now, nleft, nnow, pv, pvoff;
unsigned hdrlen, vlen;
uint32_t tcpsum, tcpseq;
@@ -1092,7 +1092,6 @@
ckinfo[0].ck_valid = ckinfo[1].ck_valid = 0;
iovcnt = 0;
- tlen = 0;
ntype = 0;
tso = 0;
ohead = head;
@@ -1150,7 +1149,6 @@
if ((dsc->td.lower.data & E1000_TXD_CMD_EOP) != 0 &&
(dsc->td.lower.data & E1000_TXD_CMD_IFCS) == 0)
len -= 2;
- tlen += len;
if (iovcnt < I82545_MAX_TXSEGS) {
iov[iovcnt].iov_base = paddr_guest2host(
sc->esc_ctx, dsc->td.buffer_addr, len);

File Metadata

Mime Type
text/plain
Expires
Wed, Dec 25, 11:38 PM (11 h, 24 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15599549
Default Alt Text
D33306.diff (902 B)

Event Timeline