[dpdk-dev] [PATCH 2/7] net/mlx5: remove redundant objects in probe code
Adrien Mazarguil
adrien.mazarguil at 6wind.com
Tue Jun 12 15:19:53 CEST 2018
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
More information about the dev
mailing list