[dpdk-dev] [PATCH v3] 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

[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

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

2021-03-19 Thread Venkata Suresh Kumar P
Add the file descriptor input/output port type for the SWX pipeline. Signed-off-by: Venkata Suresh Kumar P Signed-off-by: Churchill Khangar Acked-by: Cristian Dumitrescu Depends-on: patch-87498 ("port: add ring SWX port") --- doc/api/doxy-api-index.md | 1 + examples/pipe