Fix init of ENIC driver to allow receiving of jumbo packets 01/6101/1
authorJohn Lo <loj@cisco.com>
Sat, 8 Apr 2017 03:32:32 +0000 (23:32 -0400)
committerJohn Lo <loj@cisco.com>
Sat, 8 Apr 2017 03:32:32 +0000 (23:32 -0400)
commit250b95b71babdfb558554c788a82cf45ccc34ab8
tree78a3365b1cb80ab3f8b25d5e7010d74c58e5821a
parentd927834a1f4dfd18eb4d0788e69f106fc3780ef8
Fix init of ENIC driver to allow receiving of jumbo packets

Set rxmode.enable_scatter field in DPDK port config parameter so ENIC
driver will use multiple mbuf's for receiving jumbo packets.
Also remove ENIC driver check to disable setting ENIC MTU as this
capability is now working with the new ENIC driver, subject to 9002B
limit.

Change-Id: I563976201c4968d4538c0759505cef2de876934a
Signed-off-by: John Lo <loj@cisco.com>
src/plugins/dpdk/device/init.c