igb: fix i211 support
authorSergey Mironov <grrwlf@gmail.com>
Thu, 4 Sep 2014 08:35:11 +0000 (12:35 +0400)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Wed, 24 Sep 2014 17:33:36 +0000 (19:33 +0200)
commitce5abac145c1f315ce700a780a862213fe1c75ab
tree2f2eec8c6182fec8b1a84cf1ed42c6d1b68a2622
parentbfd5051b43b5b298cdac9775d4b9ee8aae67f6b9
igb: fix i211 support

igb_ethdev.c contains function eth_igb_infos_get() which should set
number of tx/rx queues supported by the hardware. It contains huge
[switch] but there is no i211 case!
Also, there are few other places which mention i210, but not mention i211.

I didn't check it enough to say it is totally correct.
For now I see that it just able to send and receive some packets.

Signed-off-by: Sergey Mironov <grrwlf@gmail.com>
Reviewed-by: Helin Zhang <helin.zhang@intel.com>
[Thomas: fix indent]
Acked-by: Thomas Monjalon <thomas.monjalon@6wind.com>
lib/librte_pmd_e1000/igb_ethdev.c