examples/vhost: remove IPv4 header definition
authorJijiang Liu <jijiang.liu@intel.com>
Fri, 5 Feb 2016 07:31:40 +0000 (15:31 +0800)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Wed, 17 Feb 2016 21:56:44 +0000 (22:56 +0100)
commit691693c6e6653dc887bd7eb5cc868d41082ca17f
tree0bc6957ab27e0081387d95e3e9af5329394cfc5d
parent859b480d5afd2275252b2a6f49af5a16edd3a792
examples/vhost: remove IPv4 header definition

Remove the ipv4_hdr structure defination in vhost sample.

The same structure has already defined in the rte_ip.h file, so we
  remove the defination from the sample, and include that header file.

Signed-off-by: Jijiang Liu <jijiang.liu@intel.com>
Acked-by: Yuanhan Liu <yuanhan.liu@linux.intel.com>
examples/vhost/main.c