Re: [dpdk-dev] [PATCH v1] net/failsafe: fix default Tx offloads capabilities

2018-02-05 Thread Gaƫtan Rivet
Hi Ophir, On Mon, Feb 05, 2018 at 04:02:06PM +, Ophir Munk wrote: > Failsafe reported Tx offloads capabilities are the AND result of its > default capabilities and those of its sub-devices. > In the corrupted code failsafe default Tx capabilities were set to 0. > As a result when running testp

[dpdk-dev] [PATCH v1] net/failsafe: fix default Tx offloads capabilities

2018-02-05 Thread Ophir Munk
Failsafe reported Tx offloads capabilities are the AND result of its default capabilities and those of its sub-devices. In the corrupted code failsafe default Tx capabilities were set to 0. As a result when running testpmd with "--tx-offloads=0x8000" parameter (request for multi segments offload) -