Merge branch 'net-fix-the-mirred-packet-drop-due-to-the-incorrect-dst'
authorJakub Kicinski <kuba@kernel.org>
Wed, 17 Nov 2021 03:17:41 +0000 (19:17 -0800)
committerJakub Kicinski <kuba@kernel.org>
Wed, 17 Nov 2021 03:17:42 +0000 (19:17 -0800)
commite4ca7823da001d70d71793704a321fb7ae6d7b52
tree2f2a9bbf76d2e0c4987009a045a74abeeb13468f
parentb0024a04e48837b6556a080ff37ecd8351632596
parent1d127effdc1750d1f43de42100185430ea0c90bf
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 <kuba@kernel.org>