]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit5f3d5ff2708c6212d6d63df10b85b8b17e85c1ce
tree2f2a9bbf76d2e0c4987009a045a74abeeb13468f
parentc4ede9c0cb0b2a33148b114892b3ff2cd85dab87
parent1866b30f28e0205de99e7dae92cba1290cec48e7
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>