numam-dpdk/lib/librte_eal/bsdapp
David Marchand 69020660c3 eal: remove unused config fields
There is no need for a 'magic' field in struct rte_config, as this part of the
structure is local to each process. All threads of a process are synchronised
because of the run_once atomic.
So remove this field, as it is only adding confusion when reading code that
references 'magic' field from struct rte_mem_config.

Besides, there is no reference about the 'version' field, so remove it as well.

Signed-off-by: David Marchand <david.marchand@6wind.com>
Acked-by: Neil Horman <nhorman@tuxdriver.com>
2014-05-05 18:02:56 +02:00
..
contigmem add FreeBSD support 2014-02-25 21:29:18 +01:00
eal eal: remove unused config fields 2014-05-05 18:02:56 +02:00
nic_uio nic_uio: fix build with freebsd 10 2014-04-30 01:31:30 +02:00
Makefile add FreeBSD support 2014-02-25 21:29:18 +01:00