Re: [PATCH v3 3/9] app/testpmd: rework ieee1588 engine fwd configuration

2023-02-28 Thread Ferruh Yigit
On 2/20/2023 6:34 PM, David Marchand wrote: > This fwd engine currently ignores the forwarding configuration. > Force it explicitly when initialising the stream. > The code is then more consistent with other fwd engines (i.e. receiving > on fs->rx_port, transmitting on fs->tx_port). > > Signed-off

[PATCH v3 3/9] app/testpmd: rework ieee1588 engine fwd configuration

2023-02-20 Thread David Marchand
This fwd engine currently ignores the forwarding configuration. Force it explicitly when initialising the stream. The code is then more consistent with other fwd engines (i.e. receiving on fs->rx_port, transmitting on fs->tx_port). Signed-off-by: David Marchand --- app/test-pmd/ieee1588fwd.c | 9