net/mlx5: check remaining space while processing Tx burst
authorAdrien Mazarguil <adrien.mazarguil@6wind.com>
Fri, 24 Jun 2016 13:17:59 +0000 (15:17 +0200)
committerBruce Richardson <bruce.richardson@intel.com>
Mon, 27 Jun 2016 14:17:52 +0000 (16:17 +0200)
commitc3d62cc95379e6222d4aa5b9074ece24f34c6a8c
treea3a02092837f25afc8cfc0e5ad36f6270db9d6f7
parentc2a81fea90d75a5740bc0f2be5f18b0da6391cb4
net/mlx5: check remaining space while processing Tx burst

The space necessary to store segmented packets cannot be known in advance
and must be verified for each of them.

Signed-off-by: Adrien Mazarguil <adrien.mazarguil@6wind.com>
Signed-off-by: Nelio Laranjeiro <nelio.laranjeiro@6wind.com>
drivers/net/mlx5/mlx5_rxtx.c