Hello Dan,
13/01/2014 23:45, Dan Kan:
> I made changes to makefiles to at least allow app development to be in done
> C++. I'm wondering if the community is interested in getting these changes
> as a patch.
If you need it, it's an excellent reason to integrate it.
Moreover we can guess that you'r
Hello,
14/01/2014 08:02, Daniel Kan:
> I already have existing makefiles for my current application. I would like
> to integrate dpdk into the application. ?m wondering if there is any
> benefit to use dpdk?s makefiles instead of using your own makefile and
> linking against the library (e.g. lib
Dan,
One other thing to think about - as we add more functionality into DPDK (e.g.
new libraries for other packet functions), we integrate them into the DPDK
framework. If you extract compilation flags and setup your own makefile, you
would have to do this re-integration every time you want to
Hello Venky,
14/01/2014 14:22, Venkatesan, Venky:
> From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Thomas Monjalon
> > 14/01/2014 08:02, Daniel Kan:
> > > I already have existing makefiles for my current application. I would
> > > like to integrate dpdk into the application. ?m wondering
Hi,
Considering the fact that there are many developers using c++, I
totally persuade/agree with the addition of c++ functionality, and
thanks to Thomas's guidelines it won't create any overhead in usage.
All the Best,
--Hamid
On 1/14/14, Thomas Monjalon wrote:
> Hello Venky,
>
> 14/01/2014 14:
Hello,
Thanks for your patch fixing the regression introduced by my commit
(igb/ixgbe: ETH_MQ_RX_NONE should disable RSS).
I have one comment about your fix. I don't think there are any reasons
to not enable RSS with only one RX queue in testpmd.
RSS is mainly used in testpmd to spread traffic o
Maxime,
Thanks for your comment. If we want testpmd to have RSS always enabled out of
box (note that rxq=1), then your suggestion makes sense. I?m new to dpdk so I
was trying to preserve the current behavior. Now looking back, I guess that?s
why we have an explicit disable-rss option. If I don?t
I think in general, developers are pretty particular about their makefiles and
build framework. This is especially true if you have an existing application;
migrating it to use dpdk?s build framework is rather cumbersome and likely a
non-starter for bigger complex projects. Hence, separating app
14/01/2014 11:57, Daniel Kan :
> On Jan 14, 2014, at 9:42 AM, Maxime Leroy wrote:
> > An other issue about not enabling RSS with 1 queue, when you use the
> > command show_rss_key in the testpmd, this one will display that the RSS
> > is enabled. (because rss_hf != 0; see port_rss_hash_conf_show f
9 matches
Mail list logo