virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
* [RFC-v4 0/3] tcm_vhost+cmwq fabric driver code for-3.6
@ 2012-07-21  6:55 Nicholas A. Bellinger
  2012-07-21  6:55 ` [RFC-v4 1/3] vhost: Separate vhost-net features from vhost features Nicholas A. Bellinger
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Nicholas A. Bellinger @ 2012-07-21  6:55 UTC (permalink / raw)
  To: target-devel
  Cc: Jens Axboe, Stefan Hajnoczi, kvm-devel, Michael S. Tsirkin,
	Greg Kroah-Hartman, Zhi Yong Wu, Anthony Liguori, linux-scsi,
	Paolo Bonzini, lf-virt, Christoph Hellwig

From: Nicholas Bellinger <nab@linux-iscsi.org>

Hi MST, Greg-KH & Co,

The following is -v4 of the in-flight TCM vhost fabric driver for-3.6 code.
This series has been rebased into target-pending.git/for-next-merge this
evening, and the changelog over the last days from v3 -> v4 has been:
    
*) Rename vhost_vring_target -> vhost_scsi_target (mst + nab)
*) Use TRANSPORT_IQN_LEN in vhost_scsi_target->vhost_wwpn[] def (nab)
*) Move back to drivers/vhost/, and just use drivers/vhost/Kconfig.tcm (mst)
*) Move TCM_VHOST related ioctl defines from include/linux/vhost.h ->
   drivers/vhost/tcm_vhost.h as requested by MST (nab)
*) Move Kbuild.tcm include back from drivers/staging -> drivers/vhost/, and
   just use 'if STAGING' around 'source drivers/vhost/Kbuild.tcm'

This series uses Greg-KH's last recommendation from the linux-next thread
to just KISS + use the STAGING bit for this driver short of moving wholesale
into drivers/staging/tcm_vhost/.

As mentioned in the same thread, MST would like to see this in staging so we
don't have to commit to a ABI for QEMU userspace just yet.  Can we agree that
the STAGING bit usage here is enough to mark this code as staging for users..? 
Pretty please..?

The reason that -v4 currently avoids a drivers/staging/tcm_vhost/ move is to
prevent the staging tree needing to merge vhost + target-pending/for-next for
tcm_vhost build requirements.  It is easier to merge via target-pending w/ the
necessary ACKs for the drivers/vhost/ bits, but I'm fine with posting a -v5
series ASAP to move this code into drivers/staging/tcm_vhost + let staging
handle the necessary vhost + target merge dependencies.

I'll let the staging folks (Greg-KH..?) decided if they are OK with the
extra tree merges here before nominating them.  ;)

So aside from the 'marked as staging' directory location back <-> forth,
please consider ACK'ing the main bits for an initial merge.

Thank you!

Nicholas Bellinger (1):
  tcm_vhost: Initial merge for vhost level target fabric driver

Stefan Hajnoczi (2):
  vhost: Separate vhost-net features from vhost features
  vhost: make vhost work queue visible

 drivers/vhost/Kconfig     |    3 +
 drivers/vhost/Kconfig.tcm |    6 +
 drivers/vhost/Makefile    |    2 +
 drivers/vhost/net.c       |    4 +-
 drivers/vhost/tcm_vhost.c | 1611 +++++++++++++++++++++++++++++++++++++++++++++
 drivers/vhost/tcm_vhost.h |   90 +++
 drivers/vhost/test.c      |    4 +-
 drivers/vhost/vhost.c     |    5 +-
 drivers/vhost/vhost.h     |    6 +-
 9 files changed, 1723 insertions(+), 8 deletions(-)
 create mode 100644 drivers/vhost/Kconfig.tcm
 create mode 100644 drivers/vhost/tcm_vhost.c
 create mode 100644 drivers/vhost/tcm_vhost.h

-- 
1.7.2.5

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

end of thread, other threads:[~2012-07-21 22:50 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-21  6:55 [RFC-v4 0/3] tcm_vhost+cmwq fabric driver code for-3.6 Nicholas A. Bellinger
2012-07-21  6:55 ` [RFC-v4 1/3] vhost: Separate vhost-net features from vhost features Nicholas A. Bellinger
2012-07-21  6:55 ` [RFC-v4 2/3] vhost: make vhost work queue visible Nicholas A. Bellinger
2012-07-21  6:55 ` [RFC-v4 3/3] tcm_vhost: Initial merge for vhost level target fabric driver Nicholas A. Bellinger
     [not found] ` <1342853738-27682-2-git-send-email-nab@linux-iscsi.org>
2012-07-21 22:26   ` [RFC-v4 1/3] vhost: Separate vhost-net features from vhost features Michael S. Tsirkin
     [not found] ` <1342853738-27682-3-git-send-email-nab@linux-iscsi.org>
2012-07-21 22:26   ` [RFC-v4 2/3] vhost: make vhost work queue visible Michael S. Tsirkin
     [not found] ` <1342853738-27682-4-git-send-email-nab@linux-iscsi.org>
2012-07-21 22:50   ` [RFC-v4 3/3] tcm_vhost: Initial merge for vhost level target fabric driver Michael S. Tsirkin

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