examples: increase default ring sizes to 1024
authorKevin Laatz <kevin.laatz@intel.com>
Fri, 12 Jan 2018 10:48:44 +0000 (10:48 +0000)
committerThomas Monjalon <thomas@monjalon.net>
Wed, 31 Jan 2018 23:10:42 +0000 (00:10 +0100)
commit867a6c66ecf3d88e76367254e79bb9e7b936a830
tree6dfff0dc52b5b91554b8565f8557838abd9066be
parent6c74ddeddf92d9937b13e6cf94ab828cb1cee476
examples: increase default ring sizes to 1024

Increase the default RX/TX ring sizes to 1024/1024 to
accommodate for NICs with higher throughput (25G, 40G etc)

Signed-off-by: Kevin Laatz <kevin.laatz@intel.com>
Acked-by: Bruce Richardson <bruce.richardson@intel.com>
Acked-by: Adrien Mazarguil <adrien.mazarguil@6wind.com>
33 files changed:
examples/bond/main.c
examples/distributor/main.c
examples/ethtool/ethtool-app/main.c
examples/exception_path/main.c
examples/flow_classify/flow_classify.c
examples/ip_fragmentation/main.c
examples/ip_reassembly/main.c
examples/ipsec-secgw/ipsec-secgw.c
examples/ipv4_multicast/main.c
examples/kni/main.c
examples/l2fwd-crypto/main.c
examples/l2fwd-jobstats/main.c
examples/l2fwd-keepalive/main.c
examples/l2fwd/main.c
examples/l3fwd-acl/main.c
examples/l3fwd-power/main.c
examples/l3fwd-vf/main.c
examples/l3fwd/main.c
examples/link_status_interrupt/main.c
examples/multi_process/client_server_mp/mp_server/init.c
examples/multi_process/l2fwd_fork/main.c
examples/multi_process/symmetric_mp/main.c
examples/packet_ordering/main.c
examples/performance-thread/l3fwd-thread/main.c
examples/ptpclient/ptpclient.c
examples/qos_meter/main.c
examples/qos_sched/main.h
examples/quota_watermark/include/conf.h
examples/rxtx_callbacks/main.c
examples/skeleton/basicfwd.c
examples/vm_power_manager/main.c
examples/vmdq/main.c
examples/vmdq_dcb/main.c