From: "Zhang, Qi Z" <qi.z.zhang@intel.com>
To: "Richardson, Bruce" <bruce.richardson@intel.com>,
"Wu, Jingjing" <jingjing.wu@intel.com>,
"Lu, Wenzhuo" <wenzhuo.lu@intel.com>
Cc: "dev@dpdk.org" <dev@dpdk.org>, "Yigit, Ferruh" <ferruh.yigit@intel.com>
Subject: Re: [dpdk-dev] [PATCH v4 0/3] AVF build improvements
Date: Fri, 21 Sep 2018 14:43:45 +0000 [thread overview]
Message-ID: <039ED4275CED7440929022BC67E706115329F93A@SHSMSX103.ccr.corp.intel.com> (raw)
In-Reply-To: <20180919100417.37868-1-bruce.richardson@intel.com>
> -----Original Message-----
> From: Richardson, Bruce
> Sent: Wednesday, September 19, 2018 6:04 PM
> To: Wu, Jingjing <jingjing.wu@intel.com>; Lu, Wenzhuo
> <wenzhuo.lu@intel.com>
> Cc: dev@dpdk.org; Zhang, Qi Z <qi.z.zhang@intel.com>; Yigit, Ferruh
> <ferruh.yigit@intel.com>; Richardson, Bruce <bruce.richardson@intel.com>
> Subject: [PATCH v4 0/3] AVF build improvements
>
> This set adds a number of build improvements for AVF driver. It adds support
> for building with meson, and adds in the $(WERROR) flags for the make build.
> To fix both these cases, a number of fixes for compiler warnings are also
> made.
>
> V4: Including meson build patch into set. Added in missing reviewed and
> acked lines from V3.
>
> V3: Added missing fixed line and fixed error due to a removed var
>
> V2: Added in $WERROR flag to make, and expanded set to 2 patches
>
> V1: Original single patch, just removed unused variables/label for meson
> build.
>
> Bruce Richardson (2):
> net/avf: fix unused variables and label
> net/avf: fix missing compiler error flags
>
> Luca Boccassi (1):
> build: add Meson files for avf PMD
>
> drivers/net/avf/Makefile | 2 +-
> drivers/net/avf/avf_ethdev.c | 17 ++---------------
> drivers/net/avf/avf_rxtx.c | 19 ++++++-------------
> drivers/net/avf/avf_rxtx.h | 2 +-
> drivers/net/avf/avf_rxtx_vec_sse.c | 2 +-
> drivers/net/avf/avf_vchnl.c | 2 --
> drivers/net/avf/base/meson.build | 20 ++++++++++++++++++++
> drivers/net/avf/meson.build | 18 ++++++++++++++++++
> drivers/net/meson.build | 1 +
> 9 files changed, 50 insertions(+), 33 deletions(-) create mode 100644
> drivers/net/avf/base/meson.build create mode 100644
> drivers/net/avf/meson.build
>
> --
> 2.17.1
Applied to dpdk-next-net-intel.
Thanks
Qi
prev parent reply other threads:[~2018-09-21 14:43 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-09-13 14:44 [dpdk-dev] [PATCH] net/avf: remove unused variables and label Bruce Richardson
2018-09-13 16:26 ` Luca Boccassi
2018-09-17 7:23 ` Zhang, Qi Z
2018-09-17 14:53 ` Ferruh Yigit
2018-09-17 15:20 ` Bruce Richardson
2018-09-17 16:12 ` Ferruh Yigit
2018-09-17 16:24 ` Bruce Richardson
2018-09-18 13:17 ` [dpdk-dev] [PATCH v2 1/2] net/avf: fix " Bruce Richardson
2018-09-18 13:17 ` [dpdk-dev] [PATCH v2 2/2] net/avf: fix missing compiler error flags Bruce Richardson
2018-09-18 13:54 ` Ferruh Yigit
2018-09-18 13:51 ` [dpdk-dev] [PATCH v2 1/2] net/avf: fix unused variables and label Ferruh Yigit
2018-09-18 14:18 ` Bruce Richardson
2018-09-18 14:22 ` [dpdk-dev] [PATCH v3 " Bruce Richardson
2018-09-18 14:22 ` [dpdk-dev] [PATCH v3 2/2] net/avf: fix missing compiler error flags Bruce Richardson
2018-09-19 10:04 ` [dpdk-dev] [PATCH v4 0/3] AVF build improvements Bruce Richardson
2018-09-19 10:04 ` [dpdk-dev] [PATCH v4 1/3] net/avf: fix unused variables and label Bruce Richardson
2018-09-19 10:04 ` [dpdk-dev] [PATCH v4 2/3] net/avf: fix missing compiler error flags Bruce Richardson
2018-09-19 10:04 ` [dpdk-dev] [PATCH v4 3/3] build: add meson files for AVF PMD Bruce Richardson
2018-09-21 14:43 ` Zhang, Qi Z [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=039ED4275CED7440929022BC67E706115329F93A@SHSMSX103.ccr.corp.intel.com \
--to=qi.z.zhang@intel.com \
--cc=bruce.richardson@intel.com \
--cc=dev@dpdk.org \
--cc=ferruh.yigit@intel.com \
--cc=jingjing.wu@intel.com \
--cc=wenzhuo.lu@intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).