Re: [ovs-dev] [PATCH v2] system-offloads-traffic.at: Fix requesting HW offloaded flows from veth.

2019-04-29 Thread Ilya Maximets
On 28.04.2019 9:58, Roi Dayan wrote: > > > On 26/04/2019 16:09, Ilya Maximets wrote: >> 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. >> >>

Re: [ovs-dev] [PATCH v2] system-offloads-traffic.at: Fix requesting HW offloaded flows from veth.

2019-04-28 Thread Roi Dayan
On 26/04/2019 16:09, Ilya Maximets wrote: > 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'

[ovs-dev] [PATCH v2] system-offloads-traffic.at: Fix requesting HW offloaded flows from veth.

2019-04-26 Thread Ilya Maximets
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.