numam-dpdk/lib
Michael Qiu 12fa4a0078 hash: fix unsupported crc instruction in i686 platform
Error: unsupported instruction `crc32'

The root cause is that i686 platform does not support 'crc32q'
Need make it only available in x86_64 platform.

Signed-off-by: Michael Qiu <michael.qiu@intel.com>
Acked-by: Yerden Zhumabekov <yerden.zhumabekov@sts.kz>
2015-03-09 18:07:43 +01:00
..
librte_acl mk: add library version extension 2015-02-03 16:56:58 +01:00
librte_cfgfile mk: add library version extension 2015-02-03 16:56:58 +01:00
librte_cmdline cmdline: fix parameter type 2015-03-04 11:19:37 +01:00
librte_compat mk: add library version extension 2015-02-03 16:56:58 +01:00
librte_distributor mk: add library version extension 2015-02-03 16:56:58 +01:00
librte_eal eal/x86: fix redeclaration of registers 2015-03-09 18:07:43 +01:00
librte_ether app/testpmd: check vlan filter configuration 2015-03-09 12:47:26 +01:00
librte_hash hash: fix unsupported crc instruction in i686 platform 2015-03-09 18:07:43 +01:00
librte_ip_frag mbuf: remove build option to disable refcnt 2015-02-23 19:31:24 +01:00
librte_ivshmem mk: add library version extension 2015-02-03 16:56:58 +01:00
librte_jobstats jobstats: new library 2015-02-24 22:12:35 +01:00
librte_kni kni: optimize Rx burst 2015-02-24 02:26:24 +01:00
librte_kvargs kvargs: fix freeing behaviour for null 2015-03-04 11:19:37 +01:00
librte_lpm lpm: fix overflow issue 2015-02-24 02:08:19 +01:00
librte_malloc malloc: avoid unknown socket id 2015-02-24 20:22:34 +01:00
librte_mbuf mbuf: fix a couple of doxygen comments 2015-02-24 03:00:31 +01:00
librte_mempool mempool: fix build with debug enabled 2015-03-04 11:18:27 +01:00
librte_meter mk: add library version extension 2015-02-03 16:56:58 +01:00
librte_net net: change arp header struct declaration 2015-02-20 22:10:52 +01:00
librte_pipeline pipeline: fix port meta for non-default entries 2015-02-24 02:01:13 +01:00
librte_pmd_af_packet ethdev: add device type 2015-02-26 00:08:25 +01:00
librte_pmd_bond bond: remove debug function to fix link with shared lib 2015-03-04 11:19:25 +01:00
librte_pmd_e1000 ethdev: unification of RSS offload types 2015-02-22 23:56:20 +01:00
librte_pmd_enic enic: remove useless cast 2015-03-04 21:50:42 +01:00
librte_pmd_fm10k fm10k: fix build with debug enabled 2015-03-04 11:18:36 +01:00
librte_pmd_i40e i40e: advertise TSO capability 2015-03-02 07:36:30 +01:00
librte_pmd_ixgbe ixgbe: fix VF Tx for X550 2015-03-09 12:46:46 +01:00
librte_pmd_mlx4 mlx4: mute auto config in quiet mode 2015-03-04 11:19:21 +01:00
librte_pmd_null null: fix build with gcc-4.7 2015-02-28 00:22:00 +01:00
librte_pmd_pcap pcap: support port hotplug 2015-02-26 00:19:16 +01:00
librte_pmd_ring ring: fix memory leak 2015-03-04 11:19:37 +01:00
librte_pmd_virtio virtio: add default Tx configuration 2015-03-09 12:46:46 +01:00
librte_pmd_vmxnet3 mk: fix build with Debian/Ubuntu-specific gcc version 2015-02-24 12:11:16 +01:00
librte_pmd_xenvirt ethdev: add device type 2015-02-26 00:08:25 +01:00
librte_port mbuf: remove build option to disable refcnt 2015-02-23 19:31:24 +01:00
librte_power mk: add library version extension 2015-02-03 16:56:58 +01:00
librte_reorder reorder: new library 2015-02-18 16:52:05 +01:00
librte_ring ring: add optional yield to avoid spin forever 2015-02-24 20:23:07 +01:00
librte_sched mk: add library version extension 2015-02-03 16:56:58 +01:00
librte_table mk: add library version extension 2015-02-03 16:56:58 +01:00
librte_timer timer: fix callback declaration inconsistency 2015-03-04 11:19:37 +01:00
librte_vhost vhost: check file descriptor before closing 2015-03-09 12:46:46 +01:00
Makefile null: new poll mode driver 2015-02-26 00:31:45 +01:00