On Wed, Jan 10, 2024 at 8:16 AM Juraj Linkeš
wrote:
>
>
> > +def test_scatter_mbuf_2048(self) -> None:
> > +"""Run the pmd_scatter test with `mbsize` set to 2048."""
>
> I've used a shortcut, I liked the reference :-). Looking at it, it
> could be simplified using :meth:
> """Run the
> +def test_scatter_mbuf_2048(self) -> None:
> +"""Run the pmd_scatter test with `mbsize` set to 2048."""
I've used a shortcut, I liked the reference :-). Looking at it, it
could be simplified using :meth:
"""Run the :meth:`pmd_scatter` test with `mbsize` set to 2048."""
From: Jeremy Spewock
This test suite provides testing of the support of scattered packets by
Poll Mode Drivers using testpmd, verifying the ability to receive and
transmit scattered multi-segment packets made up of multiple
non-contiguous memory buffers. This is tested through 5 different cases
i
3 matches
Mail list logo