numam-dpdk/drivers/net/i40e
Jingjing Wu 3006df511e i40e/base: fix padding in struct
The struct i40e_aqc_get_cee_dcb_cfg_v1_resp was originally defined with
word boundary layout issues, which most compilers deal with by silently
adding padding, making the actual struct larger than designed.
This patch adds an extra byte in fields reserved3 and reserved4 to directly
acknowledge that padding.

Signed-off-by: Jingjing Wu <jingjing.wu@intel.com>
Acked-by: Helin Zhang <helin.zhang@intel.com>
Tested-by: Huilong Xu <huilongx.xu@intel.com>
2015-10-02 01:35:22 +02:00
..
base i40e/base: fix padding in struct 2015-10-02 01:35:22 +02:00
i40e_ethdev_vf.c i40evf: fix crash when setup Tx queues 2015-07-30 02:15:32 +02:00
i40e_ethdev.c i40e: fix base driver allocation when not using first numa node 2015-09-09 15:17:41 +02:00
i40e_ethdev.h i40evf: fix RSS with less Rx queues than Tx queues 2015-07-20 01:13:55 +02:00
i40e_fdir.c ethdev: remove SCTP flow entries switch 2015-09-03 19:22:48 +02:00
i40e_logs.h drivers: allow pruning log during build 2015-07-30 20:16:04 +02:00
i40e_pf.c i40e: support port hotplug 2015-07-19 21:22:23 +02:00
i40e_pf.h i40e: support port hotplug 2015-07-19 21:22:23 +02:00
i40e_rxtx.c mbuf: remove packet type from offload flags 2015-09-03 19:22:48 +02:00
i40e_rxtx.h i40e: free queue memory when closing 2015-07-19 21:36:24 +02:00
Makefile mem: move librte_malloc to eal/common 2015-07-16 13:44:48 +02:00
rte_pmd_i40e_version.map i40e: move to drivers/net/ 2015-05-22 16:06:22 +02:00