]> git.proxmox.com Git - ovs.git/commit
system-offloads-traffic.at: Fix requesting HW offloaded flows from veth.
authorIlya Maximets <i.maximets@samsung.com>
Fri, 26 Apr 2019 12:45:20 +0000 (15:45 +0300)
committerIlya Maximets <i.maximets@samsung.com>
Mon, 29 Apr 2019 06:07:21 +0000 (09:07 +0300)
commitc7582c7f67d085cf247122969522f6cf5824f873
treef2ea2a8d896379c7c42d83c1e500d5798fb7d16a
parent8f6d230fcd41cf23e1c41922d60daf524cb37c8a
system-offloads-traffic.at: Fix requesting HW offloaded flows from veth.

veth pair doesn't offload anything to HW. i.e. we should use 'tc' type
while requesting flows. 'offloaded' kept just in case to not update the
test if veths will be HW offloaded someday.

Additionally fixed missed for unknown reason 'ipv4' fields. Also
dropped stripping of the errors from log.

Fixes test:

  2: offloads - ping between two ports - offloads enabled ok

CC: Gavi Teitz <gavi@mellanox.com>
Fixes: d63ca5329ff9 ("dpctl: Properly reflect a rule's offloaded to HW state")
Acked-by: Roi Dayan <roid@mellanox.com>
Signed-off-by: Ilya Maximets <i.maximets@samsung.com>
tests/system-offloads-traffic.at