numam-dpdk/examples
Bruce Richardson 24b4bb8123 hash: rename unused field
The cuckoo hash has a fixed number of entries per bucket, so the
configuration parameter for this is unused. We change this field in the
parameters struct to "reserved" to indicate that there is now no such
parameter value, while at the same time keeping ABI consistency.

Fixes: 48a3991196 ("hash: replace with cuckoo hash implementation")

Suggested-by: Thomas Monjalon <thomas.monjalon@6wind.com>
Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
2015-07-13 19:27:31 +02:00
..
bond examples/bond: fix build with clang 2015-05-19 17:35:33 +02:00
cmdline examples: fix whitespace 2015-06-12 11:10:10 +02:00
distributor examples/distributor: fix debug macro 2015-06-22 22:33:42 +02:00
dpdk_qat mbuf: use offset macro 2015-06-24 12:01:14 +02:00
exception_path apps: use helper to create mbuf pools 2015-04-28 11:34:10 +02:00
helloworld tailq: remove unneeded inclusions 2015-03-10 11:47:46 +01:00
ip_fragmentation apps: fix default mbuf size 2015-05-11 15:51:14 +02:00
ip_pipeline examples/ip_pipeline: rework flow classification pipeline 2015-07-09 17:25:46 +02:00
ip_reassembly apps: fix default mbuf size 2015-05-11 15:51:14 +02:00
ipv4_multicast examples/ipv4_multicast: support double vlan stripping and insertion 2015-07-07 16:42:49 +02:00
kni examples: fix whitespace 2015-06-12 11:10:10 +02:00
l2fwd examples: fix whitespace 2015-06-12 11:10:10 +02:00
l2fwd-ivshmem apps: fix default mbuf size 2015-05-11 15:51:14 +02:00
l2fwd-jobstats apps: fix default mbuf size 2015-05-11 15:51:14 +02:00
l3fwd hash: rename unused field 2015-07-13 19:27:31 +02:00
l3fwd-acl mbuf: use offset macro 2015-06-24 12:01:14 +02:00
l3fwd-power hash: rename unused field 2015-07-13 19:27:31 +02:00
l3fwd-vf hash: rename unused field 2015-07-13 19:27:31 +02:00
link_status_interrupt apps: fix default mbuf size 2015-05-11 15:51:14 +02:00
load_balancer mbuf: use offset macro 2015-06-24 12:01:14 +02:00
multi_process examples: fix whitespace 2015-06-12 11:10:10 +02:00
netmap_compat examples: fix whitespace 2015-06-12 11:10:10 +02:00
packet_ordering apps: fix default mbuf size 2015-05-11 15:51:14 +02:00
qos_meter apps: fix default mbuf size 2015-05-11 15:51:14 +02:00
qos_sched examples/qos_sched: use librte_cfgfile 2015-06-15 11:18:25 +02:00
quota_watermark examples: fix whitespace 2015-06-12 11:10:10 +02:00
rxtx_callbacks apps: fix default mbuf size 2015-05-11 15:51:14 +02:00
skeleton apps: fix default mbuf size 2015-05-11 15:51:14 +02:00
tep_termination examples/tep_term: add encap/decap configuration 2015-06-23 11:36:15 +02:00
timer tailq: remove unneeded inclusions 2015-03-10 11:47:46 +01:00
vhost examples: fix whitespace 2015-06-12 11:10:10 +02:00
vhost_xen mbuf: use offset macro 2015-06-24 12:01:14 +02:00
vm_power_manager examples: remove useless null checks before rte_free 2015-04-13 22:50:10 +02:00
vmdq apps: fix default mbuf size 2015-05-11 15:51:14 +02:00
vmdq_dcb apps: fix default mbuf size 2015-05-11 15:51:14 +02:00
Makefile examples/tep_term: fix vhost dependency 2015-06-25 11:32:45 +02:00