This patch set adds support for FTAG based forwarding in fm10k. This feature is a particularity of fm10k, so I add an introduction for it in fm10k.rst. A FTAG unit test is kept internally for feature testing, it's not included in the patch set due to the particularity.
Wang Xiao W (3): fm10k: enable FTAG based forwarding doc: add introduction for fm10k FTAG based forwarding doc: update release note for fm10k FTAG support config/common_bsdapp | 1 + config/common_linuxapp | 1 + doc/guides/nics/fm10k.rst | 15 ++++++++++++++- doc/guides/rel_notes/release_2_3.rst | 1 + drivers/net/fm10k/fm10k_ethdev.c | 8 ++++++++ drivers/net/fm10k/fm10k_rxtx.c | 17 +++++++++++++++++ drivers/net/fm10k/fm10k_rxtx_vec.c | 9 +++++++++ 7 files changed, 51 insertions(+), 1 deletion(-) -- 1.9.3