From: Jakub Kicinski Date: Wed, 17 Nov 2021 03:17:41 +0000 (-0800) Subject: Merge branch 'net-fix-the-mirred-packet-drop-due-to-the-incorrect-dst' X-Git-Tag: v6.6.17~8780^2~20 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e4ca7823da001d70d71793704a321fb7ae6d7b52;p=platform%2Fkernel%2Flinux-rpi.git Merge branch 'net-fix-the-mirred-packet-drop-due-to-the-incorrect-dst' Xin Long says: ==================== net: fix the mirred packet drop due to the incorrect dst This issue was found when using OVS HWOL on OVN-k8s. These packets dropped on rx path were seen with output dst, which should've been dropped from the skbs when redirecting them. The 1st patch is to the fix and the 2nd is a selftest to reproduce and verify it. ==================== Link: https://lore.kernel.org/r/cover.1636734751.git.lucien.xin@gmail.com Signed-off-by: Jakub Kicinski --- e4ca7823da001d70d71793704a321fb7ae6d7b52