Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Investigate rules left after create + delete cycle #282

Closed
krsna1729 opened this issue Jun 3, 2021 · 2 comments · Fixed by #287
Closed

Investigate rules left after create + delete cycle #282

krsna1729 opened this issue Jun 3, 2021 · 2 comments · Fixed by #287
Assignees
Labels
bug Something isn't working

Comments

@krsna1729
Copy link
Member

krsna1729 commented Jun 3, 2021

#281 (review)

pktgen is running while running below commands. 4 workers. 50K sessions and 50K flows. packet size 128

$ docker exec bess-pfcpiface pfcpiface -config /conf/upf.json -simulate create;
2021/06/03 14:12:20 main.go:131: { 50000 {access} {core} {172.17.0.1   false 10.250.0.0/16 8080 } {172.17.0.1/32 onos 51001 10.250.0.0/24} false {16.0.0.1 11.1.1.129 13.1.1.199 6.6.6.6 9.9.9.9 0x30000000 0x90000000} 0 0  }
2021/06/03 14:12:20 upf.go:83: Dest address  172.17.0.1
2021/06/03 14:12:20 upf.go:85: SPGWU/UPF address IP:  172.17.0.2
2021/06/03 14:12:20 upf.go:100: UPF Node IP :  0.0.0.0
2021/06/03 14:12:20 upf.go:101: UPF Local IP :  172.17.0.2
2021/06/03 14:12:20 bess.go:275: setUpfInfo bess
2021/06/03 14:12:20 bess.go:279: IP pool :  10.250.0.0/16
2021/06/03 14:12:20 main.go:118: Access  IP:  198.18.0.1
2021/06/03 14:12:20 main.go:118: Core  IP:  198.19.0.1
2021/06/03 14:12:20 bess.go:288: bessIP  localhost:10514
2021/06/03 14:12:20 main.go:170: create sessions: 50000
2021/06/03 14:12:20 bess.go:256: dial error: dial unixpacket /tmp/notifycp: connect: no such file or directory
2021/06/03 14:12:51 bess.go:443: Sessions/s: 1598.9820863664613

$ docker exec bess-pfcpiface pfcpiface -config /conf/upf.json -simulate delete;
2021/06/03 14:13:01 main.go:131: { 50000 {access} {core} {172.17.0.1   false 10.250.0.0/16 8080 } {172.17.0.1/32 onos 51001 10.250.0.0/24} false {16.0.0.1 11.1.1.129 13.1.1.199 6.6.6.6 9.9.9.9 0x30000000 0x90000000} 0 0  }
2021/06/03 14:13:01 upf.go:83: Dest address  172.17.0.1
2021/06/03 14:13:01 upf.go:85: SPGWU/UPF address IP:  172.17.0.2
2021/06/03 14:13:01 upf.go:100: UPF Node IP :  0.0.0.0
2021/06/03 14:13:01 upf.go:101: UPF Local IP :  172.17.0.2
2021/06/03 14:13:01 bess.go:275: setUpfInfo bess
2021/06/03 14:13:01 bess.go:279: IP pool :  10.250.0.0/16
2021/06/03 14:13:01 main.go:118: Access  IP:  198.18.0.1
2021/06/03 14:13:01 main.go:118: Core  IP:  198.19.0.1
2021/06/03 14:13:01 bess.go:288: bessIP  localhost:10514
2021/06/03 14:13:01 main.go:170: delete sessions: 50000
2021/06/03 14:13:01 bess.go:256: dial error: dial unixpacket /tmp/notifycp: connect: no such file or directory
2021/06/03 14:13:31 bess.go:443: Sessions/s: 1652.459380108746
@krsna1729
Copy link
Member Author

Even when pktgen is not running this seems to happen -

image

@krsna1729 krsna1729 added the bug Something isn't working label Jun 3, 2021
@krsna1729
Copy link
Member Author

Only wildcard is affected but not exactmatch

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Development

Successfully merging a pull request may close this issue.

2 participants