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

- the number of CPU cores defined at mos.conf is applied correctly
- Makefile automatically detects the number of available CPU cores


# 02e590b6 21-Aug-2017 Asim Jamshed <[email protected]>

- Increased internal pcap buffer size.


# 30fbb30b 15-Aug-2017 Asim Jamshed <[email protected]>

- Small fix (bitmask-related)
--> Bug identified by Ilwoo.


# 9982c7d0 02-Aug-2017 Asim Jamshed <[email protected]>

- Adding Ilwoo's fix in config.c


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

- Porting support for i40e/ to mOS...


# 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.


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

- Minor corrections.


# 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.


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

- Patched some latent bugs
- event submodule updated
- cleaned up redundant and outdated code.


# df5d5f77 12-Nov-2016 Asim Jamshed <[email protected]>

- Updated the scripts again because Travis was unhappy.


# 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 ...


# 57ae271f 02-Sep-2016 Asim Jamshed <[email protected]>

- Slight tweak in config.c
--> nic_forward_table dpdk interfaces don't need any IP addresses any more.


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

- Release 0.3 (first commit)