numam-dpdk/lib/librte_pmd_i40e
Helin Zhang 8ae50a6ba9 i40e: fix build with some toolchains
Compile warning which is treated as error occurs on Oracle Linux
(kernel 2.6.39, gcc 4.4.7) as below, or RHEL, CentOS. Aliasing
'struct i40e_aqc_debug_reg_read_write' should be avoided. Use the
elements inside that structure directly can fix the issue.

lib/librte_pmd_i40e/i40e_ethdev.c: In function 'eth_i40e_dev_init':
lib/librte_pmd_i40e/i40e_ethdev.c:5318: error: dereferencing pointer
  'cmd' does break strict-aliasing rules
lib/librte_pmd_i40e/i40e_ethdev.c:5314: note: initialized from here

Signed-off-by: Helin Zhang <helin.zhang@intel.com>
2014-12-18 00:26:08 +01:00
..
i40e i40e/base: remove early hardware definitions 2014-10-29 23:52:43 +01:00
i40e_ethdev_vf.c i40e: fix RSS RETA query 2014-12-11 01:42:03 +01:00
i40e_ethdev.c i40e: fix build with some toolchains 2014-12-18 00:26:08 +01:00
i40e_ethdev.h i40e: use macros for vlan filtering registers 2014-12-06 11:08:35 +01:00
i40e_fdir.c ethdev: fix build with libc ip6 header 2014-12-11 01:42:02 +01:00
i40e_logs.h i40e: always log init messages 2014-09-18 20:52:42 +02:00
i40e_pf.c i40evf: support configurable crc stripping 2014-11-06 23:50:14 +01:00
i40e_pf.h i40evf: support configurable crc stripping 2014-11-06 23:50:14 +01:00
i40e_rxtx.c mbuf: replace inner fields by outer fields semantic 2014-12-05 16:55:00 +01:00
i40e_rxtx.h ethdev: rename flag for queue start and stop 2014-09-29 19:30:12 +02:00
Makefile i40e: set up and initialize flow director 2014-11-24 23:46:00 +01:00