From: Jerin Jacob <jerin.jacob@caviumnetworks.com>
To: "Liang, Ma" <liang.j.ma@intel.com>
Cc: dev@dpdk.org, harry.van.haaren@intel.com,
bruce.richardson@intel.com, deepak.k.jain@intel.com,
john.geary@intel.com, peter.mccarthy@intel.com, seanbh@gmail.com,
marko.kovacevic@intel.com, john.mcnamara@intel.com
Subject: Re: [PATCH v7 12/12] doc: add eventdev opdl PMD guide
Date: Wed, 10 Jan 2018 23:47:55 +0530 [thread overview]
Message-ID: <20180110181754.GA32177@jerin> (raw)
In-Reply-To: <20180110150829.GA9198@sivswdev01.ir.intel.com>
-----Original Message-----
> Date: Wed, 10 Jan 2018 15:08:29 +0000
> From: "Liang, Ma" <liang.j.ma@intel.com>
> To: Jerin Jacob <jerin.jacob@caviumnetworks.com>
> CC: dev@dpdk.org, harry.van.haaren@intel.com, bruce.richardson@intel.com,
> deepak.k.jain@intel.com, john.geary@intel.com, peter.mccarthy@intel.com,
> seanbh@gmail.com, marko.kovacevic@intel.com, john.mcnamara@intel.com
> Subject: Re: [PATCH v7 12/12] doc: add eventdev opdl PMD guide
> User-Agent: Mutt/1.9.1 (2017-09-22)
>
> On 10 Jan 20:31, Jerin Jacob wrote:
> > -----Original Message-----
> > > Date: Wed, 10 Jan 2018 14:46:11 +0000
> > > From: Liang Ma <liang.j.ma@intel.com>
> > > To: jerin.jacob@caviumnetworks.com
> > > CC: dev@dpdk.org, harry.van.haaren@intel.com, bruce.richardson@intel.com,
> > > deepak.k.jain@intel.com, john.geary@intel.com, peter.mccarthy@intel.com,
> > > seanbh@gmail.com, marko.kovacevic@intel.com
> > > Subject: [PATCH v7 12/12] doc: add eventdev opdl PMD guide
> > > X-Mailer: git-send-email 2.7.5
> > >
> > > Add the description about opdl PMD
> > >
> > > Signed-off-by: Liang Ma <liang.j.ma@intel.com>
> > > Signed-off-by: Peter Mccarthy <peter.mccarthy@intel.com>
> >
> > CC documentation maintainers for review
> > John McNamara <john.mcnamara@intel.com>
> > Marko Kovacevic <marko.kovacevic@intel.com>
> >
> > Liang Ma,
> > Some of the patches, you have got the Acked-by and Review-by:.Please keep those in new versions.
> >
> for the patchset v6
> Series-Acked-by: Harry van Haaren <harry.van.haaren@intel.com>
>
> for patch [1]
> Reviewed-by: Seán Harte <seanbh@gmail.com> (included in the patch email)
>
> for doc
> Acked-by: Marko Kovacevic <marko.kovacevic@intel.com>
Applied the series to dpdk-next-eventdev/master with following changes. Thanks
1) Changed the license plate to SPDX in patch 12/12
2) Added missing ACK in v7.
3) Since there is already "Software Eventdev PMD" item in MAINTAINERS
file, Changed the item to "Software OPDL Eventdev PMD"
>
> thanks
next prev parent reply other threads:[~2018-01-10 18:18 UTC|newest]
Thread overview: 64+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-12-22 11:23 [RFC v4 PATCH 0/8] event: eventdev OPDL PMD Liang Ma
2017-12-22 11:23 ` [PATCH v4 1/8] event/opdl: add the opdl ring infrastructure library Liang Ma
2017-12-22 16:02 ` Sean Harte
2018-01-08 6:46 ` Jerin Jacob
2018-01-08 11:19 ` Liang, Ma
2018-01-08 11:23 ` Jerin Jacob
2017-12-22 11:23 ` [PATCH v4 2/8] event/opdl: add the opdl pmd main body and helper function Liang Ma
2017-12-22 11:23 ` [PATCH v4 3/8] eventdev/opdl: opdl eventdev pmd unit test function Liang Ma
2017-12-22 11:23 ` [PATCH v4 4/8] lib/librte_eventdev: extend the eventdev capability flags Liang Ma
2018-01-08 6:32 ` Jerin Jacob
2017-12-22 11:23 ` [PATCH v4 5/8] event/*: apply the three new capability flags for sw/dppa2/octeontx Liang Ma
2017-12-22 11:23 ` [PATCH v4 6/8] maintainers: add the opdl pmd maintainer information Liang Ma
2017-12-23 15:05 ` Thomas Monjalon
2017-12-22 11:23 ` [PATCH v4 7/8] doc:update 18.02 release notes Liang Ma
2017-12-22 11:23 ` [PATCH v4 8/8] doc: add eventdev opdl pmd docuement Liang Ma
2017-12-23 15:06 ` [RFC v4 PATCH 0/8] event: eventdev OPDL PMD Thomas Monjalon
2018-01-09 12:20 ` [RFC v5 PATCH 00/12] " Liang Ma
2018-01-09 12:20 ` [PATCH v5 01/12] event/opdl: add the opdl ring infrastructure library Liang Ma
2018-01-09 12:20 ` [PATCH v5 02/12] event/opdl: add opdl PMD main body and helper function Liang Ma
2018-01-09 12:20 ` [PATCH v5 03/12] event/opdl: add event queue config get/set support Liang Ma
2018-01-09 12:20 ` [PATCH v5 04/12] event/opdl: add event port " Liang Ma
2018-01-09 12:20 ` [PATCH v5 05/12] event/opdl: add eventdev enqueue/dequeue support Liang Ma
2018-01-09 12:20 ` [PATCH v5 06/12] event/opdl: opdl eventdev PMD unit test function Liang Ma
2018-01-09 12:20 ` [PATCH v5 07/12] lib/librte_eventdev: extend the eventdev capability flags Liang Ma
2018-01-09 12:27 ` Jerin Jacob
2018-01-09 12:20 ` [PATCH v5 08/12] event/dpaa2: apply the three new " Liang Ma
2018-01-09 12:20 ` [PATCH v5 09/12] event/octeontx: " Liang Ma
2018-01-09 12:20 ` [PATCH v5 10/12] event/sw: " Liang Ma
2018-01-09 12:20 ` [PATCH v5 11/12] doc: update 18.02 release notes and maintainers info Liang Ma
2018-01-09 12:20 ` [PATCH v5 12/12] doc: add eventdev opdl PMD guide Liang Ma
2018-01-09 14:18 ` [RFC v6 PATCH 00/12] event: eventdev OPDL PMD Liang Ma
2018-01-09 14:18 ` [PATCH v6 01/12] event/opdl: add the opdl ring infrastructure library Liang Ma
2018-01-10 10:00 ` Sean Harte
2018-01-09 14:18 ` [PATCH v6 02/12] event/opdl: add opdl PMD main body and helper function Liang Ma
2018-01-09 14:18 ` [PATCH v6 03/12] event/opdl: add event queue config get/set support Liang Ma
2018-01-09 14:18 ` [PATCH v6 04/12] event/opdl: add event port " Liang Ma
2018-01-09 14:18 ` [PATCH v6 05/12] event/opdl: add eventdev enqueue/dequeue support Liang Ma
2018-01-09 14:18 ` [PATCH v6 06/12] event/opdl: opdl eventdev PMD unit test function Liang Ma
2018-01-09 14:18 ` [PATCH v6 07/12] event/opdl: extend the eventdev capability flags Liang Ma
2018-01-09 14:18 ` [PATCH v6 08/12] event/dpaa2: apply the three new " Liang Ma
2018-01-09 14:18 ` [PATCH v6 09/12] event/octeontx: " Liang Ma
2018-01-09 14:18 ` [PATCH v6 10/12] event/sw: " Liang Ma
2018-01-09 14:19 ` [PATCH v6 11/12] doc: update 18.02 release notes and maintainers info Liang Ma
2018-01-10 10:38 ` Kovacevic, Marko
2018-01-09 14:19 ` [PATCH v6 12/12] doc: add eventdev opdl PMD guide Liang Ma
2018-01-09 17:13 ` [RFC v6 PATCH 00/12] event: eventdev OPDL PMD Van Haaren, Harry
2018-01-10 14:45 ` [RFC v7 " Liang Ma
2018-01-10 14:46 ` [PATCH v7 01/12] event/opdl: add the opdl ring infrastructure library Liang Ma
2018-01-10 14:46 ` [PATCH v7 02/12] event/opdl: add opdl PMD main body and helper function Liang Ma
2018-01-10 14:46 ` [PATCH v7 03/12] event/opdl: add event queue config get/set support Liang Ma
2018-01-10 14:46 ` [PATCH v7 04/12] event/opdl: add event port " Liang Ma
2018-01-10 14:46 ` [PATCH v7 05/12] event/opdl: add eventdev enqueue/dequeue support Liang Ma
2018-01-10 14:46 ` [PATCH v7 06/12] event/opdl: opdl eventdev PMD unit test function Liang Ma
2018-01-10 14:46 ` [PATCH v7 07/12] event/opdl: extend the eventdev capability flags Liang Ma
2018-01-10 14:46 ` [PATCH v7 08/12] event/dpaa2: apply the three new " Liang Ma
2018-01-10 14:46 ` [PATCH v7 09/12] event/octeontx: " Liang Ma
2018-01-10 14:46 ` [PATCH v7 10/12] event/sw: " Liang Ma
2018-01-10 14:46 ` [PATCH v7 11/12] doc: update 18.02 release notes and maintainers info Liang Ma
2018-01-10 15:01 ` Kovacevic, Marko
2018-01-10 14:46 ` [PATCH v7 12/12] doc: add eventdev opdl PMD guide Liang Ma
2018-01-10 15:01 ` Jerin Jacob
2018-01-10 15:08 ` Liang, Ma
2018-01-10 18:17 ` Jerin Jacob [this message]
2018-01-10 15:04 ` Kovacevic, Marko
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20180110181754.GA32177@jerin \
--to=jerin.jacob@caviumnetworks.com \
--cc=bruce.richardson@intel.com \
--cc=deepak.k.jain@intel.com \
--cc=dev@dpdk.org \
--cc=harry.van.haaren@intel.com \
--cc=john.geary@intel.com \
--cc=john.mcnamara@intel.com \
--cc=liang.j.ma@intel.com \
--cc=marko.kovacevic@intel.com \
--cc=peter.mccarthy@intel.com \
--cc=seanbh@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.