[dpdk-dev] [PATCH 4/4] net/failsafe: support secondary process

Stephen Hemminger stephen at networkplumber.org
Thu Feb 28 18:24:34 CET 2019


On Thu, 28 Feb 2019 15:49:28 +0000
Raslan Darawsheh <rasland at mellanox.com> wrote:

> +		eth_dev->rx_pkt_burst = (eth_rx_burst_t)&failsafe_rx_burst;
> +		eth_dev->tx_pkt_burst = (eth_tx_burst_t)&failsafe_tx_burst;

Why is cast necessary here. The function signature should match.


More information about the dev mailing list