Re: [dpdk-dev] [PATCH v4 11/11] app/testpmd: enable fast free Tx offload by default

2018-01-14 Thread Lu, Wenzhuo
Hi, > -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Shahaf Shuler > Sent: Wednesday, January 10, 2018 5:09 PM > To: Wu, Jingjing ; tho...@monjalon.net; Yigit, > Ferruh > Cc: dev@dpdk.org > Subject: [dpdk-dev] [PATCH v4 11/11] app/testpmd

[dpdk-dev] [PATCH v4 11/11] app/testpmd: enable fast free Tx offload by default

2018-01-10 Thread Shahaf Shuler
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 --- app/test-pmd/testpmd.c | 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) diff