[dpdk-dev] [PATCH] app/testpmd: print Rx/Tx offload values

2018-03-12 Thread Ferruh Yigit
Which per port offloads are enabled is not clear. Printing offloads values at forwarding start. CRC strip offload value was printed in more verbose manner, it is removed since Rx/Tx offload values covers it and printing only CRC one can cause confusion. Hexadecimal offloads values are not very us

Re: [dpdk-dev] [PATCH] app/testpmd: print Rx/Tx offload values

2018-03-09 Thread Ferruh Yigit
On 3/7/2018 9:36 PM, Yongseok Koh wrote: > >> On Mar 6, 2018, at 8:28 AM, Ferruh Yigit wrote: >> >> It is not clear which per port offloads are enabled. Printing offloads >> values at forwarding start. >> >> CRC strip offload value was printed in more verbose manner, it is >> removed since Rx/Tx

Re: [dpdk-dev] [PATCH] app/testpmd: print Rx/Tx offload values

2018-03-07 Thread Yongseok Koh
> On Mar 6, 2018, at 8:28 AM, Ferruh Yigit wrote: > > It is not clear which per port offloads are enabled. Printing offloads > values at forwarding start. > > CRC strip offload value was printed in more verbose manner, it is > removed since Rx/Tx offload values covers it and printing only CRC o

[dpdk-dev] [PATCH] app/testpmd: print Rx/Tx offload values

2018-03-06 Thread Ferruh Yigit
It is not clear which per port offloads are enabled. Printing offloads values at forwarding start. CRC strip offload value was printed in more verbose manner, it is removed since Rx/Tx offload values covers it and printing only CRC one can cause confusion. Hexadecimal offloads values are not very