History log of /mOS-networking-stack/samples/nat/nat.c (Results 1 – 16 of 16)
Revision Date Author Comments
# 602e2e46 14-Feb-2019 Tom Barbette <[email protected]>

NAT: Do not check for RSS hash with 1 core

If the number of cores is 1, then all RSS hash will lead to core 0.


# 602e2e46 14-Feb-2019 Tom Barbette <[email protected]>

NAT: Do not check for RSS hash with 1 core

If the number of cores is 1, then all RSS hash will lead to core 0.


# 602e2e46 14-Feb-2019 Tom Barbette <[email protected]>

NAT: Do not check for RSS hash with 1 core

If the number of cores is 1, then all RSS hash will lead to core 0.


# 602e2e46 14-Feb-2019 Tom Barbette <[email protected]>

NAT: Do not check for RSS hash with 1 core

If the number of cores is 1, then all RSS hash will lead to core 0.


# 602e2e46 14-Feb-2019 Tom Barbette <[email protected]>

NAT: Do not check for RSS hash with 1 core

If the number of cores is 1, then all RSS hash will lead to core 0.


# 602e2e46 14-Feb-2019 Tom Barbette <[email protected]>

NAT: Do not check for RSS hash with 1 core

If the number of cores is 1, then all RSS hash will lead to core 0.


# 602e2e46 14-Feb-2019 Tom Barbette <[email protected]>

NAT: Do not check for RSS hash with 1 core

If the number of cores is 1, then all RSS hash will lead to core 0.


# 602e2e46 14-Feb-2019 Tom Barbette <[email protected]>

NAT: Do not check for RSS hash with 1 core

If the number of cores is 1, then all RSS hash will lead to core 0.


# 602e2e46 14-Feb-2019 Tom Barbette <[email protected]>

NAT: Do not check for RSS hash with 1 core

If the number of cores is 1, then all RSS hash will lead to core 0.


# 602e2e46 14-Feb-2019 Tom Barbette <[email protected]>

NAT: Do not check for RSS hash with 1 core

If the number of cores is 1, then all RSS hash will lead to core 0.


# 602e2e46 14-Feb-2019 Tom Barbette <[email protected]>

NAT: Do not check for RSS hash with 1 core

If the number of cores is 1, then all RSS hash will lead to core 0.


# 35f6bf22 28-Apr-2018 Tom Barbette <[email protected]>

Fix issue introduced by 05e3289

I had a lot of lines in the NAT like
[translate_addr: 144] mtcp_getpeer() failed sock=61 side=1

In nat.c, MOS_SIDE_CLI has been changed by MOS_SIDE_BOTH, without
cha

Fix issue introduced by 05e3289

I had a lot of lines in the NAT like
[translate_addr: 144] mtcp_getpeer() failed sock=61 side=1

In nat.c, MOS_SIDE_CLI has been changed by MOS_SIDE_BOTH, without
changing the length of the sockaddr len.
Actually, by luck up to this patch the size of a pointer * 2 was equal
to the size of a sockaddr, but now the error in the sizeof appears.

I suspect this also happens in midstat.c, but I don't have time to push
this further.

show more ...


# 05e3289c 21-Oct-2017 YoungGyoun <[email protected]>

Patches for mOS release 0.4 (see http://mos.kaist.edu/guide/release/04_release_note.html#mos-release-0-4-october-21-2017 for more details)


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


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

- Small fixes


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

- Release 0.3 (first commit)