[dpdk-dev] [PATCH 3/3] examples/vhost: add new vhost example

2014-08-06 Thread Xie, Huawei
> -Original Message- > From: Stephen Hemminger [mailto:stephen at networkplumber.org] > Sent: Wednesday, August 06, 2014 11:33 AM > To: Xie, Huawei > Cc: dev at dpdk.org > Subject: Re: [dpdk-dev] [PATCH 3/3] examples/vhost: add new vhost example > > &g

[dpdk-dev] [PATCH 3/3] examples/vhost: add new vhost example

2014-08-05 Thread Huawei Xie
Signed-off-by: Huawei Xie Acked-by: Konstantin Ananyev --- examples/vhost/Makefile | 52 + examples/vhost/libvirt/qemu-wrap.py | 366 + examples/vhost/main.c | 3047 +++ examples/vhost/main.h | 109 ++ 4 files change

[dpdk-dev] [PATCH 3/3] examples/vhost: add new vhost example

2014-08-05 Thread Stephen Hemminger
> +static const uint16_t external_pkt_default_vlan_tag = 2000; > +const uint16_t vlan_tags[] = { > + 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, > + 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, > + 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, > + 1024, 1025, 1026, 1027, 1