mbox series

[pull-request] next-eventdev 20.11 RC4

Message ID BYAPR18MB2424590204FEFFC812D04F7DC8E60@BYAPR18MB2424.namprd18.prod.outlook.com (mailing list archive)
State Accepted, archived
Delegated to: Thomas Monjalon
Headers
Series [pull-request] next-eventdev 20.11 RC4 |

Pull-request

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

Checks

Context Check Description
ci/Intel-compilation fail apply issues
ci/travis-robot success Travis build: passed

Message

Jerin Jacob Kollanukkaran Nov. 13, 2020, 10 a.m. UTC
  The following changes since commit 4630290af46ed44a58515067b6d2add9c044252a:

  mbuf: move pool pointer in first half (2020-11-12 16:39:10 +0100)

are available in the Git repository at:

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

for you to fetch changes up to c919c1039c07408da9b4ea0fd341818dffed94f7:

  app/eventdev: fix segfault with incorrect timer adadpters (2020-11-13 14:22:11 +0530)

----------------------------------------------------------------
Pavan Nikhilesh (1):
      app/eventdev: fix segfault with incorrect timer adadpters

Timothy McDaniel (8):
      event/dlb: fix memory overrun Coverity warning
      event/dlb: fix no-effect Coverity warning
      event/dlb2: fix dereference null pointer Coverity warning
      event/dlb2: add missing sections to documentation
      event/dlb2: add missing delayed token pop logic
      event/dlb2: remove duplicate/unused PCI code and constants
      event/dlb: do not free memzone if port create succeeds
      event/dlb: remove duplicate/unused PCI code and constants

 app/test-eventdev/evt_options.c    |   4 +
 doc/guides/eventdevs/dlb2.rst      |  47 ++++++
 drivers/event/dlb/dlb.c            |   1 -
 drivers/event/dlb/pf/dlb_main.c    |  54 ++-----
 drivers/event/dlb/pf/dlb_pf.c      |   2 +
 drivers/event/dlb2/dlb2.c          | 314 +++++++++++++++++++++++--------------
 drivers/event/dlb2/dlb2_selftest.c |  11 +-
 drivers/event/dlb2/pf/dlb2_main.c  |  46 +-----
 8 files changed, 277 insertions(+), 202 deletions(-)
  

Comments

Thomas Monjalon Nov. 15, 2020, 2:01 p.m. UTC | #1
13/11/2020 11:00, Jerin Jacob Kollanukkaran:
>   http://dpdk.org/git/next/dpdk-next-eventdev

For info, I had to do some formatting fixes like:
	- titles
	- Coverity line should be before Fixes
	- stable should not be Cc'ed if root cause is recent

Pulled, thanks.