dpdk: enable gso when the tap PMD is enabled 19/15619/2
authorMatthew Smith <mgsmith@netgate.com>
Mon, 29 Oct 2018 21:35:30 +0000 (16:35 -0500)
committerDamjan Marion <dmarion@me.com>
Mon, 5 Nov 2018 12:35:37 +0000 (12:35 +0000)
commit2130284302788759c7b2644efb801b84411e342e
tree88e99a1e4c41aa47608e1b6566e55e73495320e6
parente7a4e4c412a4e6fbde8df79d4080c5ef5a72c148
dpdk: enable gso when the tap PMD is enabled

Setting DPDK_PMD_TAP=y when building will enable the tap PMD
in the build configuration that is generated for DPDK. Enabling
this currently results in a failure during compilation because
rte_gso.h is not found. RTE_LIBRTE_GSO needs to be set to y for
this to work.

Use the setting for the tap PMD to determine the value for
RTE_LIBRTE_GSO.

Change-Id: Ie395417b1c62369a95320856081ad52c674ce9f2
Signed-off-by: Matthew Smith <mgsmith@netgate.com>
build/external/packages/dpdk.mk