netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/3] sfc: Clean up Siena SR-IOV support in preparation for EF10 SR-IOV support
@ 2014-11-05 12:15 Shradha Shah
  2014-11-05 12:16 ` [PATCH net-next 1/3] sfc: Move the current VF state from efx_nic into siena_nic_data Shradha Shah
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Shradha Shah @ 2014-11-05 12:15 UTC (permalink / raw)
  To: David Miller; +Cc: netdev, linux-net-drivers

This patch series provides a base and clean up for the upcoming
EF10 SRIOV patches.

Shradha Shah (3):
  sfc: Move the current VF state from efx_nic into siena_nic_data
  sfc: Rename implementations in siena_sriov.c to have a 'siena' prefix
  sfc: Add NIC type operations to replace direct calls from efx.c into
    siena_sriov.c

 drivers/net/ethernet/sfc/ef10.c        |   5 +
 drivers/net/ethernet/sfc/efx.c         |  22 +--
 drivers/net/ethernet/sfc/falcon.c      |  10 ++
 drivers/net/ethernet/sfc/farch.c       |  27 ++--
 drivers/net/ethernet/sfc/mcdi.c        |   2 +-
 drivers/net/ethernet/sfc/net_driver.h  |  19 +--
 drivers/net/ethernet/sfc/nic.h         | 112 +++++++++-----
 drivers/net/ethernet/sfc/siena.c       |   8 +-
 drivers/net/ethernet/sfc/siena_sriov.c | 269 ++++++++++++++++++---------------
 9 files changed, 281 insertions(+), 193 deletions(-)

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

end of thread, other threads:[~2014-11-06 19:43 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-05 12:15 [PATCH net-next 0/3] sfc: Clean up Siena SR-IOV support in preparation for EF10 SR-IOV support Shradha Shah
2014-11-05 12:16 ` [PATCH net-next 1/3] sfc: Move the current VF state from efx_nic into siena_nic_data Shradha Shah
2014-11-05 12:16 ` [PATCH net-next 2/3] sfc: Rename implementations in siena_sriov.c to have a 'siena' prefix Shradha Shah
2014-11-05 12:16 ` [PATCH net-next 3/3] sfc: Add NIC type operations to replace direct calls from efx.c into siena_sriov.c Shradha Shah
2014-11-06 19:43 ` [PATCH net-next 0/3] sfc: Clean up Siena SR-IOV support in preparation for EF10 SR-IOV support David Miller

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).