[PATCH v3 1/3] node/kernel_tx: support packet transmit to kernel

Thomas Monjalon thomas at monjalon.net
Mon Jun 12 21:32:56 CEST 2023


05/06/2023 14:47, Nithin Dabilpuram:
> Acked-by: Nithin Dabilpuram <ndabilpuram at marvell.com>
> 
> On Fri, Jun 2, 2023 at 9:52 PM Vamsi Attunuru <vattunuru at marvell.com> wrote:
> >
> > Patch adds a node to transmit the packets to kernel over
> > a raw socket.
> >
> > Signed-off-by: Vamsi Attunuru <vattunuru at 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.






More information about the dev mailing list