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

2021-03-23 Thread P, Venkata Suresh Kumar
Self NACK, as V2" was just applied. No significant changes. Thanks & Regards, Suresh. -Original Message- From: P, Venkata Suresh Kumar Sent: Wednesday, March 24, 2021 12:34 AM To: dev@dpdk.org Cc: Dumitrescu, Cristian ; P, Venkata Suresh Kumar ; Khangar, Churchill ; Jangra, Yogesh Su

[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 ---