app/testpmd: enable fast free Tx offload by default
authorShahaf Shuler <shahafs@mellanox.com>
Wed, 10 Jan 2018 09:09:19 +0000 (11:09 +0200)
committerThomas Monjalon <thomas@monjalon.net>
Mon, 15 Jan 2018 09:58:51 +0000 (10:58 +0100)
commit07e5f7bd65718461e4c63757248b9c7bab08341f
tree3b0a8c326e22dbc3679f93a3668d0d1c3a850ed7
parent384161e00627aaa26f45cfd835004c4e4f377640
app/testpmd: enable fast free Tx offload by default

Enable the DEV_TX_OFFLOAD_MBUF_FAST_FREE in case the underlying device
supports.

This is to preserve the previous offloads configuration made according
to the PMD defaults.

Signed-off-by: Shahaf Shuler <shahafs@mellanox.com>
Acked-by: Wenzhuo Lu <wenzhuo.lu@intel.com>
app/test-pmd/testpmd.c