[dpdk-dev] [PATCH v3] enic: improve Tx packet rate

2015-10-30 Thread Thomas Monjalon
2015-10-29 11:45, John Daley: > For every packet sent, a completion was being requested and the > posted_index register on the nic was being updated. Instead, request a > completion and update the posted index once per burst after all > packets have been sent by the burst function. > > Acked-by: S

[dpdk-dev] [PATCH v3] enic: improve Tx packet rate

2015-10-29 Thread John Daley
For every packet sent, a completion was being requested and the posted_index register on the nic was being updated. Instead, request a completion and update the posted index once per burst after all packets have been sent by the burst function. Acked-by: Sujith Sankar Signed-off-by: John Daley -