Re: [PATCH v1 2/2] dts: add mtu update and jumbo frames test suite

2025-01-24 Thread Nicholas Pratte
Thank you for the feedback, see my comments below! >> +current_mtu = testpmd_shell.show_port_info(0).mtu >> +self.verify(current_mtu is not None, "Error grabbing testpmd MTU >> value.") >> +if current_mtu and ( >> +current_mtu >= STANDARD_MTU + VENDOR_AGNOSTIC

Re: [PATCH v1 2/2] dts: add mtu update and jumbo frames test suite

2025-01-19 Thread Patrick Robb
On Fri, Jan 17, 2025 at 9:58 AM Nicholas Pratte wrote: > > +def assess_mtu_boundary(self, testpmd_shell: TestPmdShell, mtu: int) > -> None: > +"""Sets the new MTU and verifies packets at the set boundary. > + > +Ensure that packets smaller than or equal to a set MTU will be >

[PATCH v1 2/2] dts: add mtu update and jumbo frames test suite

2025-01-17 Thread Nicholas Pratte
A functional test suite that assesses MTU updating and forwarding within a DPDK application. This suite consolidates the previous 'mtu_update' and 'jumbo_frames' test suites from the old dts framework into a single, comprehensive test suite, and it covers all of mtu the adjustment options within