examples/vhost: allow mergeable packets with vector ixgbe
authorOuyang Changchun <changchun.ouyang@intel.com>
Thu, 30 Oct 2014 02:11:16 +0000 (10:11 +0800)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Thu, 30 Oct 2014 08:38:52 +0000 (09:38 +0100)
commit94cae38575e50d0a300db2dbec08e6807cfa95be
tree46691d1708768d242ce147361abe337c6c2e16e8
parente20d2548820eda0611e7c33d6a6cd9f769cf7fa3
examples/vhost: allow mergeable packets with vector ixgbe

Since the commit 33e79bed3edc2bcf59 has fixed the issue in vector PMD,
and then it can receive jumbo frame by scatter-gather mode, so remove this check.

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