examples/vhost: remove unnecessary pseudo checksum calculation
authorYuanhan Liu <yuanhan.liu@linux.intel.com>
Fri, 25 Mar 2016 07:58:50 +0000 (15:58 +0800)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Fri, 25 Mar 2016 18:53:00 +0000 (19:53 +0100)
commit5674dad222d62130ae3ba59fe818caaa4843957c
tree6abfc5823a3b16e11b392ad014d4ff1b196b50cd
parentcce3ce3567e9b4a1809243179c942730e5707e8b
examples/vhost: remove unnecessary pseudo checksum calculation

For checksum offloading only case, the TCP/IP stack would
have calculated the pseudo checksum. Therefore, we don't
need to re-calculate it again here; remove it.

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