netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Andrew Lunn <andrew@lunn.ch>
To: Jiawen Wu <jiawenwu@trustnetic.com>
Cc: netdev@vger.kernel.org, 'Leon Romanovsky' <leon@kernel.org>
Subject: Re: [PATCH net-next v4] net: txgbe: Add build support for txgbe
Date: Wed, 15 Jun 2022 02:52:13 +0200	[thread overview]
Message-ID: <YqktPcFrEstedV3E@lunn.ch> (raw)
In-Reply-To: <00b701d87a11$7b9ba420$72d2ec60$@trustnetic.com>

On Tue, Jun 07, 2022 at 09:54:10AM +0800, Jiawen Wu wrote:
> Hi,
> 
> On Tuesday, May 31, 2022 11:27 AM, Jiawen Wu wrote:
> > Add doc build infrastructure for txgbe driver.
> > Initialize PCI memory space for WangXun 10 Gigabit Ethernet devices.
> > 
> > Signed-off-by: Jiawen Wu <jiawenwu@trustnetic.com>
> > ---
> >  .../device_drivers/ethernet/index.rst         |   1 +
> >  .../device_drivers/ethernet/wangxun/txgbe.rst |  20 ++
> >  MAINTAINERS                                   |   7 +
> >  drivers/net/ethernet/Kconfig                  |   1 +
> >  drivers/net/ethernet/Makefile                 |   1 +
> >  drivers/net/ethernet/wangxun/Kconfig          |  32 ++++
> >  drivers/net/ethernet/wangxun/Makefile         |   6 +
> >  drivers/net/ethernet/wangxun/txgbe/Makefile   |   9 +
> >  drivers/net/ethernet/wangxun/txgbe/txgbe.h    |  24 +++
> >  .../net/ethernet/wangxun/txgbe/txgbe_main.c   | 178
> > ++++++++++++++++++
> >  .../net/ethernet/wangxun/txgbe/txgbe_type.h   |  57 ++++++
> >  drivers/pci/quirks.c                          |  15 ++
> >  include/linux/pci_ids.h                       |   2 +
> >  13 files changed, 353 insertions(+)
> >  create mode 100644
> > Documentation/networking/device_drivers/ethernet/wangxun/txgbe.rst
> >  create mode 100644 drivers/net/ethernet/wangxun/Kconfig
> >  create mode 100644 drivers/net/ethernet/wangxun/Makefile
> >  create mode 100644 drivers/net/ethernet/wangxun/txgbe/Makefile
> >  create mode 100644 drivers/net/ethernet/wangxun/txgbe/txgbe.h
> >  create mode 100644 drivers/net/ethernet/wangxun/txgbe/txgbe_main.c
> >  create mode 100644 drivers/net/ethernet/wangxun/txgbe/txgbe_type.h
> > 
> 
> Can I get some suggestions on this patch?

I suggest you repost. In general, don't post more than once per 24
hours, but if you don't receiver any comments, or it is not merged
within 3 days, you probably need to repost. Also, if you post during
the merge window, you won't get too many comments, so you need to
repost once the merge window opens.

       Andrew

      parent reply	other threads:[~2022-06-15  0:52 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-31  3:26 [PATCH net-next v4] net: txgbe: Add build support for txgbe Jiawen Wu
2022-05-31  5:27 ` kernel test robot
2022-05-31  6:52 ` kernel test robot
     [not found] ` <00b701d87a11$7b9ba420$72d2ec60$@trustnetic.com>
2022-06-15  0:52   ` Andrew Lunn [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=YqktPcFrEstedV3E@lunn.ch \
    --to=andrew@lunn.ch \
    --cc=jiawenwu@trustnetic.com \
    --cc=leon@kernel.org \
    --cc=netdev@vger.kernel.org \
    /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).