History log of /mOS-networking-stack/core/src/api.c (Results 1 – 16 of 16)
Revision Date Author Comments
# 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 ...


# 2efd908d 09-Jul-2017 Asim Jamshed <[email protected]>

- Small optimization related to CPU RSS calculation (rss-side) …
-> Thanks Ilwoo


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

- Porting support for i40e/ to mOS...


# 152f7c19 23-Apr-2017 Asim Jamshed <[email protected]>

- Gentle code cleanup.
- Removed redundant rss.c file.


# 861ea7df 09-Mar-2017 Asim Jamshed <[email protected]>

- Removed outdated code.
- General code cleanup.


# dcdbbb98 07-Mar-2017 Asim Jamshed <[email protected]>

- Removed dpdkr_module for the time being (after the "go-ahead" signal from YoungGyoun)
- Added a few more NIC controllers (1/10 Gbps) that can support dpdk/mos
- Some minor fixes.


# 1879243c 05-Mar-2017 Asim Jamshed <[email protected]>

- Error checking.


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

- Overall code cleanup and other fixes.


# 8a941c7e 02-Mar-2017 Asim Jamshed <[email protected]>

- Minor fixes.. mostly error checking related.


# a834ea89 23-Feb-2017 Asim Jamshed <[email protected]>

- General code revisions throughout
--> Replaced magic numbers with useful macros
--> Rearranged a few functions.


# df3fae06 19-Oct-2016 Asim Jamshed <[email protected]>

- Added root check (geteuid()) for dpdk/netmap drivers
- Removed redundant (deprecated) eth fdir code from dpdk_module.c
- Added mtcp_recv() for MSG_PEEK option


# a5e1a556 02-Oct-2016 Asim Jamshed <[email protected]>

Bunch of updates
- Added -Werror to gcc switch in Makefiles
- Fixed some inline functions
- Added SocketErrors
- Added mtcp_getsockname() function
- Fixed a bug in mtcp_accept()
- Added const t

Bunch of updates
- Added -Werror to gcc switch in Makefiles
- Fixed some inline functions
- Added SocketErrors
- Added mtcp_getsockname() function
- Fixed a bug in mtcp_accept()
- Added const to some func params (made it more similar to BSD socket interface)
- Created multiple address pools (per interface)
- Fixed a bug in cpu.c
- Added timeout feature in dpdk's select() (disabled by default)
- Patched a bug related to timeouts in mtcp_epoll_wait()
- Fixed some bugs related to TCP state management

show more ...


# 4cb4e140 01-Sep-2016 Asim Jamshed <[email protected]>

- Resolves issue #3
- Cleaned up the code..


# 3b6b9ba6 25-Aug-2016 Asim Jamshed <[email protected]>

- Code cleanup..


# 265cb675 09-Aug-2016 Asim Jamshed <[email protected]>

- Minor fixes/improvements to compilation scripts


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

- Release 0.3 (first commit)