mbox series

[pull-request] next-qos 19.02 pre-rc2

Message ID 20190107165839.77970-1-cristian.dumitrescu@intel.com (mailing list archive)
State Not Applicable, archived
Delegated to: Thomas Monjalon
Headers
Series [pull-request] next-qos 19.02 pre-rc2 |

Pull-request

http://dpdk.org/git/next/dpdk-next-qos

Checks

Context Check Description
ci/Intel-compilation success Compilation OK

Message

Cristian Dumitrescu Jan. 7, 2019, 4:58 p.m. UTC
  The following changes since commit 9d1d6a7c7747173b4cb5a882316a0e3b5e1585dc:

  net/ice: fix build with debug enabled (2019-01-03 13:41:07 +0100)

are available in the Git repository at:

  http://dpdk.org/git/next/dpdk-next-qos 

for you to fetch changes up to 2b7c1fc2fddd0e178a7af45c791d3c7361765006:

  net/softnic: add support for service cores (2019-01-07 16:43:30 +0000)

----------------------------------------------------------------
Cristian Dumitrescu (1):
      net/softnic: add support for service cores

Eelco Chaudron (2):
      lib/librte_meter: add RFC4115 trTCM meter support
      test/test_meter: update meter test to include RFC4115 meters

 drivers/net/softnic/rte_eth_softnic.c           |  11 ++
 drivers/net/softnic/rte_eth_softnic.h           |  20 ++
 drivers/net/softnic/rte_eth_softnic_internals.h |   6 +-
 drivers/net/softnic/rte_eth_softnic_pipeline.c  |  13 ++
 drivers/net/softnic/rte_eth_softnic_thread.c    | 139 +++++++++++---
 lib/librte_meter/rte_meter.c                    |  42 +++++
 lib/librte_meter/rte_meter.h                    | 233 +++++++++++++++++++++++-
 lib/librte_meter/rte_meter_version.map          |   9 +
 test/test/test_meter.c                          | 212 +++++++++++++++++++++
 9 files changed, 655 insertions(+), 30 deletions(-)