On Sun, Jun 10, 2018 at 11:00:59AM +0000, Xueming(Steven) Li wrote:
> Ack. Trivial issue related to other patch found , not sure whether it good to 
> fix it here.
<snip>
> > -           config.tso = ((device_attr_ex.tso_caps.max_tso > 0) &&
> > -                         (device_attr_ex.tso_caps.supported_qpts &
> > +           config.tso = (attr.tso_caps.max_tso > 0 &&
> > +                         (attr.tso_caps.supported_qpts &
> >                           (1 << IBV_QPT_RAW_PACKET)));
> 
> Not related to this patch, wrong indent.

No problem, I'll add an extra space for v2.

-- 
Adrien Mazarguil
6WIND

Reply via email to