06/05/2017 03:00, Wu, Jingjing:
> From: De Lara Guarch, Pablo
> >
> > Fixes: e25e6c70fb56 ("app/testpmd: add --bitrate-stats option")
> >
> > Signed-off-by: Pablo de Lara
> Acked-by: Jingjing Wu
Applied, thanks
The debug assertions when allocating a raw mbuf are not correct since
commit 8f094a9ac5d7 ("mbuf: set mbuf fields while in pool"),
which triggers a panic when using this function in debug mode
Signed-off-by: Gregory Etelson
---
lib/librte_mbuf/rte_mbuf.h | 25 -
1 file ch
06/05/2017 03:10, Wu, Jingjing:
>
> From: De Lara Guarch, Pablo
> >
> > Disable latency stats gathering by default, so there is not performance
> > degradation if user is not interested in them.
> >
> > Signed-off-by: Pablo de Lara
> Acked-by: Jingjing Wu
Applied, thanks
04/05/2017 19:08, Adrien Mazarguil:
> MAC addresses are implicitly handled in network order since they are
> actually byte strings, however this is not properly enforced with MAC masks
> provided as prefix lengths, which end up inverted on little endian
> systems.
>
> Fixes: 6df81b325fa4 ("app/tes
06/05/2017 02:52, Wu, Jingjing:
> From: Pei, Yulong
> >
> > Previous numa_support = 0 by default, it need to add --numa to testpmd
> > command line to enable numa, so port_numa and ring_numa were initialized at
> > function launch_args_parse(), now testpmd change numa_support = 1 as
> > default,
06/05/2017 02:57, Wu, Jingjing:
> From: Gaetan Rivet [mailto:gaetan.ri...@6wind.com]
> >
> > Add two parameters to testpmd:
> >
> > --print-event
> > --mask-event
> >
> > To enable or disable to printing of events. This display is configured on a
> > per-
> > event basis. By default, all
21/04/2017 17:06, Roman Korynkevych:
> Coverity issue: 143252
> Fixes: 2deb6b5246d7706448d070335b329d1acb754cee ("app/procinfo: add collectd
> format and host id")
> Cc: sta...@dpdk.org
>
> Signed-off-by: Roman Korynkevych
> ---
> app/proc_info/main.c | 2 +-
> 1 file changed, 1 insertion(+), 1
-Original Message-
> Date: Fri, 5 May 2017 19:02:59 +
> From: "Eads, Gage"
> To: Jerin Jacob , "dev@dpdk.org"
>
> CC: "tho...@monjalon.net" , "Richardson, Bruce"
> , "Van Haaren, Harry"
> , "hemant.agra...@nxp.com"
> , "nipun.gu...@nxp.com" ,
> "Vangati, Narender"
> Subject: RE:
Hi,
Do we need an explicit "Acked-by" keyword for this
patch to be accepted and applied?
Thanks,
Srini
On Tue, Apr 25, 2017 at 6:53 AM, Lu, Wenzhuo wrote:
> Hi Srini,
>
>
>> -Original Message-
>> From: Srinivasan J [mailto:srinid...@gmail.com]
>> Sent: Monday, April 24
Carthago delenda est: Again with the callbacks... why not just let the
application call the library's processing functions where appropriate. The
hook+callback design pattern tends to impose a specific framework (or order of
execution) on the DPDK user, rather than just being a stand-alone libra
-Original Message-
> Date: Fri, 5 May 2017 15:48:02 +
> From: "Van Haaren, Harry"
> To: Jerin Jacob
> CC: "dev@dpdk.org" , "Richardson, Bruce"
> , "hemant.agra...@nxp.com"
> , "nipun.gu...@nxp.com" ,
> "Vangati, Narender" , "Eads, Gage"
>
> Subject: RE: [RFC] service core concept
06/05/2017 15:51, Srinivasan J:
> Hi,
>Do we need an explicit "Acked-by" keyword for this
> patch to be accepted and applied?
Yes, given it is not a trivial patch, an ack from the maintainer is required.
Anyway, it has been submitted too late for 17.05 testing.
Adds the "all" option to the print-event and mask-event parameters. This
option will enable or disable all event notifications from being
displayed.
Signed-off-by: Gaetan Rivet
Cc: Jingjing Wu
---
app/test-pmd/parameters.c | 10 ++
doc/guides/testpmd_app_ug/run_app.rst | 10
On Fri, May 05, 2017 at 04:21:53PM +0200, Thomas Monjalon wrote:
> 05/05/2017 02:40, Wei Dai:
> > Some customers find adding MAC addr to VF sometimes can fail,
> > but it is still stored in dev->data->mac_addrs[ ]. So this
> > can lead to some errors that assumes the non-zero entry in
> > dev->data
> From: Yuanhan Liu [mailto:yuanhan@linux.intel.com]
> Sent: Wednesday, May 03, 2017 7:11 PM
>
> On Thu, May 04, 2017 at 12:14:30AM +, Mody, Rasesh wrote:
> >
> >
> > > From: Yuanhan Liu [mailto:yuanhan@linux.intel.com]
> > > Sent: Monday, May 01, 2017 11:15 PM
> > >
> > > On Tue, Apr
Saturday, May 6, 2017 4:41 AM, Wu, Jingjing:
> >
> > The test assumes the socket ids are contiguous. This is not
> > necessarily the case on all servers and may cause mempool creation to fail.
> >
> > Fixing it by detecting the list of valid socket ids and use it for the
> > mempool creation.
> >
>
16 matches
Mail list logo