All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tony Nguyen <anthony.l.nguyen@intel.com>
To: davem@davemloft.net, kuba@kernel.org
Cc: Tony Nguyen <anthony.l.nguyen@intel.com>, netdev@vger.kernel.org
Subject: [PATCH net-next 00/10][pull request] 1GbE Intel Wired LAN Driver Updates 2022-01-27
Date: Thu, 27 Jan 2022 13:52:14 -0800	[thread overview]
Message-ID: <20220127215224.422113-1-anthony.l.nguyen@intel.com> (raw)

Christophe Jaillet removes useless DMA-32 fallback calls from applicable
Intel drivers and simplifies code as a result of the removal.

The following are changes since commit e2cf07654efb0fd7bbcb475c6f74be7b5755a8fd:
  ptp: replace snprintf with sysfs_emit
and are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queue 1GbE

Christophe JAILLET (10):
  ixgb: Remove useless DMA-32 fallback configuration
  ixgbe: Remove useless DMA-32 fallback configuration
  ixgbevf: Remove useless DMA-32 fallback configuration
  i40e: Remove useless DMA-32 fallback configuration
  e1000e: Remove useless DMA-32 fallback configuration
  iavf: Remove useless DMA-32 fallback configuration
  ice: Remove useless DMA-32 fallback configuration
  igc: Remove useless DMA-32 fallback configuration
  igb: Remove useless DMA-32 fallback configuration
  igbvf: Remove useless DMA-32 fallback configuration

 drivers/net/ethernet/intel/e1000e/netdev.c    | 22 ++++++-------------
 drivers/net/ethernet/intel/i40e/i40e_main.c   |  9 +++-----
 drivers/net/ethernet/intel/iavf/iavf_main.c   |  9 +++-----
 drivers/net/ethernet/intel/ice/ice_main.c     |  2 --
 drivers/net/ethernet/intel/igb/igb_main.c     | 19 +++++-----------
 drivers/net/ethernet/intel/igbvf/netdev.c     | 22 +++++--------------
 drivers/net/ethernet/intel/igc/igc_main.c     | 19 +++++-----------
 drivers/net/ethernet/intel/ixgb/ixgb_main.c   | 19 +++++-----------
 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c | 20 ++++++-----------
 .../net/ethernet/intel/ixgbevf/ixgbevf_main.c | 20 +++++------------
 10 files changed, 49 insertions(+), 112 deletions(-)

-- 
2.31.1


             reply	other threads:[~2022-01-27 21:52 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-27 21:52 Tony Nguyen [this message]
2022-01-27 21:52 ` [PATCH net-next 01/10] ixgb: Remove useless DMA-32 fallback configuration Tony Nguyen
2022-01-27 21:52 ` [PATCH net-next 02/10] ixgbe: " Tony Nguyen
2022-01-27 21:52 ` [PATCH net-next 03/10] ixgbevf: " Tony Nguyen
2022-01-27 21:52 ` [PATCH net-next 04/10] i40e: " Tony Nguyen
2022-01-27 21:52 ` [PATCH net-next 05/10] e1000e: " Tony Nguyen
2022-01-27 21:52 ` [PATCH net-next 06/10] iavf: " Tony Nguyen
2022-01-27 21:52 ` [PATCH net-next 07/10] ice: " Tony Nguyen
2022-01-27 21:52 ` [PATCH net-next 08/10] igc: " Tony Nguyen
2022-01-27 21:52 ` [PATCH net-next 09/10] igb: " Tony Nguyen
2022-01-27 21:52 ` [PATCH net-next 10/10] igbvf: " Tony Nguyen
2022-01-28  3:10 ` [PATCH net-next 00/10][pull request] 1GbE Intel Wired LAN Driver Updates 2022-01-27 patchwork-bot+netdevbpf

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=20220127215224.422113-1-anthony.l.nguyen@intel.com \
    --to=anthony.l.nguyen@intel.com \
    --cc=davem@davemloft.net \
    --cc=kuba@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.