diff options
author | Xin Long <[email protected]> | 2022-12-08 11:56:08 -0500 |
---|---|---|
committer | David S. Miller <[email protected]> | 2022-12-12 10:14:03 +0000 |
commit | bf14f4923d516d77320500461c0692c9d4480c30 (patch) | |
tree | 67c5462fd90e7cb27158a6fc620ec86efd79a62a /lib/mpi/mpi-sub-ui.c | |
parent | a2d40ce7acdbf4641235ee8be4b4d338746c03b5 (diff) |
openvswitch: delete the unncessary skb_pull_rcsum call in ovs_ct_nat_execute
The calls to ovs_ct_nat_execute() are as below:
ovs_ct_execute()
ovs_ct_lookup()
__ovs_ct_lookup()
ovs_ct_nat()
ovs_ct_nat_execute()
ovs_ct_commit()
__ovs_ct_lookup()
ovs_ct_nat()
ovs_ct_nat_execute()
and since skb_pull_rcsum() and skb_push_rcsum() are already
called in ovs_ct_execute(), there's no need to do it again
in ovs_ct_nat_execute().
Reviewed-by: Saeed Mahameed <[email protected]>
Acked-by: Aaron Conole <[email protected]>
Signed-off-by: Xin Long <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'lib/mpi/mpi-sub-ui.c')
0 files changed, 0 insertions, 0 deletions