eal: fix memory leak on multi-process hotplug rollback (2018-11-02 00:05:49 +0100)
are available in the git repository at: http://dpdk.org/git/next/dpdk-next-pipeline for you to fetch changes up to bce13ccf20c9d510fbd9931087be70aef7e1b3c4: examples/ip_pipeline: fix port and table stats read (2018-11-02 11:29:53 +0000) ---------------------------------------------------------------- Cristian Dumitrescu (12): examples/ip_pipeline: add rule list per table examples/ip_pipeline: track table rules on add examples/ip_pipeline: track table rules on add bulk examples/ip_pipeline: track rules on add default examples/ip_pipeline: track table rules on delete examples/ip_pipeline: track rules on delete default examples/ip_pipeline: support rule stats read examples/ip_pipeline: support meter stats read examples/ip_pipeline: support rule TTL stats read examples/ip_pipeline: support rule time read examples/ip_pipeline: support table rule show examples/ip_pipeline: fix port and table stats read Jasvinder Singh (1): net/softnic: fix mixing enum values Reshma Pattan (1): net/softnic: fix string copy drivers/net/softnic/rte_eth_softnic_cli.c | 22 +- drivers/net/softnic/rte_eth_softnic_flow.c | 8 +- drivers/net/softnic/rte_eth_softnic_internals.h | 3 + drivers/net/softnic/rte_eth_softnic_meter.c | 23 +- examples/ip_pipeline/cli.c | 980 +++++++++++++++++++++--- examples/ip_pipeline/pipeline.c | 88 +++ examples/ip_pipeline/pipeline.h | 63 +- examples/ip_pipeline/thread.c | 710 ++++++++++------- 8 files changed, 1519 insertions(+), 378 deletions(-)