Re: [PATCH v6] app/testpmd: expand noisy neighbour forward mode support

2023-06-08 Thread Ferruh Yigit
On 6/8/2023 11:43 AM, Mike Pattrick wrote: > On Thu, Jun 8, 2023 at 6:25 AM Ferruh Yigit wrote: >> >> On 6/8/2023 10:59 AM, Mike Pattrick wrote: >>> Previously the noisy neighbour vnf simulation would only operate in io >>> mode, forwarding packets as is. However, this limited the usefulness of >>

Re: [PATCH v6] app/testpmd: expand noisy neighbour forward mode support

2023-06-08 Thread Mike Pattrick
On Thu, Jun 8, 2023 at 6:25 AM Ferruh Yigit wrote: > > On 6/8/2023 10:59 AM, Mike Pattrick wrote: > > Previously the noisy neighbour vnf simulation would only operate in io > > mode, forwarding packets as is. However, this limited the usefulness of > > noisy neighbour simulation. > > > > This feat

Re: [PATCH v6] app/testpmd: expand noisy neighbour forward mode support

2023-06-08 Thread Ferruh Yigit
On 6/8/2023 10:59 AM, Mike Pattrick wrote: > Previously the noisy neighbour vnf simulation would only operate in io > mode, forwarding packets as is. However, this limited the usefulness of > noisy neighbour simulation. > > This feature has now been expanded to supporting mac, macswap, and > 5tswa

[PATCH v6] app/testpmd: expand noisy neighbour forward mode support

2023-06-08 Thread Mike Pattrick
Previously the noisy neighbour vnf simulation would only operate in io mode, forwarding packets as is. However, this limited the usefulness of noisy neighbour simulation. This feature has now been expanded to supporting mac, macswap, and 5tswap modes. To facilitate adding this support, some new he