Re: [dpdk-dev] [PATCH v6] app/testpmd: no Rx or Tx offloads by default

2018-01-31 Thread Thomas Monjalon
31/01/2018 17:59, Moti Haimovsky: > Removed the hardcoded preconfigured Rx and Tx offload configuration > from testpmd and changed the Rx offload command line parameters from > disable to enable. The description must be updated because v6 does not remove the last default Tx offload. > Testers who

[dpdk-dev] [PATCH v6] app/testpmd: no Rx or Tx offloads by default

2018-01-31 Thread Moti Haimovsky
Removed the hardcoded preconfigured Rx and Tx offload configuration from testpmd and changed the Rx offload command line parameters from disable to enable. Testers who wish to use these offloads will now have to explicitly write them in the command-line when running testpmd. The above does not appl