Re: [dpdk-dev] [PATCH v2] port: add file descriptor SWX port

2021-03-23 Thread Thomas Monjalon
23/03/2021 19:05, Venkata Suresh Kumar P: > Add the file descriptor input/output port type for the SWX pipeline. > File descriptor port type provides interface with the kernel network > stack. Example file descriptor port is TAP device. > > Signed-off-by: Venkata Suresh Kumar P > Signed-off-by: C

[dpdk-dev] [PATCH v2] port: add file descriptor SWX port

2021-03-23 Thread Venkata Suresh Kumar P
Add the file descriptor input/output port type for the SWX pipeline. File descriptor port type provides interface with the kernel network stack. Example file descriptor port is TAP device. Signed-off-by: Venkata Suresh Kumar P Signed-off-by: Churchill Khangar Acked-by: Cristian Dumitrescu ---