git.droids-corp.org
/
dpdk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d196fd0
)
vhost: remove extra semicolon
author
Yuanhan Liu
<yuanhan.liu@linux.intel.com>
Wed, 9 Sep 2015 05:34:33 +0000
(13:34 +0800)
committer
Thomas Monjalon
<thomas.monjalon@6wind.com>
Fri, 25 Sep 2015 12:50:46 +0000
(14:50 +0200)
Signed-off-by: Yuanhan Liu <yuanhan.liu@linux.intel.com>
Acked-by: Changchun Ouyang <changchun.ouyang@intel.com>
Acked-by: Huawei Xie <huawei.xie@intel.com>
lib/librte_vhost/vhost_rxtx.c
patch
|
blob
|
history
diff --git
a/lib/librte_vhost/vhost_rxtx.c
b/lib/librte_vhost/vhost_rxtx.c
index
0d07338
..
d412293
100644
(file)
--- a/
lib/librte_vhost/vhost_rxtx.c
+++ b/
lib/librte_vhost/vhost_rxtx.c
@@
-185,7
+185,7
@@
virtio_dev_rx(struct virtio_net *dev, uint16_t queue_id,
}
}
len_to_cpy = RTE_MIN(data_len - offset, desc->len - vb_offset);
- }
;
+ }
/* Update used ring with desc information */
vq->used->ring[res_cur_idx & (vq->size - 1)].id =