You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My question is specifically on the line below. Not sure where 1000 came from? Based on the equation, it should be 5Mand the total flow table size would be ~40M.
1000 is # of CPS flows; at any given time there may be a few thousand flows in the table. 30M are fixed, 2,000 are being cycled w/open-close. We should never exceed 32M. @mgheorghe provided answers to @ashutosh-agrawal
My question is specifically on the line below. Not sure where 1000 came from? Based on the equation, it should be 5Mand the total flow table size would be ~40M.
Flow Table Size: (2 * CPS) + 15M + 15M //For 5M CPS, Flow Table Size: (2 * 1000) + 15M + 15M = ~30M
https://github.com/sonic-net/DASH/blob/main/documentation/general/program-scale-testing-requirements-draft.md#:~:text=Flow%20Table%20Size%3A%20(2%20*%20CPS)%20%2B%2015M%20%2B%2015M%20//For%205M%20CPS%2C%20Flow%20Table%20Size%3A%20(2%20*%201000)%20%2B%2015M%20%2B%2015M%20%3D%20~30M
The text was updated successfully, but these errors were encountered: