RE: [PATCH v3] ethdev: add send to kernel action

2022-09-28 Thread Michael Savisko
> -Original Message- > From: Andrew Rybchenko > Sent: Monday, 26 September 2022 16:07 > > On 9/19/22 18:50, Michael Savisko wrote: > > 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

Re: [PATCH v3] ethdev: add send to kernel action

2022-09-26 Thread Andrew Rybchenko
On 9/19/22 18:50, Michael Savisko wrote: 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. With bifurcated driver we can have a rule to route packets matching a patte

RE: [PATCH v3] ethdev: add send to kernel action

2022-09-20 Thread Ori Kam
Hi Michael > -Original Message- > From: Michael Savisko > Sent: Monday, 19 September 2022 18:50 > > 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. > >