examples/l3fwd-vf: remove unused Rx/Tx configuration
authorBao-Long Tran <longtb5@viettel.com.vn>
Mon, 3 Jun 2019 10:06:18 +0000 (17:06 +0700)
committerThomas Monjalon <thomas@monjalon.net>
Mon, 1 Jul 2019 19:45:31 +0000 (21:45 +0200)
commita1d9307b2c0651315fe1a73768a88bacc9c6c59a
tree6814e2b1293240643d352c07165d8e673fc9e65f
parentdcb1595956e366a15f9b33998b37172ee29da1e1
examples/l3fwd-vf: remove unused Rx/Tx configuration

The RX and TX Prefetch, Host, and Write-back threshold values are
defined but not used anywhere. They are leftovers from a previous
patch.

Fixes: 81f7ecd9 ("examples: use factorized default Rx/Tx configuration")
Cc: stable@dpdk.org
Signed-off-by: Bao-Long Tran <longtb5@viettel.com.vn>
examples/l3fwd-vf/main.c