Hi, Pablo
I have checked with Wenzhuo, this capability has no way to disable and is 
always enable if NIC have this capability.
So I'll change the print to " RX Outer IPv4 checksum:        on".

-----Original Message-----
From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Yang, Qiming
Sent: Saturday, January 14, 2017 11:06 AM
To: De Lara Guarch, Pablo <pablo.de.lara.gua...@intel.com>; dev@dpdk.org
Cc: Lu, Wenzhuo <wenzhuo...@intel.com>
Subject: Re: [dpdk-dev] [PATCH v5] app/testpmd: supported offload capabilities 
query

HI, Pablo

> ...
> 
> > +
> > +   if (dev_info.rx_offload_capa & DEV_RX_OFFLOAD_TCP_CKSUM) {
> > +           printf("RX TCP checksum:               ");
> > +           if (dev->data->dev_conf.rxmode.hw_ip_checksum)
> > +                   printf("on\n");
> > +           else
> > +                   printf("off\n");
> > +   }
> > +
> > +   if (dev_info.rx_offload_capa &
> > DEV_RX_OFFLOAD_OUTER_IPV4_CKSUM)
> > +           printf("RX Outer IPv4 checksum:        ");
> 
> Missing on/off?
> Qiming: I didn't find any switch for this feature in DPDK now. I'll 
> fix the format problem. Thank you.

I just saw your v6. So, what does this mean? If the device is capable of doing 
this, but there is no way to enable/disable it, it would mean that it will be 
enabled or disabled by default, right?

I see that X550 NIC is the only one capable of this. Maybe Wenzhuo can help on 
clarifying this.

I would say that, if it is enabled when it is capable, then you should print 
"on", But printing only "RX Outer IPv4 checksum" does not give any information 
(when all the rest of the capabilities show on/off).

Qiming: Ok, I'll check with Wenzhuo, Thank you for your advice for the 
unsuitable print in this place .

Thanks,
Pablo
 

Reply via email to