DPDK patches and discussions
 help / color / mirror / Atom feed
From: "Xuanziyang (William, Chip Application Design Logic and Hardware Development Dept IT_Products & Solutions)" <xuanziyang2@huawei.com>
To: Ferruh Yigit <ferruh.yigit@intel.com>, "dev@dpdk.org" <dev@dpdk.org>
Cc: "Wangxiaoyun (Cloud,
	Network Chip Application Development Dept)"
	<cloud.wangxiaoyun@huawei.com>,
	zhouguoyang <zhouguoyang@huawei.com>,
	"Shahar Belkar" <shahar.belkar@huawei.com>,
	Luoxianjun <luoxianjun@huawei.com>,
	"Tanya Brokhman" <tanya.brokhman@huawei.com>
Subject: Re: [dpdk-dev] [PATCH v5 10/15] net/hinic: add various headers
Date: Wed, 26 Jun 2019 15:19:54 +0000	[thread overview]
Message-ID: <EA3B33EA29B44042A5337C4DC59AF4505EEF7675@dggeml512-mbx.china.huawei.com> (raw)

> On 6/19/2019 5:08 PM, Ziyang Xuan wrote:
> > Add various headers that define mgmt commands, cmdq commands, rx
> data
> > structures, tx data structures, private adapter data structures and
> > basic defines for use in the code.
> >
> > Signed-off-by: Ziyang Xuan <xuanziyang2@huawei.com>
> > ---
> >  drivers/net/hinic/base/hinic_compat.h  | 256 ++++++++++++++
> > drivers/net/hinic/base/hinic_pmd_cmd.h | 453
> +++++++++++++++++++++++++
> >  drivers/net/hinic/hinic_pmd_ethdev.h   |  71 ++++
> >  drivers/net/hinic/hinic_pmd_rx.h       | 128 +++++++
> >  drivers/net/hinic/hinic_pmd_tx.h       | 143 ++++++++
> >  5 files changed, 1051 insertions(+)
> >  create mode 100644 drivers/net/hinic/base/hinic_compat.h
> >  create mode 100644 drivers/net/hinic/base/hinic_pmd_cmd.h
> >  create mode 100644 drivers/net/hinic/hinic_pmd_ethdev.h
> >  create mode 100644 drivers/net/hinic/hinic_pmd_rx.h  create mode
> > 100644 drivers/net/hinic/hinic_pmd_tx.h
> 
> OK for base file headers, but not if adding PMD header files in advance with a
> commit is a good idea.
> 
> Can you please add those headers when they are used, it looks like
> 
> "hinic_pmd_ethdev.h" can be added on patch 11/15
> "hinic_pmd_rx.h"/"hinic_pmd_tx.h" can be added on patch 12/15

Hi Ferruh,

Thank you!

That's ok, I will put the "hinic_pmd_ethdev.h" to the patch 11/15, 
and "hinic_pmd_rx.h"/"hinic_pmd_tx.h" to the patch 12/15.

Best Regards,
Ziyang Xuan



             reply	other threads:[~2019-06-26 15:20 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-06-26 15:19 Xuanziyang (William, Chip Application Design Logic and Hardware Development Dept IT_Products & Solutions) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2019-06-19 15:45 [dpdk-dev] [PATCH v5 00/15] A new net PMD - hinic Ziyang Xuan
2019-06-19 16:08 ` [dpdk-dev] [PATCH v5 10/15] net/hinic: add various headers Ziyang Xuan
2019-06-26 11:54   ` 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=EA3B33EA29B44042A5337C4DC59AF4505EEF7675@dggeml512-mbx.china.huawei.com \
    --to=xuanziyang2@huawei.com \
    --cc=cloud.wangxiaoyun@huawei.com \
    --cc=dev@dpdk.org \
    --cc=ferruh.yigit@intel.com \
    --cc=luoxianjun@huawei.com \
    --cc=shahar.belkar@huawei.com \
    --cc=tanya.brokhman@huawei.com \
    --cc=zhouguoyang@huawei.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).