On Mon, Sep 19, 2016 at 1:16 AM, Mintz, Yuval <[email protected]> wrote: >> + if (bp->hwrm_spec_code < 0x10400) >> + return -EOPNOTSUPP; > Don't you use defines for these kind of version values?
No we don't. In this case, firmware spec version 1.4.0 has added this new feature. So we use this feature if the firmware spec is 1.4.0 or above.
