On 2/21/2017 9:26 AM, Shijith Thotton wrote:
Signed-off-by: Shijith Thotton <redacted>
Signed-off-by: Jerin Jacob <redacted>
Signed-off-by: Derek Chickles <redacted>
Signed-off-by: Venkat Koppula <redacted>
Signed-off-by: Mallesham Jatharakonda <redacted>
---
<...>
quoted hunk ↗ jump to hunk
@@ -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.