From: Reshma Pattan
A new sample app that shows the usage of the distributor library. This
app works as follows:
* An RX thread runs which pulls packets from each ethernet port in turn
and passes those packets to worker using a distributor component.
* The workers take the packets in turn, and
From: Reshma Pattan
*Handled gracefull shutdown of rx and tx threads upon SIGINT.
*Gracefull shutdown of worker threads will be handled in
future enhancements.
Signed-off-by: Reshma Pattan
---
examples/distributor_app/main.c | 12 ++--
1 files changed
From: Reshma Pattan
A new sample app that shows the usage of the distributor library. This
app works as follows:
* An RX thread runs which pulls packets from each ethernet port in turn
and passes those packets to worker using a distributor component.
* The workers take the packets in turn, and
From: Reshma Pattan
A new sample app that shows the usage of the distributor library. This
app works as follows:
* An RX thread runs which pulls packets from each ethernet port in turn
and passes those packets to worker using a distributor component.
* The workers take the packets in turn, and
From: Reshma Pattan
Changes in V2:
Signed-off-by: Reshma Pattan
---
examples/distributor_app/main.c | 22 +++---
1 file changed, 11 insertions(+), 11 deletions(-)
diff --git a/examples/distributor_app/main.c b/examples/distributor_app/main.c
index fab8199..b064a3a 100644
--- a
From: Reshma Pattan
* support provided for command-line option portmask.
* removed -g option in make file
* spacing adjustment in header files inclusion in main.c
* removal of const +3 in delcarration of rte_mbuf inside
output_buffer structure declaration
Changes in V2:
From: Bruce Richardson
A new sample app that shows the usage of the distributor library. This
app works as follows:
* An RX thread runs which pulls packets from each ethernet port in turn
and passes those packets to worker using a distributor component.
* The workers take the packets in turn,
From: Reshma Pattan
A new sample app that shows the usage of the distributor library. This
app works as follows:
*An RX thread runs which pulls packets from each ethernet port in turn
and passes those packets to worker using a distributor component.
*The workers take the packets in turn, and de
8 matches
Mail list logo