All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ivan Vecera <ivecera@redhat.com>
To: netdev@vger.kernel.org
Cc: intel-wired-lan@lists.osuosl.org,
	Jesse Brandeburg <jesse.brandeburg@intel.com>,
	linux-kernel@vger.kernel.org, Eric Dumazet <edumazet@google.com>,
	Tony Nguyen <anthony.l.nguyen@intel.com>,
	Jacob Keller <jacob.e.keller@intel.com>,
	Jakub Kicinski <kuba@kernel.org>, Paolo Abeni <pabeni@redhat.com>,
	"David S. Miller" <davem@davemloft.net>
Subject: [Intel-wired-lan] [PATCH iwl-next 0/2] Remove VF MAC types and move helpers from i40e_type.h
Date: Wed, 25 Oct 2023 12:33:13 +0200	[thread overview]
Message-ID: <20231025103315.1149589-1-ivecera@redhat.com> (raw)

The series removes MAC types for VF functions and moves inline helper
functions from i40e_type.h to i40e_prototype.h

Ivan Vecera (2):
  i40e: Remove VF MAC types
  i40e: Move inline helpers to i40e_prototype.h

 drivers/net/ethernet/intel/i40e/i40e_adminq.c | 33 +++-----
 .../net/ethernet/intel/i40e/i40e_prototype.h  | 70 +++++++++++++++++
 drivers/net/ethernet/intel/i40e/i40e_type.h   | 76 -------------------
 3 files changed, 80 insertions(+), 99 deletions(-)

-- 
2.41.0

_______________________________________________
Intel-wired-lan mailing list
Intel-wired-lan@osuosl.org
https://lists.osuosl.org/mailman/listinfo/intel-wired-lan

WARNING: multiple messages have this Message-ID (diff)
From: Ivan Vecera <ivecera@redhat.com>
To: netdev@vger.kernel.org
Cc: Jesse Brandeburg <jesse.brandeburg@intel.com>,
	Tony Nguyen <anthony.l.nguyen@intel.com>,
	"David S. Miller" <davem@davemloft.net>,
	Eric Dumazet <edumazet@google.com>,
	Jakub Kicinski <kuba@kernel.org>, Paolo Abeni <pabeni@redhat.com>,
	intel-wired-lan@lists.osuosl.org, linux-kernel@vger.kernel.org,
	Jacob Keller <jacob.e.keller@intel.com>
Subject: [PATCH iwl-next 0/2] Remove VF MAC types and move helpers from i40e_type.h
Date: Wed, 25 Oct 2023 12:33:13 +0200	[thread overview]
Message-ID: <20231025103315.1149589-1-ivecera@redhat.com> (raw)

The series removes MAC types for VF functions and moves inline helper
functions from i40e_type.h to i40e_prototype.h

Ivan Vecera (2):
  i40e: Remove VF MAC types
  i40e: Move inline helpers to i40e_prototype.h

 drivers/net/ethernet/intel/i40e/i40e_adminq.c | 33 +++-----
 .../net/ethernet/intel/i40e/i40e_prototype.h  | 70 +++++++++++++++++
 drivers/net/ethernet/intel/i40e/i40e_type.h   | 76 -------------------
 3 files changed, 80 insertions(+), 99 deletions(-)

-- 
2.41.0


             reply	other threads:[~2023-10-25 10:33 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-10-25 10:33 Ivan Vecera [this message]
2023-10-25 10:33 ` [PATCH iwl-next 0/2] Remove VF MAC types and move helpers from i40e_type.h Ivan Vecera
2023-10-25 10:33 ` [Intel-wired-lan] [PATCH iwl-next 1/2] i40e: Remove VF MAC types Ivan Vecera
2023-10-25 10:33   ` Ivan Vecera
2023-10-25 10:48   ` [Intel-wired-lan] " Wojciech Drewek
2023-10-25 10:48     ` Wojciech Drewek
2023-10-25 12:16     ` [Intel-wired-lan] " Jiri Pirko
2023-10-25 12:16       ` Jiri Pirko
2023-10-25 12:20       ` [Intel-wired-lan] " Jiri Pirko
2023-10-25 12:20         ` Jiri Pirko
2023-10-25 12:27         ` [Intel-wired-lan] " Wojciech Drewek
2023-10-25 12:27           ` Wojciech Drewek
2023-10-25 17:43           ` [Intel-wired-lan] " Jacob Keller
2023-10-25 17:43             ` Jacob Keller
2023-10-26  0:20         ` [Intel-wired-lan] " Jacob Keller
2023-10-26  0:20           ` Jacob Keller
2023-10-25 14:39     ` [Intel-wired-lan] " Ivan Vecera
2023-10-25 14:39       ` Ivan Vecera
2023-10-25 17:44       ` [Intel-wired-lan] " Jacob Keller
2023-10-25 17:44         ` Jacob Keller
2023-10-26  9:42         ` [Intel-wired-lan] " Wojciech Drewek
2023-10-26  9:42           ` Wojciech Drewek
2023-10-30  9:09   ` [Intel-wired-lan] " Pucha, HimasekharX Reddy
2023-10-30  9:09     ` Pucha, HimasekharX Reddy
2023-10-25 10:33 ` [Intel-wired-lan] [PATCH iwl-next 2/2] i40e: Move inline helpers to i40e_prototype.h Ivan Vecera
2023-10-25 10:33   ` Ivan Vecera
2023-10-25 10:44   ` [Intel-wired-lan] " Wojciech Drewek
2023-10-25 10:44     ` Wojciech Drewek
2023-10-30  9:10   ` [Intel-wired-lan] " Pucha, HimasekharX Reddy
2023-10-30  9:10     ` Pucha, HimasekharX Reddy

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=20231025103315.1149589-1-ivecera@redhat.com \
    --to=ivecera@redhat.com \
    --cc=anthony.l.nguyen@intel.com \
    --cc=davem@davemloft.net \
    --cc=edumazet@google.com \
    --cc=intel-wired-lan@lists.osuosl.org \
    --cc=jacob.e.keller@intel.com \
    --cc=jesse.brandeburg@intel.com \
    --cc=kuba@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=pabeni@redhat.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 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.