1. DFC查询:dfc_processing() staticinline size_t dfc_processing(structdp_netdev_pmd_thread *pmd,structdp_packet_batch *packets_,structnetdev_flow_key *keys,structnetdev_flow_key **missed_keys,structpacket_batch_per_flow batches[], size_t *n_batches,structdp_packet_flow_map *flow_map, s...
actions=0xfffd53ff4348, key=0xfffd53ff9350, packet=0x16e0f4b80, pmd=0x18f60810) at lib/dpif-netdev.c:6823#2fast_path_processing (pmd=pmd@entry=0x18f60810, packets_=packets_@entry=0xfffd53ffca80, keys
@@ -6520,6 +6531,7 @@ dfc_processing(struct dp_netdev_pmd_thread *pmd, if (OVS_UNLIKELY(dp_packet_size(packet) < ETH_HEADER_LEN)) { dp_packet_delete(packet); COVERAGE_INC(datapath_drop_rx_invalid_packet); continue; } @@ -6640,6 +6652,7 @@ handle_packet_upcall(struct dp_net...