[dpdk-dev] [PATCH] cfgfile: support looking up sections by index

2016-01-16 Thread Rich Lane
This is useful when sections have duplicate names. Signed-off-by: Rich Lane --- lib/librte_cfgfile/rte_cfgfile.c | 16 lib/librte_cfgfile/rte_cfgfile.h | 23 +++ 2 files changed, 39 insertions(+) diff --git a/lib/librte_cfgfile/rte_cfgfile.c

[dpdk-dev] Proposal for a big eal / ethdev cleanup

2016-01-16 Thread David Marchand
Hello Jan, On Thu, Jan 14, 2016 at 12:46 PM, Jan Viktorin wrote: > On Thu, 14 Jan 2016 11:38:16 +0100 > David Marchand wrote: > >> Hello all, >> >> Here is a proposal of a big cleanup in ethdev (cryptodev would have to >> follow) and eal structures. >> This is something I wanted to do for

[dpdk-dev] [PATCH 09/11] doc: refresh headers list

2016-01-16 Thread David Marchand
Hello John, On Tue, Jan 12, 2016 at 3:06 PM, Mcnamara, John wrote: >> -Original Message- >> From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of David Marchand >> Sent: Sunday, January 10, 2016 12:51 PM >> To: dev at dpdk.org >> Cc: thomas.monjalon at dpdk.org >> Subject: [dpdk-dev]

[dpdk-dev] [PATCH 00/11] kill global pci device id list

2016-01-16 Thread David Marchand
Hello Helin, On Sun, Jan 10, 2016 at 4:53 PM, Zhang, Helin wrote: > Thanks for your huge contribution! > May you help to describe more details of why you made these huge changes? As far as I can see, the only reason why we have a centralised header maintained in eal with all pci device ids is

[dpdk-dev] [PATCH v3 8/8] virtio: move VIRTIO_READ/WRITE_REG_X into virtio_pci.c

2016-01-16 Thread Santosh Shukla
On Thu, Jan 14, 2016 at 1:12 PM, Yuanhan Liu wrote: > virtio_pci.c become the only file references those macros; move them there. > My patch VFIO series need virtio_rd/wr So keeping these api in virtio_pci.h make more sense to me.

[dpdk-dev] [PATCH v1] doc: fix navigation levels in html sidebar

2016-01-16 Thread Mcnamara, John
> -Original Message- > From: Thomas Monjalon [mailto:thomas.monjalon at 6wind.com] > Sent: Friday, January 15, 2016 10:01 PM > To: Mcnamara, John > Cc: dev at dpdk.org > Subject: Re: [PATCH v1] doc: fix navigation levels in html sidebar > > 2016-01-15 16:35, John McNamara: > > Fix issue

[dpdk-dev] [PATCH v4 07/14] virtio: vfio: add api support to rd/wr ioport bar

2016-01-16 Thread Santosh Shukla
On Fri, Jan 15, 2016 at 11:33 AM, Yuanhan Liu wrote: > On Thu, Jan 14, 2016 at 06:58:30PM +0530, Santosh Shukla wrote: >> For vfio case - Use pread/pwrite api to access virtio >> ioport space. >> >> Signed-off-by: Santosh Shukla >> Signed-off-by: Rizwan Ansari >> Signed-off-by: Rakesh

[dpdk-dev] [PATCH v4 06/14] eal: pci: vfio: add rd/wr func for pci bar space

2016-01-16 Thread Santosh Shukla
On Fri, Jan 15, 2016 at 11:18 AM, Yuanhan Liu wrote: > On Thu, Jan 14, 2016 at 06:58:29PM +0530, Santosh Shukla wrote: > ... >> +int rte_eal_pci_read_bar(const struct rte_pci_device *device, >> + void *buf, size_t len, off_t offset, >> + int bar_idx) >> +

[dpdk-dev] [PATCH v4 01/14] virtio: Introduce config RTE_VIRTIO_INC_VECTOR

2016-01-16 Thread Santosh Shukla
On Fri, Jan 15, 2016 at 12:21 PM, Yuanhan Liu wrote: > On Thu, Jan 14, 2016 at 06:58:24PM +0530, Santosh Shukla wrote: >> virtio_recv_pkts_vec and other virtio vector friend apis are written for >> sse/avx >> instructions. For arm64 in particular, virtio vector implementation does not >>

[dpdk-dev] UX Bug in Sphinx HTML Layout for Programming Guide (and maybe other guides?)

2016-01-16 Thread Thomas Monjalon
2016-01-15 16:23, Mcnamara, John: > > -Original Message- > > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Matthew Hall > > Sent: Wednesday, January 13, 2016 5:26 PM > > To: dev at dpdk.org > > Subject: [dpdk-dev] UX Bug in Sphinx HTML Layout for Programming Guide > > (and maybe

[dpdk-dev] [PATCH v1] doc: fix navigation levels in html sidebar

2016-01-16 Thread Thomas Monjalon
2016-01-15 16:35, John McNamara: > Fix issue where the navigation levels weren't displayed in the > html sidebar with the new read_the_docs theme. > > This was due to the :titlesonly: directive in the high level > index.rst and also due to a stray newline in the parsed version > number. > >