On Tue, 22 Jul 2025 22:04:32 +0500 Khadem Ullah <14pwcse1...@uetpeshawar.edu.pk> wrote:
> Agree, but I think it's also a good practice to guard against known cases > that are prone to crashes. Right but DPDK chooses performance over API safety. For example rx/tx burst doesn't check args. The point is that as a library, if application is doing something wrong returning error doesn't always help.