This patch serie includes some fixes/enhancements to the mpipe driver. 1. Support native build on the TileGx platform; Previously only cross build was supported.
2. Optimize the mpipe buffer return mechanism by introducing a return pending counter and doing HW buffer return if pssible. 3. Move the mpipe link initialization to an earlier place to support link management APIs. Liming Sun (3): driver/net/mpipe: support native build on tilegx platform. driver/net/mpipe: optimize mpipe buffer return mechanism. driver/net/mpipe: fix a mpipe link initialization ordering issue MAINTAINERS | 3 +- config/defconfig_tile-tilegx-linuxapp-gcc | 4 ++ drivers/net/mpipe/mpipe_tilegx.c | 64 +++++++++++++++++++++-------- mk/arch/tile/rte.vars.mk | 6 +++ 4 files changed, 59 insertions(+), 18 deletions(-)