History log of /mOS-networking-stack/core/src/util.c (Results 1 – 6 of 6)
Revision Date Author Comments
# d88f3b1d 25-Jun-2018 YoungGyoun <[email protected]>

GetRSSCPUCore() now works correctly for N cores (where N is not 2 ^ n) with i40e (e.g., XL710)

-> the functions from the RSS hash value to the Rx queue number are different between NICs
1) ixgbe (e

GetRSSCPUCore() now works correctly for N cores (where N is not 2 ^ n) with i40e (e.g., XL710)

-> the functions from the RSS hash value to the Rx queue number are different between NICs
1) ixgbe (e.g., X520): (Rx queue number) = (7 LS bits of RSS hash value) mod N
* See Section 7.1.2.8 of https://www.intel.com/content/dam/www/public/us/en/documents/datasheets/82599-10-gbe-controller-datasheet.pdf
2) i40e (e.g., XL710): (Rx queue number) = (9 LS bits of RSS hash value) mod N
* See Section 7.1.8 of https://www.intel.com/content/dam/www/public/us/en/documents/datasheets/xl710-10-40-controller-datasheet.pdf
-> fixed the GetRSSCPUCore() to handle each case correctly

show more ...


# 8c9e1184 14-Aug-2017 Asim Jamshed <[email protected]>

- Small fixes (with compliments from Ilwoo Park & YoungGyoun Moon)
--> Small tweaks related to TCP fIN handshakes
--> setup script updated
--> Timewait logic fixed
--> Ugly endian type mask hidde

- Small fixes (with compliments from Ilwoo Park & YoungGyoun Moon)
--> Small tweaks related to TCP fIN handshakes
--> setup script updated
--> Timewait logic fixed
--> Ugly endian type mask hidden from the user during rss calculation
--> tcp tx window logic slightly updated.

show more ...


# b88bd7d2 29-May-2017 Asim Jamshed <[email protected]>

- Porting support for i40e/ to mOS...


# c6a5549b 04-Mar-2017 Asim Jamshed <[email protected]>

- Overall code cleanup and other fixes.


# 522d5c66 07-Jun-2016 Asim Jamshed <[email protected]>

- Upgraded dpdk from 2.2.0 to 16.04
- Added plugin for netmap
- Removed outdated psio driver
- Some small bug fixes


# 76404edc 27-May-2016 Asim Jamshed <[email protected]>

- Release 0.3 (first commit)