numam-dpdk/lib/librte_pmd_i40e
Jim Harris f7eda85b9c i40e: fix Tx descriptors reset
Fix the descriptor initialization loop, so that it initializes
the i40e_tx_desc::cmd_type_offset_bsz for the correct index
into the tx_ring array.

Previously it would use the index once to initialize the txd
local variable, then again when setting cmd_type_offset_bsz.

Signed-off-by: Jim Harris <james.r.harris@intel.com>
Acked-by: Helin Zhang <helin.zhang@intel.com>
2014-10-09 20:02:34 +02:00
..
2014-10-07 18:02:11 +02:00
2014-09-18 20:52:42 +02:00
2014-09-18 20:52:41 +02:00
2014-10-09 20:02:34 +02:00