On Wed, 25 Jan 2023 17:45:31 -0500 Mike Pattrick <[email protected]> wrote:
> + if (unlikely(nb_rx == 0)) {
> + // May still need to flush some packet
DPDK style is to only use C style comments
On Wed, 25 Jan 2023 17:45:31 -0500 Mike Pattrick <[email protected]> wrote:
> + if (unlikely(nb_rx == 0)) {
> + // May still need to flush some packet
DPDK style is to only use C style comments