Re: [dpdk-dev] [PATCH 6/6] doc: introduction to prgdev

2017-03-07 Thread Chen, Jing D
> > > > > > > +Another reason to provide bind/unbind action is programmble > > > > +devices, like FPGA, are not identified driver by 'vendor ID' and > > > > +'device ID', they might not be changed in all the ways, even FPGA > > > > +is fully programmed. So, it depends on internal mechanism of > > >

Re: [dpdk-dev] [PATCH 6/6] doc: introduction to prgdev

2017-03-07 Thread Thomas Monjalon
2017-03-07 11:12, Bruce Richardson: > On Tue, Mar 07, 2017 at 10:34:06AM +, Chen, Jing D wrote: > > From: Thomas Monjalon > > > > +Any devices, having the capability to store/load a piece of info > > > > +to/from the deivce then changed hardware behavior, and applicable to > > > > +prgdev progr

Re: [dpdk-dev] [PATCH 6/6] doc: introduction to prgdev

2017-03-07 Thread Bruce Richardson
Liang, Cunming ; Rogers, > > Gerald ; Wiles, Keith ; > > Richardson, Bruce ; Mcnamara, John > > > > Subject: Re: [dpdk-dev] [PATCH 6/6] doc: introduction to prgdev > > > > 2017-03-02 12:03, Chen Jing D: > > > +Overview > > > + > > &g

Re: [dpdk-dev] [PATCH 6/6] doc: introduction to prgdev

2017-03-07 Thread Chen, Jing D
> Subject: Re: [dpdk-dev] [PATCH 6/6] doc: introduction to prgdev > > 2017-03-02 12:03, Chen Jing D: > > +Overview > > + > > I think the first review pass of this series must be focused on the overview > you give here (thanks for the detailed explanations). >

Re: [dpdk-dev] [PATCH 6/6] doc: introduction to prgdev

2017-03-06 Thread Thomas Monjalon
2017-03-02 12:03, Chen Jing D: > +Overview > + I think the first review pass of this series must be focused on the overview you give here (thanks for the detailed explanations). I'll try to sum up while commenting. [...] The target is programmable devices. > +The major purpose of prgdev

[dpdk-dev] [PATCH 6/6] doc: introduction to prgdev

2017-03-02 Thread Chen Jing D(Mark)
From: "Chen, Jing D" This is the documentation to describe what prgdev is, how to use prgdev API and accomplish an image download. Signed-off-by: Chen Jing D(Mark) Signed-off-by: Gerald Rogers Signed-off-by: John Mcnamara --- doc/guides/prog_guide/index.rst |1 + doc/guides/prog_gui