Skip to content

Commit caa04fa

Browse files
authored
Update README.md
1 parent 8881f4e commit caa04fa

File tree

1 file changed

+9
-11
lines changed

1 file changed

+9
-11
lines changed

README.md

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -62,33 +62,31 @@ Support feature:
6262
```
6363
[ANS User Guide](https://github.com/ansyun/dpdk-ans/tree/master/doc/guides/ans_user_guide.pdf)
6464

65+
#### ANS Architecture
66+
--------------
67+
![](/doc/design/ans_arch.png)
68+
69+
6570
#### TCP Deployment
6671
--------------
6772
```
6873
|-------| |-------| |-------|
69-
| APP | | APP | | APP |
74+
APP |anssock| |anssock| |anssock|
7075
|-------| |-------| |-------|
71-
| | |
72-
--------------------------------------------------
73-
anssock | | |
74-
fd fd fd
75-
| | |
76+
| | |
77+
fd fd fd
7678
--------------------------------------------------
7779
ANS | | |
7880
|-------| |-------| |-------|
7981
| TCP | | TCP | | TCP |
80-
| | | | | |
8182
|---------------------------------------|
8283
| IP/ARP/ICMP |
8384
|---------------------------------------|
84-
| | | | | |
8585
|LCORE0 | |LCORE1 | |LCORE2 |
8686
|-------| |-------| |-------|
8787
| | |
88-
---------------RSS---------------
89-
|
9088
|---------------------------------------|
91-
| NIC |
89+
| NIC + RSS |
9290
|---------------------------------------|
9391
```
9492
- NIC distribute packets to different lcore based on RSS, so same TCP flow are handled in the same lcore.

0 commit comments

Comments
 (0)