diff options
author | Luca Boccassi <luca.boccassi@gmail.com> | 2017-08-16 18:42:05 +0100 |
---|---|---|
committer | Luca Boccassi <luca.boccassi@gmail.com> | 2017-08-16 18:46:04 +0100 |
commit | f239aed5e674965691846e8ce3f187dd47523689 (patch) | |
tree | a153a3125c6e183c73871a8ecaa4b285fed5fbd5 /doc/guides/rel_notes/release_17_05.rst | |
parent | bf7567fd2a5b0b28ab724046143c24561d38d015 (diff) |
New upstream version 17.08
Change-Id: I288b50990f52646089d6b1f3aaa6ba2f091a51d7
Signed-off-by: Luca Boccassi <luca.boccassi@gmail.com>
Diffstat (limited to 'doc/guides/rel_notes/release_17_05.rst')
-rw-r--r-- | doc/guides/rel_notes/release_17_05.rst | 47 |
1 files changed, 1 insertions, 46 deletions
diff --git a/doc/guides/rel_notes/release_17_05.rst b/doc/guides/rel_notes/release_17_05.rst index ef6211b6..87b3f927 100644 --- a/doc/guides/rel_notes/release_17_05.rst +++ b/doc/guides/rel_notes/release_17_05.rst @@ -518,6 +518,7 @@ The libraries prepended with a plus sign were incremented in this version. librte_distributor.so.1 + librte_eal.so.4 librte_ethdev.so.6 + + librte_eventdev.so.1 librte_hash.so.2 librte_ip_frag.so.1 librte_jobstats.so.1 @@ -827,49 +828,3 @@ Tested Platforms * Host interface: PCI Express 3.0 x16 * Device ID: 15b3:1013 * Firmware version: 12.18.2000 - -Fixes in 17.05 Stable Release ------------------------------ - -17.05.1 -~~~~~~~ - -* app/testpmd: fix creating E-Tag and NVGRE flow rules -* drivers/net: fix vfio kmod dependency -* examples/vhost: fix uninitialized descriptor indexes -* kni: fix build on RHEL 7.4 -* kni: fix build with gcc 7.1 -* lpm: fix index of tbl8 -* net/af_packet: fix packet bytes counting -* net/af_packet: handle possible null pointer -* net/ark: fix buffer not null terminated -* net/ark: fix null pointer dereference -* net/ark: fix return code not checked -* net/ark: fix return value of null not checked -* net/bnxt: fix reporting of link status -* net/cxgbe: fix port statistics -* net/cxgbe: fix rxq default params for ports under same PF -* net/enic: fix build with gcc 7.1 -* net/i40e/base: fix Tx error stats on VF -* net/i40e: exclude internal packet's byte count -* net/i40e: fix VF statistics -* net/igb: fix add/delete of flex filters -* net/igb: fix checksum valid flags -* net/ixgbe: fix fdir mask not be reset -* net/liquidio: fix MTU calculation from port configuration -* net/mlx5: fix build with gcc 7.1 -* net/mlx5: fix completion buffer size -* net/mlx5: fix exception handling -* net/mlx5: fix flow application order on stop/start -* net/mlx5: fix redundant free of Tx buffer -* net/qede: fix VXLAN tunnel Tx offload flag setting -* net/ring: fix adding MAC addresses -* net/sfc: add Tx queue flush failed flag for sanity -* net/sfc/base: fix error code usage in common code -* net/sfc/base: let caller know that queue is already flushed -* net/tap: fix some flow collision -* net/virtio: zero the whole memory zone -* vfio: fix array bounds check -* vhost: fix crash on NUMA -* vhost: fix guest pages memory leak -* vhost: fix malloc size too small |