hi,
I'm trying to run ip_reassembly application but it is showing the error
below. please, someone knows what's happing?
The other app like l2fwd/l3fwd works fine.
root at ubuntu:~# cd dpdk-2.1.0/examples/ip_reassembly/
root at ubuntu:~/dpdk-2.1.0/examples/ip_reassembly# ./build/ip_reassembly -
2016-04-11 01:28, Zhe Tao:
> The reason cause this problem is that in QEMU, when assign the
> memory-backend-file without share option, will cause QEMU mmap the mem file
> without using the MAP_SHARED flag, so the page cache for that file will not
> shared between other processes, all the upated to
2016-04-10 20:25, Pablo de Lara:
> Xen library and vhost_xen app cannot build on 32 bits,
> so this patchset fixes both.
>
> Pablo de Lara (2):
> xen: fix compilation on 32 bits
> vhost_xen: fix compilation on 32 bits
Applied, thanks
Compilation fails on 32 bits on Vhost_xen sample app, due to wrong casting:
examples/vhost_xen/vhost_monitor.c: In function ?new_device?:
examples/vhost_xen/vhost_monitor.c:288:62: error: cast from pointer to integer
of different size [-Werror=pointer-to-int-cast]
Compilation fails on 32 bits on Xen driver, due to wrong casting:
drivers/net/xenvirt/virtqueue.h: In function ?virtqueue_enqueue_xmit?:
drivers/net/xenvirt/virtqueue.h:234:24: error: cast from pointer to integer
of different size [-Werror=pointer-to-int-cast]
start_d
Xen library and vhost_xen app cannot build on 32 bits,
so this patchset fixes both.
Pablo de Lara (2):
xen: fix compilation on 32 bits
vhost_xen: fix compilation on 32 bits
drivers/net/xenvirt/virtqueue.h| 2 +-
examples/vhost_xen/vhost_monitor.c | 10 +++---
2 files changed, 8 inse
>On Sun, 2016-04-10 at 04:59 +, Wiles, Keith wrote:
>> >Hi,
>> >
>> >pktgen-2.9.13 is not compiling with gcc 4.9, see below
>> >
>> >2.9.12 is compiling fine with gcc 4.9, so looks like new
>> >IPv6 code recently added is the culprit.
>> >
>> >I think -Wdiscarded-qualifiers is available only wi
> > >> Following discussions with Jan, here is a deprecation notice to prepare
> > >> for
> > >> hotplug and rte_device changes to come in 16.07.
> > >>
> > >> Signed-off-by: David Marchand
> > >> ---
> > > Acked-by: Jan Viktorin
> >
> > Acked-by: Olivier Matz
>
> Acked-by: Thomas Monjalon
> > > +* A librte_vhost public structures refactor is planned for DPDK 16.07
> > > + that requires both ABI and API change.
> > > + The proposed refactor would expose DPDK vhost dev to applications as
> > > + a handle, like the way kernel exposes an fd to user for locating a
> > > + specific fi
2016-04-07 10:12, Panu Matilainen:
> On 04/06/2016 09:53 AM, Yuanhan Liu wrote:
> > +* A librte_vhost public structures refactor is planned for DPDK 16.07
> > + that requires both ABI and API change.
> > + The proposed refactor would expose DPDK vhost dev to applications as
> > + a handle, like
> >> Deprecation notice for 16.04 for changes targeting release 16.07.
> >> The changes affect struct rte_mempool, rte_mempool_cache and the
> >> mempool API.
> >>
> >> Signed-off-by: Lazaros Koromilas
> > Acked-by: Olivier Matz
> Acked-by: David Hunt
It is the fourth change announced for rte_me
> > Signed-off-by: Ferruh Yigit
>
> Acked-by: John McNamara
Applied, thanks
> > Signed-off-by: Ferruh Yigit
>
> Acked-by: John McNamara
Applied, thanks
On Sun, 2016-04-10 at 04:59 +, Wiles, Keith wrote:
> >Hi,
> >
> >pktgen-2.9.13 is not compiling with gcc 4.9, see below
> >
> >2.9.12 is compiling fine with gcc 4.9, so looks like new
> >IPv6 code recently added is the culprit.
> >
> >I think -Wdiscarded-qualifiers is available only with gcc 5+
>Hi,
>
>pktgen-2.9.13 is not compiling with gcc 4.9, see below
>
>2.9.12 is compiling fine with gcc 4.9, so looks like new
>IPv6 code recently added is the culprit.
>
>I think -Wdiscarded-qualifiers is available only with gcc 5+
>https://gcc.gnu.org/gcc-5/changes.html
Thanks I have fixed the prob
Hi,
pktgen-2.9.13 is not compiling with gcc 4.9, see below
2.9.12 is compiling fine with gcc 4.9, so looks like new
IPv6 code recently added is the culprit.
I think -Wdiscarded-qualifiers is available only with gcc 5+
https://gcc.gnu.org/gcc-5/changes.html
Sincerely,
Laurent
root at dpdk3:~/
16 matches
Mail list logo