* [dpdk-dev] [pull-request] dpdk-next-eventdev - v22.03 - RC1
@ 2022-01-24 9:23 Jerin Jacob Kollanukkaran
2022-01-26 11:58 ` Thomas Monjalon
0 siblings, 1 reply; 2+ messages in thread
From: Jerin Jacob Kollanukkaran @ 2022-01-24 9:23 UTC (permalink / raw)
To: Thomas Monjalon; +Cc: dev
The following changes since commit 62c21c38a26e654bba09be147ea2d61c2e699a13:
bus/ifpga: remove useless check while browsing devices (2022-01-19 17:52:19 +0100)
are available in the Git repository at:
http://dpdk.org/git/next/dpdk-next-eventdev
for you to fetch changes up to 3a16d682fa5c314a868caee7c053ca45de1bfa38:
event/cnxk: add timer adapter periodic mode support (2022-01-24 14:33:56 +0530)
----------------------------------------------------------------
Naga Harish K S V (1):
eventdev/eth_rx: add event port get API
Nipun Gupta (1):
examples/l3fwd: fix Rx burst size for event mode
Pavan Nikhilesh (7):
eventdev/eth_rx: fix missing internal port checks
event/cnxk: update min interval calculation
event/cnxk: add external clock support for timer
event/cnxk: fix qos devargs parsing
common/cnxk: add telemetry endpoints to SSO
common/cnxk: add workaround for vWQE flush
common/cnxk: use XAQ create API for inline device
Rashmi Shetty (1):
doc/dlb2: fix dlb2 documentation
Shijith Thotton (1):
event/cnxk: add timer adapter periodic mode support
doc/guides/eventdevs/cnxk.rst | 18 +++
doc/guides/eventdevs/dlb2.rst | 19 +--
doc/guides/rel_notes/release_22_03.rst | 4 +
drivers/common/cnxk/cnxk_telemetry_sso.c | 50 +++++++
drivers/common/cnxk/meson.build | 4 +-
drivers/common/cnxk/roc_idev.c | 20 +++
drivers/common/cnxk/roc_idev_priv.h | 3 +
drivers/common/cnxk/roc_nix_debug.c | 4 +-
drivers/common/cnxk/roc_nix_inl.c | 3 +-
drivers/common/cnxk/roc_nix_inl_dev.c | 65 ++++-----
drivers/common/cnxk/roc_nix_inl_priv.h | 4 +-
drivers/common/cnxk/roc_nix_priv.h | 1 +
drivers/common/cnxk/roc_nix_queue.c | 19 ++-
drivers/common/cnxk/roc_platform.h | 1 +
drivers/common/cnxk/roc_sso.c | 1 +
drivers/common/cnxk/roc_sso_priv.h | 1 +
drivers/common/cnxk/roc_tim.c | 32 ++++-
drivers/common/cnxk/roc_tim.h | 9 +-
drivers/common/cnxk/roc_utils.c | 3 +
drivers/common/cnxk/version.map | 1 +
drivers/event/cnxk/cn10k_eventdev.c | 3 +-
drivers/event/cnxk/cnxk_eventdev.c | 2 +-
drivers/event/cnxk/cnxk_eventdev.h | 6 +-
drivers/event/cnxk/cnxk_tim_evdev.c | 223 +++++++++++++++++++++++++----
drivers/event/cnxk/cnxk_tim_evdev.h | 86 ++++++-----
examples/l3fwd/l3fwd_event_internal_port.c | 2 +
lib/eventdev/rte_event_eth_rx_adapter.c | 44 ++++--
lib/eventdev/rte_event_eth_rx_adapter.h | 20 +++
lib/eventdev/version.map | 3 +
29 files changed, 515 insertions(+), 136 deletions(-)
create mode 100644 drivers/common/cnxk/cnxk_telemetry_sso.c
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [dpdk-dev] [pull-request] dpdk-next-eventdev - v22.03 - RC1
2022-01-24 9:23 [dpdk-dev] [pull-request] dpdk-next-eventdev - v22.03 - RC1 Jerin Jacob Kollanukkaran
@ 2022-01-26 11:58 ` Thomas Monjalon
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Monjalon @ 2022-01-26 11:58 UTC (permalink / raw)
To: Jerin Jacob Kollanukkaran; +Cc: dev
24/01/2022 10:23, Jerin Jacob Kollanukkaran:
> http://dpdk.org/git/next/dpdk-next-eventdev
Pulled, thanks.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-01-26 11:58 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-24 9:23 [dpdk-dev] [pull-request] dpdk-next-eventdev - v22.03 - RC1 Jerin Jacob Kollanukkaran
2022-01-26 11:58 ` Thomas Monjalon
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).