[dpdk-dev] [dpdk-announce] DPDK 16.11 released

2016-11-13 Thread Thomas Monjalon
A new major release is available: http://fast.dpdk.org/rel/dpdk-16.11.tar.xz It has been built by an important community: 728 patches from 119 authors 773 files changed, 60728 insertions(+), 1220384 deletions(-) There are 56 new contributors (including authors, reviewers a

[dpdk-dev] [PATCH] improve git diff

2016-11-13 Thread Thomas Monjalon
2016-11-09 16:44, Thomas Monjalon: > Sometimes git does not print the name of the function being changed > after @@. It happens especially after a goto label which is not indented. > Giving a hint about the languages of files .c, .h and .py > will improve hunk headers of "git diff" rendering. > >

[dpdk-dev] [PATCH v1] doc: fix release notes for 16.11

2016-11-13 Thread Thomas Monjalon
2016-11-11 12:04, John McNamara: > Fix grammar, spelling and formatting of DPDK 16.11 release notes. > > Signed-off-by: John McNamara Applied, thanks

[dpdk-dev] [PATCH] doc: announce ABI change for ethtool app enhance

2016-11-13 Thread Thomas Monjalon
> > This patch adds a notice that the ABI change for ethtool app to get the NIC > > firmware version in the 17.02 release. > > > > Signed-off-by: Qiming Yang Acked-by: Jingjing Wu Acked-by: Beilei Xing > Acked-by: Helin Zhang

[dpdk-dev] [PATCH v1] doc: announce API and ABI change for librte_ether

2016-11-13 Thread Thomas Monjalon
> >> In 17.02 five rte_eth_dev_set_vf_*** functions will be removed from > >> librte_ether, renamed and moved to the ixgbe PMD. > >> > >> Signed-off-by: Bernard Iremonger > > > > Acked-by: John McNamara Acked-by: Reshma Pattan > Acked-by: Ferruh Yigit Applied

[dpdk-dev] [PATCH v1] doc: announce API change for ethdev function

2016-11-13 Thread Thomas Monjalon
> > The _rte_eth_dev_call_process function will change to return "int" > > and a fourth parameter "void* ret_param" will be added. This change > > targets release 17.02. > > > > Signed-off-by: Bernard Iremonger > > Acked-by: John McNamara The real API change is in rte_eth_dev_cb_fn but we unde

[dpdk-dev] [PATCH] doc: announce API and ABI changes for librte_eal

2016-11-13 Thread Thomas Monjalon
> > >> Signed-off-by: Shreyansh Jain > > > > > > Acked-by: David Marchand > > > > Acked-by: Ferruh Yigit > > Acked-by: Reshma Pattan Applied

[dpdk-dev] [PATCH] doc: remove iomem and ioport handling in igb_uio

2016-11-13 Thread Thomas Monjalon
> > Suggested-by: Yigit, Ferruh > > Signed-off-by: Jianfeng Tan > > Acked-by: Remy Horton Applied

[dpdk-dev] [PATCH v1] doc: rearrange the high level documentation index

2016-11-13 Thread Thomas Monjalon
2016-11-11 13:45, John McNamara: > Rearrange the order of the high level documenation index into > a more logical sequence for a new user. > > Also, improve some of the high-level document names. > > Signed-off-by: John McNamara Applied, thanks