Re: [PATCH v3 0/3] node: Introduce kernel_rx & kernel_tx nodes

2023-06-12 Thread Thomas Monjalon
02/06/2023 18:22, Vamsi Attunuru: > This patch set introduces two new nodes to transmit & receive packets > from kernel. This nodes can be used for any exception path handling or > to forward any control plane traffic to kernel or receive from kernel stack. > > V3: > * Address review comments > *

RE: [PATCH v3 0/3] node: Introduce kernel_rx & kernel_tx nodes

2023-06-12 Thread Vamsi Krishna Attunuru
Kumar > Dabilpuram ; zhirun@intel.com > Subject: [PATCH v3 0/3] node: Introduce kernel_rx & kernel_tx nodes > > This patch set introduces two new nodes to transmit & receive packets from > kernel. This nodes can be used for any exception path handling or to forward > an

[PATCH v3 0/3] node: Introduce kernel_rx & kernel_tx nodes

2023-06-02 Thread Vamsi Attunuru
This patch set introduces two new nodes to transmit & receive packets from kernel. This nodes can be used for any exception path handling or to forward any control plane traffic to kernel or receive from kernel stack. V3: * Address review comments * Drop test-graph application from the patch set