examples/vhost: use factorized default Rx/Tx configuration
authorHuawei Xie <huawei.xie@intel.com>
Wed, 12 Nov 2014 22:34:07 +0000 (06:34 +0800)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Sat, 6 Dec 2014 10:08:35 +0000 (11:08 +0100)
commitdb4014f2b65cb31bf209cadd5bcec778ca137fe2
treef6aa1e308aa85f57f1e4ae53eee4561a555d7c9b
parent84b02d16c53981e9163a3f1600651a533770553a
examples/vhost: use factorized default Rx/Tx configuration

Refer to Pablo's commit (81f7ecd934372fc):
    "use factorized default Rx/Tx configuration

    For apps that were using default rte_eth_rxconf and rte_eth_txconf
    structures, these have been removed and now they are obtained by
    calling rte_eth_dev_info_get, just before setting up RX/TX queues."

Move zero copy's deferred start set up ahead.

Signed-off-by: Huawei Xie <huawei.xie@intel.com>
examples/vhost/main.c