On 2/26/20 5:46 AM, Yanqin Wei wrote: > Some partial offloading test cases are failing inconsistently. The root > cause is that dummy netdev is assigned with "linux_tc" offloading API. > dpif-netdev - partial hw offload - dummy > dpif-netdev - partial hw offload - dummy-pmd > dpif-netdev - partial hw offload with packet modifications - dummy > dpif-netdev - partial hw offload with packet modifications - dummy-pmd > > This patch fixes this issue by changing 'options:ifindex=1' to some big > value. It is a workaround to make "linux_tc" init flow api failure. All > above cases can pass consistently after applying this patch. > > Suggested-by: Ilya Maximets <[email protected]> > Reviewed-by: Gavin Hu <[email protected]> > Reviewed-by: Lijian Zhang <[email protected]> > Signed-off-by: Yanqin Wei <[email protected]> > --- > tests/dpif-netdev.at | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-)
Thanks! Applied to master and backported. Best regards, Ilya Maximets. _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
