On 2/21/2017 9:26 AM, Shijith Thotton wrote: > Signed-off-by: Shijith Thotton <shijith.thot...@caviumnetworks.com> > Signed-off-by: Jerin Jacob <jerin.ja...@caviumnetworks.com> > Signed-off-by: Derek Chickles <derek.chick...@caviumnetworks.com> > Signed-off-by: Venkat Koppula <venkat.kopp...@caviumnetworks.com> > Signed-off-by: Mallesham Jatharakonda <mjatharako...@oneconvergence.com> > ---
<...> > @@ -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.