Re: [PATCH v3 net-next 0/2] liquidio: standardization and cleanup

2017-07-27 Thread David Miller
From: Felix Manlunas Date: Wed, 26 Jul 2017 12:09:45 -0700 > From: Rick Farrington > > This patchset corrects some non-standard macro usage. > > 1. Replaced custom MIN macro with use of standard 'min_t'. > 2. Removed cryptic and misleading macro 'CAST_ULL'. > > change log: > V1 -> V2: > 1.

[PATCH v3 net-next 0/2] liquidio: standardization and cleanup

2017-07-26 Thread Felix Manlunas
From: Rick Farrington This patchset corrects some non-standard macro usage. 1. Replaced custom MIN macro with use of standard 'min_t'. 2. Removed cryptic and misleading macro 'CAST_ULL'. change log: V1 -> V2: 1. Add driver cleanup of macro 'CAST_ULL'. V2 -> V3: 1. Remove extra parentheses f