From: David Marchand Date: Mon, 11 Mar 2019 15:35:19 +0000 (+0100) Subject: app/testpmd: remove unused field from port struct X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=9bbc2a11ed98feee99deb2be66baf0d382f14426;p=dpdk.git app/testpmd: remove unused field from port struct Remove some leftover from a previous rework. Fixes: c4bcc342c8ee ("app/testpmd: refactor ieee1588 forwarding") Cc: stable@dpdk.org Signed-off-by: David Marchand Reviewed-by: Rami Rosen --- diff --git a/app/test-pmd/testpmd.h b/app/test-pmd/testpmd.h index fa48878538..85b791b6bb 100644 --- a/app/test-pmd/testpmd.h +++ b/app/test-pmd/testpmd.h @@ -173,7 +173,6 @@ struct rte_port { uint16_t tunnel_tso_segsz; /**< Segmentation offload MSS for tunneled pkts. */ uint16_t tx_vlan_id;/**< The tag ID */ uint16_t tx_vlan_id_outer;/**< The outer tag ID */ - void *fwd_ctx; /**< Forwarding mode context */ uint64_t rx_bad_ip_csum; /**< rx pkts with bad ip checksum */ uint64_t rx_bad_l4_csum; /**< rx pkts with bad l4 checksum */ uint64_t rx_bad_outer_l4_csum;