mbox series

[0/5,pktgen] fixes and minor features

Message ID 1547136846-23319-1-git-send-email-rk@semihalf.com (mailing list archive)
Headers
Series fixes and minor features |

Message

Rafal Kozik Jan. 10, 2019, 4:14 p.m. UTC
  Hello Keith,

This patch set contain two fixes for issues that were noticed when running
DPDK in debug configuration. There are also three minor features that
may be useful. Those patches are independent from each other.

I am kindly asking, if those changes are appropriate
to be merged to Pktgen?

Best regards,
Rafal

Rafal Kozik (5):
  [pktgen] fix race condition in start
  [pktgen] different PCAP per each queue
  [pktgen] use constants for PCAP creation
  [pktgen] expose number of missed Rx packets
  [pktgen] fix cleanup of not sent packets

 app/lpktgenlib.c      |  1 +
 app/pktgen-cmds.c     |  4 ++--
 app/pktgen-main.c     | 40 ++++++++++++++++++++++++++++++----------
 app/pktgen-pcap.c     | 34 +++++++++++++++++-----------------
 app/pktgen-port-cfg.c |  8 +++++++-
 app/pktgen-port-cfg.h |  1 +
 app/pktgen.c          |  7 +++----
 7 files changed, 61 insertions(+), 34 deletions(-)