Re: [dpdk-dev] Idem with Multicast Packets Feature

2020-08-03 Thread Daniel Kirichok
as sending out a multicast packet from each of the ports (two total packets sent out) and see if they each receive what was sent? Thanks, Dan On Fri, Jul 10, 2020 at 1:27 PM Daniel Kirichok wrote: > Hi all, > > The Idem with Multicast Packets test will first create three groups

Re: [dpdk-dev] [PATCH] speed-capabilities: Added Speed Capabilitiestest case

2020-07-14 Thread Daniel Kirichok
Hi all, I just wanted to follow up on the status of the patch. I was wondering if there were plans to merge the patch before testpmd was updated with the speed_capa change. Thanks, Dan On Tue, Jun 30, 2020 at 3:59 PM Daniel Kirichok wrote: > Inline > > On Tue, Jun 30, 2020 at 3:27

[dpdk-dev] Idem with Multicast Packets Feature

2020-07-10 Thread Daniel Kirichok
Hi all, The Idem with Multicast Packets test will first create three groups of port combinations. The first group will have both ports be capable of receiving a packet. The second group will have one port be open to receive a packet and one be closed. The third group will have both ports be closed

Re: [dpdk-dev] [PATCH] speed-capabilities: Added Speed Capabilitiestest case

2020-06-30 Thread Daniel Kirichok
Inline On Tue, Jun 30, 2020 at 3:27 AM Morten Brørup wrote: > > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Ivan Dyukov > > Sent: Tuesday, June 30, 2020 9:03 AM > > [...] > > > > +Test Case : Speed Capabilities Test > > > +=== > > > + > > > +1. Use testpm

[dpdk-dev] Speed Capabilities Test Plan for DTS Development

2020-06-30 Thread Daniel Kirichok
Hi, The Speed Capabilities test will first check the speed of each interface that the device lists through ethtool. Then it compares each interface speed to a user-defined set of expected speeds set in a newly created config file, `speed_capabilities.cfg`. The test fails if an interface is found t

Re: [dpdk-dev] Speed Capabilities Feature

2020-06-25 Thread Daniel Kirichok
tml#speed-capabilities > > > > > > Great! The physical layer rarely gets attention by DPDK, although it is > the foundation of everything. > > > > 24/06/2020 21:32, Daniel Kirichok: > > > > > The Speed Capabilities test will first check the speed of each &g

[dpdk-dev] Speed Capabilities Feature

2020-06-24 Thread Daniel Kirichok
Hi all, The Speed Capabilities test will first check the speed of each interface that the device lists through ethtool. Then it compares each interface speed to a user-defined set of expected speeds set in a newly created config file, `speed_capabilities.cfg`. The test fails if an interface is fou