net/ixgbe: remove limit of Tx burst size
authorZhiyong Yang <zhiyong.yang@intel.com>
Wed, 29 Mar 2017 07:16:14 +0000 (15:16 +0800)
committerFerruh Yigit <ferruh.yigit@intel.com>
Tue, 4 Apr 2017 17:02:55 +0000 (19:02 +0200)
commit646412f9ff6212c4cc2abf92c35373601b857b11
treebd40b6059ef060a5ff3f87cb8859008459c76452
parent5fc4acc31db1f92120cba6c868ac3d7e58f29312
net/ixgbe: remove limit of Tx burst size

To add a wrapper function to remove the limit of tx burst size and
implement the "make an best effort to transmit the pkts" policy.
The patch makes ixgbe vec function work in a consistent behavior
like ixgbe_xmit_pkts_simple and ixgbe_xmit_pkts do that.

Cc: Helin Zhang <helin.zhang@intel.com>
Cc: Konstantin Ananyev <konstantin.ananyev@intel.com>
Signed-off-by: Zhiyong Yang <zhiyong.yang@intel.com>
Acked-by: Konstantin Ananyev <konstantin.ananyev@intel.com>
drivers/net/ixgbe/ixgbe_rxtx.c
drivers/net/ixgbe/ixgbe_rxtx.h
drivers/net/ixgbe/ixgbe_rxtx_vec_neon.c
drivers/net/ixgbe/ixgbe_rxtx_vec_sse.c