Re: [PATCH 1/3] ethdev: add send to kernel action

2022-09-12 Thread Thomas Monjalon
Hi, Please don't split ethdev, testpmd and doc in different patches. They are all very related and may come together in a single patch. 12/09/2022 14:59, Michael Savisko: > In some cases application may receive a packet that should have been > received by the kernel. In this case application uses

[PATCH 1/3] ethdev: add send to kernel action

2022-09-12 Thread Michael Savisko
In some cases application may receive a packet that should have been received by the kernel. In this case application uses KNI or other means to transfer the packet to the kernel. This commit introduces rte flow action that the application may use to route the packet to the kernel while still in th