Felix Huettner <[email protected]> writes: > Previously we guarded expectations using an rwlock. While there are > generally only a few or none expectation entries, taking and releasing > the rwlock in read mode still takes more time than using a cmap. > > When doing a loadtest with OVN and natting across two LRs we increased > our packet rate from 2.5 Mio pps to 12 Mio pps with only 40% of the > previous load. This mainly comes from the UNSNAT and UNDNAT stages of OVN that > generally do not match anything as long as we are in not specific cases. > > Co-Authored-by: Florian Werner <[email protected]> > Signed-off-by: Florian Werner <[email protected]> > Co-Authored-by: Sebastian Riese <[email protected]> > Signed-off-by: Sebastian Riese <[email protected]> > Signed-off-by: Felix Huettner <[email protected]> > ---
Just an FYI - the test failure for this patch looks unrelated. _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
