net/virtio: simplify variable name
Virtio_hw *hw has been pointed to vq->hw, it is better to use hw instead of vq->hw in later code. Signed-off-by: Joyce Kong <joyce.kong@arm.com> Reviewed-by: Honnappa Nagarahalli <honnappa.nagarahalli@arm.com> Reviewed-by: Chenbo Xia <chenbo.xia@intel.com> Reviewed-by: Maxime Coquelin <maxime.coquelin@redhat.com>
This commit is contained in:
parent
c47d6e8333
commit
9e190e97c9
@ -71,8 +71,8 @@ virtio_recv_pkts_vec(void *rx_queue, struct rte_mbuf **rx_pkts,
|
||||
*/
|
||||
uint16x8_t len_adjust = {
|
||||
0, 0,
|
||||
(uint16_t)vq->hw->vtnet_hdr_size, 0,
|
||||
(uint16_t)vq->hw->vtnet_hdr_size,
|
||||
(uint16_t)hw->vtnet_hdr_size, 0,
|
||||
(uint16_t)hw->vtnet_hdr_size,
|
||||
0,
|
||||
0, 0
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user