netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Tariq Toukan <tariqt@mellanox.com>
To: "David S. Miller" <davem@davemloft.net>
Cc: netdev@vger.kernel.org, Eran Ben Elisha <eranbe@mellanox.com>,
	Tariq Toukan <tariqt@mellanox.com>
Subject: [PATCH net-next 0/2] Introduce net_prefetch
Date: Sun,  5 May 2019 13:36:05 +0300	[thread overview]
Message-ID: <1557052567-31827-1-git-send-email-tariqt@mellanox.com> (raw)

Hi Dave,

In this series, I first take the repeated code structure from
net device drivers into a function. Then, I call it from mlx5e driver.

Series generated against net-next commit:
ca96534630e2 openvswitch: check for null pointer return from nla_nest_start_noflag

Thanks,
Tariq


Tariq Toukan (2):
  net: Take common prefetch code structure into a function
  net/mlx5e: RX, Add a prefetch command for small L1_CACHE_BYTES

 drivers/net/ethernet/chelsio/cxgb3/sge.c              |  5 +----
 drivers/net/ethernet/hisilicon/hns/hns_enet.c         |  5 +----
 drivers/net/ethernet/hisilicon/hns3/hns3_enet.c       |  5 +----
 drivers/net/ethernet/intel/fm10k/fm10k_main.c         |  5 +----
 drivers/net/ethernet/intel/i40e/i40e_txrx.c           | 12 ++++--------
 drivers/net/ethernet/intel/iavf/iavf_txrx.c           | 11 +++--------
 drivers/net/ethernet/intel/ice/ice_txrx.c             |  5 +----
 drivers/net/ethernet/intel/igb/igb_main.c             | 10 ++--------
 drivers/net/ethernet/intel/igc/igc_main.c             | 10 ++--------
 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c         | 11 +++--------
 drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c     | 11 +++--------
 drivers/net/ethernet/mellanox/mlx5/core/en/xdp.c      |  4 ++--
 drivers/net/ethernet/mellanox/mlx5/core/en_rx.c       | 13 ++++++-------
 drivers/net/ethernet/mellanox/mlx5/core/en_selftest.c |  3 +--
 include/linux/netdevice.h                             | 16 ++++++++++++++++
 15 files changed, 47 insertions(+), 79 deletions(-)

-- 
1.8.3.1


             reply	other threads:[~2019-05-05 10:36 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-05-05 10:36 Tariq Toukan [this message]
2019-05-05 10:36 ` [PATCH net-next 1/2] net: Take common prefetch code structure into a function Tariq Toukan
2019-05-06 23:51   ` Jakub Kicinski
2019-05-07 10:08     ` Jesper Dangaard Brouer
2019-05-08  7:48       ` Tariq Toukan
2019-05-05 10:36 ` [PATCH net-next 2/2] net/mlx5e: RX, Add a prefetch command for small L1_CACHE_BYTES Tariq Toukan

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=1557052567-31827-1-git-send-email-tariqt@mellanox.com \
    --to=tariqt@mellanox.com \
    --cc=davem@davemloft.net \
    --cc=eranbe@mellanox.com \
    --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).