summaryrefslogtreecommitdiff
path: root/lib/netdev-offload-dpdk.c
diff options
context:
space:
mode:
authorRosemarie O'Riorden <roriorden@redhat.com>2022-07-08 16:51:25 -0400
committerIlya Maximets <i.maximets@ovn.org>2022-07-19 19:55:19 +0200
commitfcdf8ae4a3508be317bf29dfb8878e52ac4c7f50 (patch)
treed89e3df433e36f3b43ecec9b5062bc7ab3ca685d /lib/netdev-offload-dpdk.c
parentb31ed07b7ccbc29c26ba93860b408dc10fa4e967 (diff)
downloadopenvswitch-fcdf8ae4a3508be317bf29dfb8878e52ac4c7f50.tar.gz
lib: Print nw_frag in flow key.
nw_frag was not being printed in the flow key because it was improperly masked and printed. Since this field is only two bits, it needs to use a different macro to be masked. During printing, the switch statement switched on the whole 8 bits rather than just the two that are relevant. This caused nw_frag to often not be printed at all. Signed-off-by: Rosemarie O'Riorden <roriorden@redhat.com> Signed-off-by: Ilya Maximets <i.maximets@ovn.org>
Diffstat (limited to 'lib/netdev-offload-dpdk.c')
0 files changed, 0 insertions, 0 deletions