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

2023-06-06 Thread Ferruh Yigit
On 6/1/2023 5:23 PM, Kevin Traynor wrote: > On 26/05/2023 18:32, Mike Pattrick wrote: >> On Fri, May 26, 2023 at 11:34 AM Kevin Traynor >> wrote: >>> >>> On 17/04/2023 19:55, Mike Pattrick wrote: Previously the noisy neighbour vnf simulation would only operate in io mode, forwarding pack

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

2023-06-01 Thread Kevin Traynor
On 26/05/2023 18:32, Mike Pattrick wrote: On Fri, May 26, 2023 at 11:34 AM Kevin Traynor wrote: On 17/04/2023 19:55, 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 neighb

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

2023-05-26 Thread Mike Pattrick
On Fri, May 26, 2023 at 11:34 AM Kevin Traynor wrote: > > On 17/04/2023 19:55, 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 fe

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

2023-05-26 Thread Kevin Traynor
On 17/04/2023 19:55, 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 5tswap modes. To