Re: [dpdk-dev] Unable to redirect packets into kernel using dtap/dtun

2019-08-02 Thread Stephen Hemminger
On Fri, 2 Aug 2019 12:45:55 +0530 Nilesh wrote: > Hello, > > We are building an application where a majority of the packets on the > fast path are handled by DPDK, but a small subset of packets on the slow > path need to be redirected to a legacy userspace socket program that > runs over the

[dpdk-dev] Unable to redirect packets into kernel using dtap/dtun

2019-08-02 Thread Nilesh
Hello, We are building an application where a majority of the packets on the fast path are handled by DPDK, but a small subset of packets on the slow path need to be redirected to a legacy userspace socket program that runs over the kernel TCP/IP stack. Therefore, we are trying to inject the