X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=app%2Ftest-pmd%2Ftestpmd.h;h=996782504465465d5cd258c5c3b2a5ad5a8feef1;hb=26b7259a798d03649a733f3a3fc240a1152dee71;hp=b1dfd097c7e160dd29b8f9a0717eb32b9c630bb8;hpb=6970401e97c3e012c2fd646a12cd7e716d523d23;p=dpdk.git diff --git a/app/test-pmd/testpmd.h b/app/test-pmd/testpmd.h index b1dfd097c7..9967825044 100644 --- a/app/test-pmd/testpmd.h +++ b/app/test-pmd/testpmd.h @@ -147,6 +147,7 @@ struct fwd_stream { /**< received packets has bad outer l4 checksum */ uint64_t rx_bad_outer_ip_csum; /**< received packets having bad outer ip checksum */ + uint64_t ts_skew; /**< TX scheduling timestamp */ #ifdef RTE_LIB_GRO unsigned int gro_times; /**< GRO operation times */ #endif @@ -183,8 +184,6 @@ struct port_indirect_action { enum rte_flow_action_type type; /**< Action type. */ struct rte_flow_action_handle *handle; /**< Indirect action handle. */ enum age_action_context_type age_type; /**< Age action context type. */ - /** If true, the action applies to "transfer" flows, and vice versa */ - bool transfer; }; struct port_flow_tunnel { @@ -257,8 +256,6 @@ struct rte_port { /**< dynamic flags. */ uint64_t mbuf_dynf; const struct rte_eth_rxtx_callback *tx_set_dynf_cb[RTE_MAX_QUEUES_PER_PORT+1]; - /** Associated port which is supposed to handle "transfer" flows */ - portid_t flow_transfer_proxy; struct xstat_display_info xstats_info; };