numam-dpdk/lib/librte_ether
Shahaf Shuler ed1df6c569 ethdev: fix build with strict flags
Compilation error seen while compiling mlx5 in debug mode
under RHEL 7.3:

rte_ethdev.h:1670:7: error: type of bit-field 'state' is a GCC extension
    [-Werror=pedantic]

Address it by removing the unnecessary bit-field width limitation.

Fixes: d52268a8b2 ("ethdev: expose device states")

Signed-off-by: Shahaf Shuler <shahafs@mellanox.com>
Acked-by: Harry van Haaren <harry.van.haaren@intel.com>
Acked-by: Gaetan Rivet <gaetan.rivet@6wind.com>
2017-04-19 15:33:51 +02:00
..
Makefile ethdev: add PCI driver helpers 2017-04-18 19:05:30 +02:00
rte_dev_info.h lib: add missing include dependencies 2016-09-13 15:35:28 +02:00
rte_eth_ctrl.h ethdev: introduce generic flow API 2016-12-23 10:11:07 +01:00
rte_ethdev_pci.h ethdev: remove PCI helper from generic ethdev header 2017-04-18 19:07:50 +02:00
rte_ethdev_vdev.h ethdev: remove ethdev driver 2017-04-18 19:07:45 +02:00
rte_ethdev.c ethdev: remove PCI helper from generic ethdev header 2017-04-18 19:07:50 +02:00
rte_ethdev.h ethdev: fix build with strict flags 2017-04-19 15:33:51 +02:00
rte_ether_version.map ethdev: remove PCI helper from generic ethdev header 2017-04-18 19:07:50 +02:00
rte_flow_driver.h ethdev: modify flow API error function 2017-01-11 16:53:07 +01:00
rte_flow.c ethdev: modify flow API error function 2017-01-11 16:53:07 +01:00
rte_flow.h ethdev: add MPLS and GRE flow API items 2017-04-04 19:02:58 +02:00