numam-dpdk/lib
Adrien Mazarguil b75667ef9f eal: add static endianness conversion macros
These macros resolve to constant expressions that allow developers to
perform endianness conversion on static/const objects, even outside of
function scope as they do not translate to function calls.

This is most useful for static initializers and constant values (whenever
it has to be performed at compilation time). Run-time endianness conversion
of variable values should keep using rte_*_to_*() calls for best
performance.

Signed-off-by: Adrien Mazarguil <adrien.mazarguil@6wind.com>
2017-06-16 16:07:56 +02:00
..
librte_acl eal: introduce macro for always inline 2017-06-06 17:21:55 +02:00
librte_bitratestats fix typos using codespell utility 2017-06-14 23:54:13 +02:00
librte_cfgfile cfgfile: support empty value 2017-04-04 16:32:06 +02:00
librte_cmdline lib: add switch fall-through comments 2017-05-05 18:36:55 +02:00
librte_compat fix typos using codespell utility 2017-06-14 23:54:13 +02:00
librte_cryptodev vdev: remove eal prefix 2017-05-05 14:38:35 +02:00
librte_distributor distributor: fix crash in flush 2017-04-21 01:03:35 +02:00
librte_eal eal: add static endianness conversion macros 2017-06-16 16:07:56 +02:00
librte_efd efd: fix missing include in exported header 2017-05-01 00:13:15 +02:00
librte_ether fix typos using codespell utility 2017-06-14 23:54:13 +02:00
librte_eventdev pci: remove eal prefix 2017-05-05 14:38:17 +02:00
librte_hash fix typos using codespell utility 2017-06-14 23:54:13 +02:00
librte_ip_frag fix typos using codespell utility 2017-06-14 23:54:13 +02:00
librte_jobstats mk: optimize directory dependencies 2017-03-27 23:28:43 +02:00
librte_kni fix typos using codespell utility 2017-06-14 23:54:13 +02:00
librte_kvargs mk: optimize directory dependencies 2017-03-27 23:28:43 +02:00
librte_latencystats latency: fix missing includes in exported header 2017-05-01 00:13:15 +02:00
librte_lpm lpm: fix build with gcc -O0 option 2017-06-05 15:10:31 +02:00
librte_mbuf eal: introduce macro for always inline 2017-06-06 17:21:55 +02:00
librte_mempool eal: introduce macro for always inline 2017-06-06 17:21:55 +02:00
librte_meter mk: optimize directory dependencies 2017-03-27 23:28:43 +02:00
librte_metrics metrics: fix out of bound access 2017-06-05 15:30:27 +02:00
librte_net eal: introduce macro for always inline 2017-06-06 17:21:55 +02:00
librte_pdump pdump: remove unnecessary header include 2017-06-14 23:45:51 +02:00
librte_pipeline mk: optimize directory dependencies 2017-03-27 23:28:43 +02:00
librte_port eal: introduce macro for always inline 2017-06-06 17:21:55 +02:00
librte_power mk: optimize directory dependencies 2017-03-27 23:28:43 +02:00
librte_reorder fix typos using codespell utility 2017-06-14 23:54:13 +02:00
librte_ring eal: introduce macro for always inline 2017-06-06 17:21:55 +02:00
librte_sched mk: optimize directory dependencies 2017-03-27 23:28:43 +02:00
librte_table table: fix stats update 2017-04-21 01:29:21 +02:00
librte_timer fix typos using codespell utility 2017-06-14 23:54:13 +02:00
librte_vhost fix typos using codespell utility 2017-06-14 23:54:13 +02:00
Makefile net: add CRC computation API 2017-04-05 23:03:23 +02:00