On Thu, Mar 24, 2016 at 03:00:14PM +0000, Bruce Richardson wrote:
> On Wed, Mar 23, 2016 at 11:27:50AM +0800, Zhe Tao wrote:
> > Issue:
> > when using the following CLI in testpmd to enable ipv6 TSO feature
> > =============
> > set verbose 1
> > csum set ip hw 0
> > csum set udp hw 0
> > csum set tcp hw 0
> > csum set sctp hw 0
> > csum set outer-ip hw 0
> > csum parse_tunnel on 0
> > tso set 800 0
> > set fwd csum
> >
> > start
> > =============
>
> The "===" lines in the message are confusing patchwork. For a new version of
> this patch can you indent the commands rather than putting the "===" above
> and
> below. E.g.
>
> Issue:
> when using the following CLI in testpmd to enable ipv6 TSO feature
>
> set verbose 1
> csum set ip hw 0
> csum set udp hw 0
> ....
>
> Thanks,
> /Bruce
very good advise, will send the new patch, thanks!
Zhe Tao