numam-dpdk/examples
Zhiyong Yang 61e99293f6 examples/vhost: fix startup check
For vhost sample, the operation if (dev_info.max_rx_queues >
MAX_QUEUES) in the function port_init causes startup failure
when using X710(i40e driver). X710 requires that MAX_QUEUES
should be defined no less than 320, however it is defined as
128 currently.

Such checking is overkill and Removal don't affect any
functionality (have already validated ixgbe and i40e).

The removal can avoid similar issue when introduing new physical NIC.

Fixes: 8bd6c395a5 ("examples/vhost: increase maximum queue number")
Cc: stable@dpdk.org

Signed-off-by: Zhiyong Yang <zhiyong.yang@intel.com>
Acked-by: Yuanhan Liu <yliu@fridaylinux.org>
2018-01-16 18:47:49 +01:00
..
bond examples: use SPDX tag for Intel copyright files 2018-01-04 22:41:39 +01:00
cmdline examples: use SPDX tag for Intel copyright files 2018-01-04 22:41:39 +01:00
distributor examples: use SPDX tag for Intel copyright files 2018-01-04 22:41:39 +01:00
ethtool examples: use SPDX tag for Intel copyright files 2018-01-04 22:41:39 +01:00
eventdev_pipeline_sw_pmd examples: use SPDX tag for Intel copyright files 2018-01-04 22:41:39 +01:00
exception_path examples: use SPDX tag for Intel copyright files 2018-01-04 22:41:39 +01:00
flow_classify flow_classify: remove table id parameter from API 2018-01-11 19:15:26 +01:00
flow_filtering examples/flow_filtering: add Tx queues setup process 2018-01-16 18:47:49 +01:00
helloworld examples: use SPDX tag for Intel copyright files 2018-01-04 22:41:39 +01:00
ip_fragmentation examples: use SPDX tag for Intel copyright files 2018-01-04 22:41:39 +01:00
ip_pipeline examples: use SPDX tag for Intel copyright files 2018-01-04 22:41:39 +01:00
ip_reassembly examples: use SPDX tag for Intel copyright files 2018-01-04 22:41:39 +01:00
ipsec-secgw examples: use SPDX tag for Intel copyright files 2018-01-04 22:41:39 +01:00
ipv4_multicast examples: use SPDX tag for Intel copyright files 2018-01-04 22:41:39 +01:00
kni examples: use SPDX tag for Intel copyright files 2018-01-04 22:41:39 +01:00
l2fwd examples/l2fwd: increase pktmbuf pool size 2018-01-15 18:40:08 +01:00
l2fwd-cat examples: use SPDX tag for Intel copyright files 2018-01-04 22:41:39 +01:00
l2fwd-crypto examples: use SPDX tag for Intel copyright files 2018-01-04 22:41:39 +01:00
l2fwd-jobstats examples: remove unnecessary dev info queries 2018-01-15 12:15:09 +01:00
l2fwd-keepalive examples: remove unnecessary dev info queries 2018-01-15 12:15:09 +01:00
l3fwd examples/l3fwd: set CLI back to Unix style 2018-01-15 18:40:09 +01:00
l3fwd-acl examples: use SPDX tag for Intel copyright files 2018-01-04 22:41:39 +01:00
l3fwd-power examples/l3fwd-power: disable link status interrupt 2018-01-15 18:41:16 +01:00
l3fwd-vf examples: use SPDX tag for Intel copyright files 2018-01-04 22:41:39 +01:00
link_status_interrupt examples: remove unnecessary dev info queries 2018-01-15 12:15:09 +01:00
load_balancer examples/load_balancer: remove unnecessary parenthesis 2018-01-05 22:08:31 +01:00
multi_process examples: remove unnecessary dev info queries 2018-01-15 12:15:09 +01:00
netmap_compat examples: use SPDX tag for Intel copyright files 2018-01-04 22:41:39 +01:00
packet_ordering examples: use SPDX tag for Intel copyright files 2018-01-04 22:41:39 +01:00
performance-thread fix typos 2018-01-11 18:26:46 +01:00
ptpclient examples: use SPDX tag for Intel copyright files 2018-01-04 22:41:39 +01:00
qos_meter examples: use SPDX tag for Intel copyright files 2018-01-04 22:41:39 +01:00
qos_sched examples: use SPDX tag for Intel copyright files 2018-01-04 22:41:39 +01:00
quota_watermark examples: use SPDX tag for Intel copyright files 2018-01-04 22:41:39 +01:00
rxtx_callbacks examples: use SPDX tag for Intel copyright files 2018-01-04 22:41:39 +01:00
server_node_efd examples: use SPDX tag for Intel copyright files 2018-01-04 22:41:39 +01:00
service_cores examples: use SPDX tag for Intel copyright files 2018-01-04 22:41:39 +01:00
skeleton examples: use SPDX tag for Intel copyright files 2018-01-04 22:41:39 +01:00
tep_termination examples: use SPDX tag for Intel copyright files 2018-01-04 22:41:39 +01:00
timer examples: use SPDX tag for Intel copyright files 2018-01-04 22:41:39 +01:00
vhost examples/vhost: fix startup check 2018-01-16 18:47:49 +01:00
vhost_scsi vhost: introduce vring call API 2018-01-16 18:47:49 +01:00
vm_power_manager examples: use SPDX tag for Intel copyright files 2018-01-04 22:41:39 +01:00
vmdq examples: use SPDX tag for Intel copyright files 2018-01-04 22:41:39 +01:00
vmdq_dcb examples: use SPDX tag for Intel copyright files 2018-01-04 22:41:39 +01:00
Makefile examples/flow_filtering: add simple demo of flow API 2017-11-07 22:40:55 +01:00