[dpdk-dev] [dpdk-announce] DPDK Features for Q1 2015

2014-11-02 Thread Tetsuya Mukawa
Hi Xie (2014/11/01 7:05), Xie, Huawei wrote: > Hi Tetsuya: > I am implementing vhost-user, and the functionality works now. > During this work, I have refactored vhost code a bit for better > modularization, basically > virtio part, control message part(vhost-user, vhost cuse) and data part. :).

[dpdk-dev] Fwd: FOSDEM conference - call for participation

2014-11-02 Thread Vincent JARDIN
Stephen, According to Dave (cc'd): it cannot be applied for FOSDEM; the organizers would not be happy if we proposed that. Best regards, Vincent On 01/11/2014 22:43, Stephen Hemminger wrote: > Rather than individual talks what about getting them to schedule a 1/2 day > unconference? > > On F

[dpdk-dev] [PATCH v6] distributor_app: new sample app

2014-11-02 Thread De Lara Guarch, Pablo
Hi Reshma, > -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Reshma Pattan [...] > diff --git a/examples/distributor_app/main.c > b/examples/distributor_app/main.c > new file mode 100644 > index 000..c9994a6 > --- /dev/null > +++ b/examples/distributor_app

[dpdk-dev] Q on contribution to DPDK

2014-11-02 Thread Thomas Monjalon
Hi, There are many ways of contributing to DPDK. Apart features and fixes, I'd suggest these 4 activities: - Bug reporting is critical to satisfy all use cases - Patch reviews are very important and help to accelerate their integration - Clean-up (e.g. remove doxygen warnings, merge linux and bsd

[dpdk-dev] [PATCH] Allow verbose output for INSTALL-SHARED

2014-11-02 Thread Keith Wiles
Signed-off-by: Keith Wiles --- mk/rte.shared.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mk/rte.shared.mk b/mk/rte.shared.mk index 42feee7..e64d471 100644 --- a/mk/rte.shared.mk +++ b/mk/rte.shared.mk @@ -114,7 +114,7 @@ $(SHARED): $(OBJS-y) $(LDLIBS_FILES) $(DEP_$(SHAR

[dpdk-dev] [PATCH] Add external parser support for unknown commands.

2014-11-02 Thread Keith Wiles
Allow for a external parser to handle the command line if the command is not found and the developer has called the routine int cmdline_set_external_parser(struct cmdline * cl, cmdline_external_parser_t parser); function to set the function pointer. The function for