numam-dpdk/lib
Helin Zhang 3b63d9346c i40e: fix updating hash lookup table of PF RSS
The bit shifting were written wrongly in '0x1 < j',
the correct one should be '0x1 << j'.

Signed-off-by: Helin Zhang <helin.zhang@intel.com>
Acked-by: Jing Chen <jing.d.chen@intel.com>
Acked-by: Cunming Liang <cunming.liang@intel.com>
2014-06-24 13:02:35 +02:00
..
librte_acl acl: new library 2014-06-14 01:29:45 +02:00
librte_cfgfile cfgfile: library to interpret config files 2014-06-17 03:34:11 +02:00
librte_cmdline remove trailing whitespaces 2014-06-11 00:29:34 +02:00
librte_distributor distributor: split get_pkt into request and poll 2014-06-20 17:41:18 +02:00
librte_eal kni: fix build on Oracle Linux 6.4 and RHEL 6.5 2014-06-23 22:52:32 +02:00
librte_ether ethdev: MTU accessors 2014-06-18 00:55:05 +02:00
librte_hash remove trailing whitespaces 2014-06-11 00:29:34 +02:00
librte_ip_frag ip_frag: clean includes 2014-06-17 02:37:28 +02:00
librte_ivshmem remove trailing whitespaces 2014-06-11 00:29:34 +02:00
librte_kni remove trailing whitespaces 2014-06-11 00:29:34 +02:00
librte_kvargs kvargs: fix build with gcc 4.5.1 2014-06-17 19:01:59 +02:00
librte_lpm lpm: check rule existence 2014-06-17 02:37:28 +02:00
librte_malloc remove trailing whitespaces 2014-06-11 00:29:34 +02:00
librte_mbuf mbuf: add new packet flags for i40e 2014-06-17 18:22:02 +02:00
librte_mempool remove trailing whitespaces 2014-06-11 00:29:34 +02:00
librte_meter remove trailing whitespaces 2014-06-11 00:29:34 +02:00
librte_net remove trailing whitespaces 2014-06-11 00:29:34 +02:00
librte_pipeline pipeline: new packet framework logic 2014-06-17 03:34:11 +02:00
librte_pmd_e1000 e1000/base: update copyright to 2014 2014-06-18 23:30:43 +02:00
librte_pmd_i40e i40e: fix updating hash lookup table of PF RSS 2014-06-24 13:02:35 +02:00
librte_pmd_ixgbe ixgbe/base: update copyright to 2014 2014-06-18 23:32:28 +02:00
librte_pmd_pcap remove trailing whitespaces 2014-06-11 00:29:34 +02:00
librte_pmd_ring remove trailing whitespaces 2014-06-11 00:29:34 +02:00
librte_pmd_virtio pci: rename RTE_PCI_DRV_NEED_IGB_UIO to RTE_PCI_DRV_NEED_MAPPING 2014-06-16 15:02:10 +02:00
librte_pmd_vmxnet3 ethdev: more RSS flags 2014-06-17 18:21:41 +02:00
librte_pmd_xenvirt remove trailing whitespaces 2014-06-11 00:29:34 +02:00
librte_port port: source and sink 2014-06-17 03:34:10 +02:00
librte_power remove trailing whitespaces 2014-06-11 00:29:34 +02:00
librte_ring remove trailing whitespaces 2014-06-11 00:29:34 +02:00
librte_sched remove trailing whitespaces 2014-06-11 00:29:34 +02:00
librte_table table: stub 2014-06-17 03:34:11 +02:00
librte_timer remove trailing whitespaces 2014-06-11 00:29:34 +02:00
Makefile i40e: new poll mode driver 2014-06-17 18:22:19 +02:00