[dpdk-dev] [PATCH] doc: fix API change in release note

2016-03-09 Thread Jingjing Wu
Move the structure ``rte_eth_fdir_masks`` change announcement from ABI to API in release note. Fixes: 1409f127d7f1 (ethdev: fix byte order consistency of flow director) Signed-off-by: Jingjing Wu --- doc/guides/rel_notes/release_16_04.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(

[dpdk-dev] [PATCH] doc: fix API change in release note

2016-03-09 Thread Thomas Monjalon
2016-03-09 19:59, Jingjing Wu: > Move the structure ``rte_eth_fdir_masks`` change announcement from ABI > to API in release note. > > Fixes: 1409f127d7f1 (ethdev: fix byte order consistency of flow director) > Signed-off-by: Jingjing Wu Applied, thanks