All of lore.kernel.org
 help / color / mirror / Atom feed
* [Intel-wired-lan] [PATCH net-next v1 0/4] virtchnl: update and refactor
@ 2022-12-16 20:06 Jesse Brandeburg
  2022-12-16 20:06 ` [Intel-wired-lan] [PATCH net-next v1 1/4] virtchnl: remove unused structure declaration Jesse Brandeburg
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Jesse Brandeburg @ 2022-12-16 20:06 UTC (permalink / raw)
  To: intel-wired-lan; +Cc: Jesse Brandeburg

The virtchnl.h file is used by i40e/ice physical function (PF) drivers
and irdma when talking to the iavf driver. This series cleans up the
header file by removing unused elements, adding/cleaning some comments,
fixing the data structures so they are explicitly defined, including
padding, and finally does a long overdue rename of the IWARP members in
the structures to RDMA, since the ice driver and it's associated Intel
Ethernet E800 series adapters support both RDMA and IWARP.

The whole series should result in no functional change, but hopefully
clearer code.

Jesse Brandeburg (4):
  virtchnl: remove unused structure declaration
  virtchnl: update header and increase header clarity
  virtchnl: do structure hardening
  virtchnl: i40e/ice/iavf: rename iwarp to rdma

 drivers/net/ethernet/intel/i40e/i40e_client.c |   2 +-
 .../ethernet/intel/i40e/i40e_virtchnl_pf.c    |  63 +++----
 .../ethernet/intel/i40e/i40e_virtchnl_pf.h    |   6 +-
 drivers/net/ethernet/intel/iavf/iavf.h        |   6 +-
 drivers/net/ethernet/intel/iavf/iavf_client.c |  32 ++--
 drivers/net/ethernet/intel/iavf/iavf_client.h |   2 +-
 drivers/net/ethernet/intel/iavf/iavf_common.c |   4 +-
 drivers/net/ethernet/intel/iavf/iavf_main.c   |   2 +-
 drivers/net/ethernet/intel/iavf/iavf_status.h |   2 +-
 .../net/ethernet/intel/iavf/iavf_virtchnl.c   |   6 +-
 include/linux/avf/virtchnl.h                  | 159 ++++++++++--------
 11 files changed, 150 insertions(+), 134 deletions(-)

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

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2023-01-24 12:19 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-16 20:06 [Intel-wired-lan] [PATCH net-next v1 0/4] virtchnl: update and refactor Jesse Brandeburg
2022-12-16 20:06 ` [Intel-wired-lan] [PATCH net-next v1 1/4] virtchnl: remove unused structure declaration Jesse Brandeburg
2023-01-23  9:02   ` Szlosek, Marek
2022-12-16 20:06 ` [Intel-wired-lan] [PATCH net-next v1 2/4] virtchnl: update header and increase header clarity Jesse Brandeburg
2023-01-23  9:03   ` Szlosek, Marek
2022-12-16 20:06 ` [Intel-wired-lan] [PATCH net-next v1 3/4] virtchnl: do structure hardening Jesse Brandeburg
2023-01-23  9:04   ` Szlosek, Marek
2022-12-16 20:06 ` [Intel-wired-lan] [PATCH net-next v1 4/4] virtchnl: i40e/ice/iavf: rename iwarp to rdma Jesse Brandeburg
     [not found]   ` <BN7PR11MB2788EDE812D1209E725FD0B9E6C99@BN7PR11MB2788.namprd11.prod.outlook.com>
2023-01-24 12:19     ` Kaliszczuk, Leszek

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.