vhost: remove wrong unlikely prediction in Rx
authorYuanhan Liu <yuanhan.liu@linux.intel.com>
Thu, 10 Mar 2016 04:32:43 +0000 (12:32 +0800)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Mon, 14 Mar 2016 22:59:47 +0000 (23:59 +0100)
commitc252bcf9ec32221fa9f95e363acdadd5eed51d8a
treeac6438175fad5368ed1eb4868f30f0cc85eafd5d
parenta98240621d414112d74aa99f9d3e91cfe711a0b9
vhost: remove wrong unlikely prediction in Rx

VIRTIO_NET_F_MRG_RXBUF is a default feature supported by vhost.
Adding unlikely for VIRTIO_NET_F_MRG_RXBUF detection doesn't
make sense to me at all.

Signed-off-by: Yuanhan Liu <yuanhan.liu@linux.intel.com>
lib/librte_vhost/vhost_rxtx.c