Re:Re: [PATCH] ip_frag: add IPv4 fast fragment switch and test data
I've seen some applications that have to rewrite fragment functions themselves in order to use MBUF_FAST_FREE features, such as iQiYi's DPVS.
Re:Re: [PATCH] ip_frag: add IPv4 fast fragment switch and test data
Thank you for your reply, Konstantin. Both MBUF_FAST_FREE and indirect mbufs are for performance reasons, but they cannot be used at the same time, which is indeed a pity. In a real-world application, I don't know which method is more conducive to the optimization of overall performance, so I wan