Re: [RFC] net: add experimental UDP encapsulation PMD

2022-10-11 Thread Stephen Hemminger
On Tue, 11 Oct 2022 17:18:26 +0100 Ferruh Yigit wrote: > On 10/11/2022 1:10 AM, Stephen Hemminger wrote: > > This is a new PMD which can be useful to test a DPDK application > > from another test program. The PMD binds to a connected UDP socket > > and expects to receive and send raw Ethernet pac

Re: [RFC] net: add experimental UDP encapsulation PMD

2022-10-11 Thread Ferruh Yigit
On 10/11/2022 1:10 AM, Stephen Hemminger wrote: This is a new PMD which can be useful to test a DPDK application from another test program. The PMD binds to a connected UDP socket and expects to receive and send raw Ethernet packets over that socket. This is especially useful for testing envirio

Re: [RFC] net: add experimental UDP encapsulation PMD

2022-10-11 Thread Ferruh Yigit
On 10/11/2022 1:10 AM, Stephen Hemminger wrote: This is a new PMD which can be useful to test a DPDK application from another test program. The PMD binds to a connected UDP socket and expects to receive and send raw Ethernet packets over that socket. Why is the 'connected UDP socket' requireme

Re: [RFC] net: add experimental UDP encapsulation PMD

2022-10-11 Thread Stephen Hemminger
On Tue, 11 Oct 2022 08:47:30 +0200 Morten Brørup wrote: > > From: Stephen Hemminger [mailto:step...@networkplumber.org] > > Sent: Tuesday, 11 October 2022 02.10 > > > > This is a new PMD which can be useful to test a DPDK application > > from another test program. The PMD binds to a connected UD

RE: [RFC] net: add experimental UDP encapsulation PMD

2022-10-10 Thread Morten Brørup
> From: Stephen Hemminger [mailto:step...@networkplumber.org] > Sent: Tuesday, 11 October 2022 02.10 > > This is a new PMD which can be useful to test a DPDK application > from another test program. The PMD binds to a connected UDP socket > and expects to receive and send raw Ethernet packets over

[RFC] net: add experimental UDP encapsulation PMD

2022-10-10 Thread Stephen Hemminger
This is a new PMD which can be useful to test a DPDK application from another test program. The PMD binds to a connected UDP socket and expects to receive and send raw Ethernet packets over that socket. This is especially useful for testing envirionments where you can't/don't want to give the test