numam-dpdk/lib
Daniel Verkamp 368c6625b6 vhost: access VhostUsrMsg via packed struct
Accessing fields of a packed struct through unaligned pointers is
undefined behavior. Instead of passing pointers to particular fields,
a pointer to the root struct should be used. This patch does exactly
that.

Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com>
Signed-off-by: Dariusz Stojaczyk <dariuszx.stojaczyk@intel.com>
Acked-by: Yuanhan Liu <yuanhan.liu@linux.intel.com>
2017-06-16 14:04:25 +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 mem: support page locking on FreeBSD 2017-06-16 16:50:41 +02:00
librte_efd efd: fix missing include in exported header 2017-05-01 00:13:15 +02:00
librte_ether ethdev: tidy up endianness handling in flow API 2017-06-16 16:07:56 +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 vhost: access VhostUsrMsg via packed struct 2017-06-16 14:04:25 +02:00
Makefile net: add CRC computation API 2017-04-05 23:03:23 +02:00