From: Haiyue Wang <haiyue.wang@intel.com>
To: dev@dpdk.org, xiaolong.ye@intel.com, qi.z.zhang@intel.com,
qiming.yang@intel.com
Cc: Haiyue Wang <haiyue.wang@intel.com>
Subject: [dpdk-dev] [PATCH v3 0/4] Intel iavf and ice PMDs clean up
Date: Wed, 15 Jan 2020 08:50:24 +0800 [thread overview]
Message-ID: <20200115005028.21026-1-haiyue.wang@intel.com> (raw)
a. Remove the unused definitions in osdep.h.
b. Put the common definitions used by Intel net PMDs under the macro
__INTEL_NET_BASE_OSDEP__, which works as an include file, so that it
is easily maintained.
---
v3: update the commit message.
v2: add the osdep.h clean up, which depends on v1 to remove TRUE/FALSE.
Haiyue Wang (4):
net/iavf: unify the bool type value
net/ice: unify the bool type value
common/iavf: osdep.h clean up
net/ice/base: osdep.h clean up
drivers/common/iavf/iavf_osdep.h | 107 ++++++++++++++-----------
drivers/net/iavf/iavf_ethdev.c | 31 ++++----
drivers/net/iavf/iavf_rxtx.c | 34 ++++----
drivers/net/ice/base/ice_osdep.h | 132 ++++++++++++++++---------------
drivers/net/ice/ice_ethdev.c | 22 +++---
drivers/net/ice/ice_rxtx.c | 16 ++--
6 files changed, 178 insertions(+), 164 deletions(-)
--
2.17.1
next reply other threads:[~2020-01-15 0:57 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-01-15 0:50 Haiyue Wang [this message]
2020-01-15 0:50 ` [dpdk-dev] [PATCH v3 1/4] net/iavf: unify the bool type value Haiyue Wang
2020-01-15 0:50 ` [dpdk-dev] [PATCH v3 2/4] net/ice: " Haiyue Wang
2020-01-15 0:50 ` [dpdk-dev] [PATCH v3 3/4] common/iavf: osdep.h clean up Haiyue Wang
2020-01-15 0:50 ` [dpdk-dev] [PATCH v3 4/4] net/ice/base: " Haiyue Wang
2020-01-15 10:55 ` [dpdk-dev] [PATCH v3 0/4] Intel iavf and ice PMDs " Zhang, Qi Z
2020-01-16 18:20 ` Ferruh Yigit
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=20200115005028.21026-1-haiyue.wang@intel.com \
--to=haiyue.wang@intel.com \
--cc=dev@dpdk.org \
--cc=qi.z.zhang@intel.com \
--cc=qiming.yang@intel.com \
--cc=xiaolong.ye@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).