2015-09-15 14:07, John McNamara: > +* **i40e: Fixed base driver allocation when not using first numa node.** > + > +Fixed i40e issue that occurred when a DPDK application didn't initialize > ports > +if memory wasn't available on socket 0. > + > + > +* **ixgbe: Removed burst size restriction of vector RX.** > + > +Fixed issue where a burst size less than 32 didn't receive anything. > + > + > +* **ixgbe: Fixed issue with X550 DCB.** > + > +Fixed a DCB issue with x550 where for 8 TCs (Traffic Classes), if a packet > +with user priority 6 or 7 was injected to the NIC, then the NIC would only > put > +3 packets into the queue. There was also a similar issue for 4 TCs. > + > + > +* **hash: Fixed memory allocation of Cuckoo Hash key table.** > + > +Fixed issue where an incorrect Cuckoo Hash key table size could be calculated > +limiting the size to 4GB. > + > +Fixes: 48a399119619 ("hash: replace with cuckoo hash implementation") > + > + > +* **eal/linux: Fixed epoll timeout.** > + > +Fixed issue where the ``rte_epoll_wait()`` function didn't return when the > +underlying call to ``epoll_wait()`` timed out.
In order to easily read the release notes, I suggest to order items logically, starting with API (ethdev, cryptodev), EAL, drivers, libs, tools, examples. Maybe that adding some subtitles would help. Opinions?