summaryrefslogtreecommitdiff
path: root/net/sched
diff options
context:
space:
mode:
authorXin Long <lucien.xin@gmail.com>2023-02-08 01:52:08 +0300
committerJakub Kicinski <kuba@kernel.org>2023-02-11 03:23:03 +0300
commit1b83bf4489cbc47d88976291cc967a17adb8e118 (patch)
tree85ce47b7e66277c1b5f727cb9368e1433805b18f /net/sched
parent67fc5d7ffbd4f9cf52adf166f5bc9a35fef37f24 (diff)
downloadlinux-1b83bf4489cbc47d88976291cc967a17adb8e118.tar.xz
openvswitch: move key and ovs_cb update out of handle_fragments
This patch has no functional changes and just moves key and ovs_cb update out of handle_fragments, and skb_clear_hash() and skb->ignore_df change into handle_fragments(), to make it easier to move the duplicate code from handle_fragments() into nf_conntrack_ovs later. Note that it changes to pass info->family to handle_fragments() instead of key for the packet type check, as info->family is set according to key->eth.type in ovs_ct_copy_action() when creating the action. Signed-off-by: Xin Long <lucien.xin@gmail.com> Reviewed-by: Simon Horman <simon.horman@corigine.com> Reviewed-by: Aaron Conole <aconole@redhat.com> Acked-by: Florian Westphal <fw@strlen.de> Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'net/sched')
0 files changed, 0 insertions, 0 deletions