> -Original Message-
> From: Jerin Jacob
> Sent: Wednesday, June 27, 2018 11:20 AM
> To: Honnappa Nagarahalli
> Cc: dev@dpdk.org; Gavin Hu ; nd
> Subject: Re: [dpdk-dev] [RFC] queue: introduce queue APIs and driver
> framework
>
> -Original Message-
-Original Message-
> Date: Wed, 11 Jul 2018 02:02:32 +
> From: Honnappa Nagarahalli
> To: Jerin Jacob
> CC: "dev@dpdk.org" , Gavin Hu , nd
> , Hemant Agrawal
> Subject: RE: [dpdk-dev] [RFC] queue: introduce queue APIs and driver
> framework
>
&
-Original Message-
From: Jerin Jacob
Sent: Wednesday, June 27, 2018 11:20 AM
To: Honnappa Nagarahalli
Cc: dev@dpdk.org; Gavin Hu ; nd
Subject: Re: [dpdk-dev] [RFC] queue: introduce queue APIs and driver framework
-Original Message-
> Date: Wed, 27 Jun 2018 11:06:13 -0
-Original Message-
> Date: Wed, 27 Jun 2018 11:06:13 -0500
> From: Honnappa Nagarahalli
> To: dev@dpdk.org
> CC: honnappa.nagaraha...@arm.com, gavin...@arm.com, n...@arm.com
> Subject: [dpdk-dev] [RFC] queue: introduce queue APIs and driver framework
> X-Mailer: gi
DPDK offers pipeline model of packet processing. One of the key
components of this model is the core to core packet exchange.
rte_ring and rte_event_ring functions are 2 methods provided
currently for core to core communication. However, these two
do not separate the APIs from implementation. This
rte_ring and rte_event_ring functions are 2 methods provided
currently for core to core communication. However, these two
do not separate the APIs from implementation. This does not
allow using hardware queue facilities. This change adds queue
APIs and driver framework.
Signed-off-by: Honnappa Nag
6 matches
Mail list logo