On 2/21/2017 9:26 AM, Shijith Thotton wrote:
> Signed-off-by: Shijith Thotton <[email protected]>
> Signed-off-by: Jerin Jacob <[email protected]>
> Signed-off-by: Derek Chickles <[email protected]>
> Signed-off-by: Venkat Koppula <[email protected]>
> Signed-off-by: Mallesham Jatharakonda <[email protected]>
> ---

<...>

> @@ -543,6 +544,7 @@ static int lio_dev_configure(struct rte_eth_dev *eth_dev)
>       PMD_INIT_FUNC_TRACE();
>  
>       eth_dev->rx_pkt_burst = &lio_dev_recv_pkts;
> +     eth_dev->tx_pkt_burst = &lio_dev_xmit_pkts;

Not directly related to this patch, but double check, if tx_prep
required for this driver.

Since it is relatively new feature, it may be good to verify.

Reply via email to