Re: [PATCH v2] cxgb4: add forgotten u64 ivlan cast before shift

From: Jakub Kicinski
Date: Tue Aug 20 2024 - 18:45:06 EST


On Mon, 19 Aug 2024 10:54:08 +0300 Nikolay Kuratov wrote:
> It is done everywhere in cxgb4 code, e.g. in is_filter_exact_match()
> There is no reason it should not be done here

The max value of the shift is 21. I wish you spent more than 5 min
looking at this code.