igb: add redirection table size in device info
authorHelin Zhang <helin.zhang@intel.com>
Sat, 15 Nov 2014 16:03:40 +0000 (00:03 +0800)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Mon, 24 Nov 2014 21:59:15 +0000 (22:59 +0100)
commit1f35bdcbfdd0873f1736c677fb396465f61abc36
tree1b6b2d0a0dafab3aa208e9dfabf5d31ba0a939d2
parent03fce3d0632be617068194dd186e50664b6878fb
igb: add redirection table size in device info

As more and more information are different between PF and VF,
ops of 'dev_infos_get' has been implemented respectively. In
addition, new field of 'reta_size' has been added in
'struct rte_eth_dev_info' for returning redirection table size.

Signed-off-by: Helin Zhang <helin.zhang@intel.com>
Acked-by: Konstantin Ananyev <konstantin.ananyev@intel.com>
lib/librte_ether/rte_ethdev.h
lib/librte_pmd_e1000/igb_ethdev.c