Thomas, Could you explain why this patch is put on RFC? Thanks, Larry
> -----Original Message----- > From: Wang, Liang-min > Sent: Wednesday, October 21, 2015 12:47 PM > To: 'Thomas Monjalon' > Cc: dev at dpdk.org; Andrew Harvey (agh) (agh at cisco.com) > Subject: RE: [dpdk-dev] [PATCH v2 2/2] examples: new example: l2fwd-ethtool > > Thomas, > Let's put this patch on defer list because there are related work might > take a different approach. Let's only review the make file change (PATCH 1/2). > I believe "export" is needed since the variable is shared by all the build > but it > might be already included due to the mk file inclusion. Since Andy is on > vacation, I am not sure if he could make a comment on that. > > Larry > > > -----Original Message----- > > From: Thomas Monjalon [mailto:thomas.monjalon at 6wind.com] > > Sent: Wednesday, October 21, 2015 12:36 PM > > To: Wang, Liang-min > > Cc: dev at dpdk.org > > Subject: Re: [dpdk-dev] [PATCH v2 2/2] examples: new example: l2fwd- > > ethtool > > > > 2015-07-23 11:00, Liang-Min Larry Wang: > > > examples/Makefile | 1 + > > > examples/l2fwd-ethtool/Makefile | 48 + > > > examples/l2fwd-ethtool/l2fwd-app/Makefile | 58 ++ > > > examples/l2fwd-ethtool/l2fwd-app/main.c | 1025 > > ++++++++++++++++++++++ > > > examples/l2fwd-ethtool/l2fwd-app/netdev_api.h | 770 > > ++++++++++++++++ > > > examples/l2fwd-ethtool/l2fwd-app/shared_fifo.h | 159 ++++ > > > examples/l2fwd-ethtool/lib/Makefile | 57 ++ > > > examples/l2fwd-ethtool/lib/rte_ethtool.c | 336 +++++++ > > > examples/l2fwd-ethtool/lib/rte_ethtool.h | 385 ++++++++ > > > examples/l2fwd-ethtool/nic-control/Makefile | 55 ++ > > > examples/l2fwd-ethtool/nic-control/nic_control.c | 614 +++++++++++++ > > > 11 files changed, 3508 insertions(+) > > > > This patch is huge. > > Please split a bit. > > > > > --- a/examples/Makefile > > > +++ b/examples/Makefile > > > @@ -53,6 +53,7 @@ DIRS-$(CONFIG_RTE_LIBRTE_KNI) += kni > > > DIRS-y += l2fwd > > > DIRS-$(CONFIG_RTE_LIBRTE_IVSHMEM) += l2fwd-ivshmem > > > DIRS-$(CONFIG_RTE_LIBRTE_JOBSTATS) += l2fwd-jobstats > > > +DIRS-$(CONFIG_RTE_EXEC_ENV_LINUXAPP) += l2fwd-ethtool > > > DIRS-y += l3fwd > > > > Please keep the alphabetical order. > > > > I do not plan to review it more. > > If nobody complains, it means it's accepted.