diff options
| author | 2014-05-29 16:31:00 +0300 | |
|---|---|---|
| committer | 2014-05-29 21:12:58 -0700 | |
| commit | bc82878baa10c2a6a4a6affaf52c152935112142 (patch) | |
| tree | bee25d3a8e9182f2e340cb5366af1df530998f70 /lib/test-string_helpers.c | |
| parent | mlx4_core: Fix memory leaks in SR-IOV error paths (diff) | |
| download | wireguard-linux-bc82878baa10c2a6a4a6affaf52c152935112142.tar.xz wireguard-linux-bc82878baa10c2a6a4a6affaf52c152935112142.zip | |
mlx4_core: Fix incorrect FLAGS1 bitmap test in mlx4_QUERY_FUNC_CAP
Commit eb17711bc1d6 ("net/mlx4_core: Introduce nic_info new flag in
QUERY_FUNC_CAP") did:
if (func_cap->flags1 & QUERY_FUNC_CAP_FLAGS1_OFFSET) {
which should be:
if (func_cap->flags1 & QUERY_FUNC_CAP_FLAGS1_FORCE_VLAN) {
Fix that.
Fixes: eb17711bc1d6 ("net/mlx4_core: Introduce nic_info new flag in QUERY_FUNC_CAP")
Signed-off-by: Jack Morgenstein <jackm@dev.mellanox.co.il>
Signed-off-by: Or Gerlitz <ogerlitz@mellanox.com>
Signed-off-by: Roland Dreier <roland@purestorage.com>
Diffstat (limited to 'lib/test-string_helpers.c')
0 files changed, 0 insertions, 0 deletions
