aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/ethernet/chelsio/cxgb4/cxgb4_tc_flower.c
diff options
context:
space:
mode:
authorRahul Lakkireddy <rahul.lakkireddy@chelsio.com>2020-06-24 01:51:34 +0530
committerDavid S. Miller <davem@davemloft.net>2020-06-23 15:18:47 -0700
commit27f78cb245abdb86735529c13b0a579f57829e71 (patch)
treee6c53547eaf3ea1f8650e7b3108c211a196d501a /drivers/net/ethernet/chelsio/cxgb4/cxgb4_tc_flower.c
parentcxgb4: use unaligned conversion for fetching timestamp (diff)
downloadwireguard-linux-27f78cb245abdb86735529c13b0a579f57829e71.tar.xz
wireguard-linux-27f78cb245abdb86735529c13b0a579f57829e71.zip
cxgb4: parse TC-U32 key values and masks natively
TC-U32 passes all keys values and masks in __be32 format. The parser already expects this and hence pass the value and masks in __be32 natively to the parser. Fixes following sparse warnings in several places: cxgb4_tc_u32.c:57:21: warning: incorrect type in assignment (different base types) cxgb4_tc_u32.c:57:21: expected unsigned int [usertype] val cxgb4_tc_u32.c:57:21: got restricted __be32 [usertype] val cxgb4_tc_u32_parse.h:48:24: warning: cast to restricted __be32 Fixes: 2e8aad7bf203 ("cxgb4: add parser to translate u32 filters to internal spec") Signed-off-by: Rahul Lakkireddy <rahul.lakkireddy@chelsio.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions