Re: [PATCH v2 2/3] dts: add testpmd methods for test suite

2024-07-17 Thread Nicholas Pratte
On Thu, Jul 11, 2024 at 3:33 PM Jeremy Spewock wrote: > > There were a few emails that came through for this series but this was > the most recent one so I went with reviewing this one, but it looks > like the more descriptive commit subject got lost in this iteration. > It would probably be worth

Re: [PATCH v2 2/3] dts: add testpmd methods for test suite

2024-07-11 Thread Jeremy Spewock
There were a few emails that came through for this series but this was the most recent one so I went with reviewing this one, but it looks like the more descriptive commit subject got lost in this iteration. It would probably be worth adding that back. Additionally, it looks like the functions you

[PATCH v2 2/3] dts: add testpmd methods for test suite

2024-07-02 Thread Nicholas Pratte
Several new methods have been added to TestPMDShell in order to produce the mac filter's individual test cases: - set_mac_addr - set_multicast_mac_addr - rx_vlan_add - rx_vlan_rm - vlan_filter_set_on - vlan_filter_set_off - set_promisc set_mac_addr and set_multicast_addr were created for th

[PATCH v2 2/3] dts: add testpmd methods for test suite

2024-07-02 Thread Nicholas Pratte
Several new methods have been added to TestPMDShell in order to produce the mac filter's individual test cases: - set_mac_addr - set_multicast_mac_addr - rx_vlan_add - rx_vlan_rm - vlan_filter_set_on - vlan_filter_set_off - set_promisc set_mac_addr and set_multicast_addr were created for th