[dpdk-dev] [PATCH 1/5] app/testpmd: remove unused fwd_ctx field
Rami Rosen
ramirose at gmail.com
Mon Feb 18 20:55:58 CET 2019
I believe this patch should be cc'ed/sent to stable at dpdk.org
Reviewed-by: Rami Rosen <ramirose at gmail.com>
On Thu, Feb 14, 2019 at 5:43 PM David Marchand <david.marchand at redhat.com>
wrote:
> Remove some leftover from a previous rework.
>
> Fixes: c4bcc342c8ee ("app/testpmd: refactor ieee1588 forwarding")
> Signed-off-by: David Marchand <david.marchand at redhat.com>
> ---
> app/test-pmd/testpmd.h | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/app/test-pmd/testpmd.h b/app/test-pmd/testpmd.h
> index fa48878..85b791b 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;
> --
> 1.8.3.1
>
>
--
regards,
Rami Rosen
More information about the dev
mailing list