diff options
author | Luca Boccassi <luca.boccassi@gmail.com> | 2017-07-03 15:13:28 +0100 |
---|---|---|
committer | Luca Boccassi <luca.boccassi@gmail.com> | 2017-07-03 15:14:25 +0100 |
commit | 5c594d59c6927b6374fa59e16da3830507300321 (patch) | |
tree | 17ec0a2158cf2460e8f2ea3a1cf86ce87164e138 /doc/guides/rel_notes/release_17_05.rst | |
parent | 155502af1a45fa9474d56d4389dcba4e1e2c9f6d (diff) | |
parent | bf7567fd2a5b0b28ab724046143c24561d38d015 (diff) |
Merge 17.05.1 into 17.05.x
Change-Id: I65fdca844ad178ec6e2c086d45b901df93b55e58
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 | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/doc/guides/rel_notes/release_17_05.rst b/doc/guides/rel_notes/release_17_05.rst index cbdb4065..ef6211b6 100644 --- a/doc/guides/rel_notes/release_17_05.rst +++ b/doc/guides/rel_notes/release_17_05.rst @@ -827,3 +827,49 @@ 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 |