05/06/2023 14:47, Nithin Dabilpuram: > Acked-by: Nithin Dabilpuram <ndabilpu...@marvell.com> > > On Fri, Jun 2, 2023 at 9:52 PM Vamsi Attunuru <vattun...@marvell.com> wrote: > > > > Patch adds a node to transmit the packets to kernel over > > a raw socket. > > > > Signed-off-by: Vamsi Attunuru <vattun...@marvell.com> > > --- [...] > > +kernel_tx > > +~~~~~~~~~ > > +This node is an exit node that forwards the packets to kernel. It will be > > used > > +to forward any control plane traffic to kernel stack from DPDK. It uses a > > raw > > +socket interface to transmit the packets, it uses the packet's destination > > +IP address in sockaddr_in address structure and ``sendto`` function to send > > +data on the raw socket. Aftering sending the burst of packets to kernel,
Typo: Aftering -> After Fixed on apply.