On 9/13/2018 2:47 PM, Jerin Jacob wrote: > Signed-off-by: Jerin Jacob <jerin.ja...@caviumnetworks.com> > --- > app/test-pmd/config.c | 9 +++++++++ > doc/guides/nics/features.rst | 4 ++-- > lib/librte_ethdev/rte_ethdev.c | 1 + > lib/librte_ethdev/rte_ethdev.h | 1 + > 4 files changed, 13 insertions(+), 2 deletions(-) > > diff --git a/app/test-pmd/config.c b/app/test-pmd/config.c > index 14ccd6864..c4ed8d474 100644 > --- a/app/test-pmd/config.c > +++ b/app/test-pmd/config.c > @@ -576,6 +576,15 @@ port_offload_cap_display(portid_t port_id) > printf("off\n"); > } > > + if (dev_info.rx_offload_capa & DEV_RX_OFFLOAD_SCTP_CKSUM) { > + printf("RX SCTP checksum: ");
There is extra space in log, it doesn't align with other logs.