From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
To: Sudeep Dutt <sudeep.dutt@intel.com>
Cc: Peter P Waskiewicz Jr <peter.p.waskiewicz.jr@intel.com>,
"Yaozu (Eddie) Dong" <eddie.dong@intel.com>,
Arnd Bergmann <arnd@arndb.de>,
"Michael S. Tsirkin" <mst@redhat.com>,
Harshavardhan R Kharche <harshavardhan.r.kharche@intel.com>,
linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org,
virtualization@lists.linux-foundation.org,
Ashutosh Dixit <ashutosh.dixit@intel.com>,
Rob Landley <rob@landley.net>,
Caz Yokoyama <Caz.Yokoyama@intel.com>,
Dasaratharaman Chandramouli
<dasaratharaman.chandramouli@intel.com>
Subject: Re: [PATCH v3 0/7] Enable Drivers for Intel MIC X100 Coprocessors.
Date: Wed, 4 Sep 2013 09:32:48 -0700 [thread overview]
Message-ID: <20130904163248.GA19631@kroah.com> (raw)
In-Reply-To: <1378311520.72268.21.camel@blbiskey-desk1.amr.corp.intel.com>
On Wed, Sep 04, 2013 at 09:18:40AM -0700, Sudeep Dutt wrote:
> On Wed, 2013-08-21 at 10:51 -0700, Sudeep Dutt wrote:
> > ChangeLog:
> > =========
> >
> > v2 => v3:
> > a) Patch 1 data structure cleanups, header file include cleanups,
> > IDA interface reuse and switching to device_create_with_groups(..)
> > as per feedback from Greg Kroah-Hartman.
> > b) Patch 7 signal documentation, sleep workaround removal and sysfs
> > access API cleanups as per feedback from Michael S. Tsirkin.
> >
> > v1 => v2: @ http://lwn.net/Articles/563131/
> > a) License wording cleanup, sysfs ABI documentation, patch 1 refactoring
> > into 3 smaller patches and function renames, as per feedback from
> > Greg Kroah-Hartman.
> > b) Use VRINGH infrastructure for accessing virtio rings from the host
> > in patch 5, as per feedback from Michael S. Tsirkin.
> >
> > v1: Initial post @ https://lwn.net/Articles/561314/
> >
>
> Hi Greg,
>
> It has been a couple of weeks since we posted v3 @
> https://lwn.net/Articles/564795 which addresses all feedback received so
> far. Have you had a chance to review this version? Please let us know
> your thoughts.
I don't have this around anymore, I got 7 copies and thought your
patch-send script went crazy so I deleted them :(
Care to send them again? But note, this is the merge window, so I'll
not be able to do anythign for at least 2 weeks with them.
thanks,
greg k-h
WARNING: multiple messages have this Message-ID (diff)
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
To: Sudeep Dutt <sudeep.dutt@intel.com>
Cc: Arnd Bergmann <arnd@arndb.de>,
Rusty Russell <rusty@rustcorp.com.au>,
"Michael S. Tsirkin" <mst@redhat.com>,
Rob Landley <rob@landley.net>,
linux-kernel@vger.kernel.org,
virtualization@lists.linux-foundation.org,
linux-doc@vger.kernel.org, Asias He <asias@redhat.com>,
Nikhil Rao <nikhil.rao@intel.com>,
Ashutosh Dixit <ashutosh.dixit@intel.com>,
Caz Yokoyama <Caz.Yokoyama@intel.com>,
Dasaratharaman Chandramouli
<dasaratharaman.chandramouli@intel.com>,
Harshavardhan R Kharche <harshavardhan.r.kharche@intel.com>,
"Yaozu (Eddie) Dong" <eddie.dong@intel.com>,
Peter P Waskiewicz Jr <peter.p.waskiewicz.jr@intel.com>
Subject: Re: [PATCH v3 0/7] Enable Drivers for Intel MIC X100 Coprocessors.
Date: Wed, 4 Sep 2013 09:32:48 -0700 [thread overview]
Message-ID: <20130904163248.GA19631@kroah.com> (raw)
In-Reply-To: <1378311520.72268.21.camel@blbiskey-desk1.amr.corp.intel.com>
On Wed, Sep 04, 2013 at 09:18:40AM -0700, Sudeep Dutt wrote:
> On Wed, 2013-08-21 at 10:51 -0700, Sudeep Dutt wrote:
> > ChangeLog:
> > =========
> >
> > v2 => v3:
> > a) Patch 1 data structure cleanups, header file include cleanups,
> > IDA interface reuse and switching to device_create_with_groups(..)
> > as per feedback from Greg Kroah-Hartman.
> > b) Patch 7 signal documentation, sleep workaround removal and sysfs
> > access API cleanups as per feedback from Michael S. Tsirkin.
> >
> > v1 => v2: @ http://lwn.net/Articles/563131/
> > a) License wording cleanup, sysfs ABI documentation, patch 1 refactoring
> > into 3 smaller patches and function renames, as per feedback from
> > Greg Kroah-Hartman.
> > b) Use VRINGH infrastructure for accessing virtio rings from the host
> > in patch 5, as per feedback from Michael S. Tsirkin.
> >
> > v1: Initial post @ https://lwn.net/Articles/561314/
> >
>
> Hi Greg,
>
> It has been a couple of weeks since we posted v3 @
> https://lwn.net/Articles/564795 which addresses all feedback received so
> far. Have you had a chance to review this version? Please let us know
> your thoughts.
I don't have this around anymore, I got 7 copies and thought your
patch-send script went crazy so I deleted them :(
Care to send them again? But note, this is the merge window, so I'll
not be able to do anythign for at least 2 weeks with them.
thanks,
greg k-h
next prev parent reply other threads:[~2013-09-04 16:32 UTC|newest]
Thread overview: 43+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-08-21 17:50 [PATCH v3 0/7] Enable Drivers for Intel MIC X100 Coprocessors Sudeep Dutt
2013-08-21 17:50 ` Sudeep Dutt
2013-08-21 17:50 ` [PATCH v3 1/7] Intel MIC Host Driver for X100 family Sudeep Dutt
2013-08-21 17:50 ` Sudeep Dutt
2013-08-21 17:50 ` [PATCH v3 2/7] Intel MIC Host Driver Interrupt/SMPT support Sudeep Dutt
2013-08-21 17:50 ` Sudeep Dutt
2013-08-21 17:50 ` [PATCH v3 3/7] Intel MIC Host Driver, card OS state management Sudeep Dutt
2013-08-21 17:52 ` Sudeep Dutt
2013-08-21 17:50 ` [PATCH v3 4/7] Intel MIC Card Driver for X100 family Sudeep Dutt
2013-08-21 17:51 ` Sudeep Dutt
2013-08-21 17:50 ` [PATCH v3 5/7] Intel MIC Host Driver Changes for Virtio Devices Sudeep Dutt
2013-08-21 17:50 ` [PATCH v3 6/7] Intel MIC Card " Sudeep Dutt
2013-08-21 17:50 ` Sudeep Dutt
2013-08-21 17:50 ` [PATCH v3 7/7] Sample Implementation of Intel MIC User Space Daemon Sudeep Dutt
2013-08-21 17:50 ` Sudeep Dutt
2013-08-21 17:50 ` [PATCH v3 1/7] Intel MIC Host Driver for X100 family Sudeep Dutt
2013-08-21 17:50 ` [PATCH v3 5/7] Intel MIC Host Driver Changes for Virtio Devices Sudeep Dutt
2013-08-21 17:50 ` [PATCH v3 7/7] Sample Implementation of Intel MIC User Space Daemon Sudeep Dutt
2013-08-21 17:51 ` [PATCH v3 1/7] Intel MIC Host Driver for X100 family Sudeep Dutt
2013-08-21 17:51 ` [PATCH v3 5/7] Intel MIC Host Driver Changes for Virtio Devices Sudeep Dutt
2013-08-21 17:51 ` [PATCH v3 7/7] Sample Implementation of Intel MIC User Space Daemon Sudeep Dutt
2013-08-21 17:51 ` [PATCH v3 1/7] Intel MIC Host Driver for X100 family Sudeep Dutt
2013-08-21 17:51 ` [PATCH v3 5/7] Intel MIC Host Driver Changes for Virtio Devices Sudeep Dutt
2013-08-21 17:51 ` [PATCH v3 7/7] Sample Implementation of Intel MIC User Space Daemon Sudeep Dutt
2013-08-21 17:51 ` [PATCH v3 1/7] Intel MIC Host Driver for X100 family Sudeep Dutt
2013-08-21 17:51 ` [PATCH v3 5/7] Intel MIC Host Driver Changes for Virtio Devices Sudeep Dutt
2013-08-21 17:51 ` [PATCH v3 7/7] Sample Implementation of Intel MIC User Space Daemon Sudeep Dutt
2013-08-21 17:51 ` [PATCH v3 1/7] Intel MIC Host Driver for X100 family Sudeep Dutt
2013-08-21 17:52 ` [PATCH v3 5/7] Intel MIC Host Driver Changes for Virtio Devices Sudeep Dutt
2013-08-21 17:52 ` [PATCH v3 7/7] Sample Implementation of Intel MIC User Space Daemon Sudeep Dutt
2013-08-21 17:52 ` [PATCH v3 1/7] Intel MIC Host Driver for X100 family Sudeep Dutt
2013-08-21 17:52 ` [PATCH v3 5/7] Intel MIC Host Driver Changes for Virtio Devices Sudeep Dutt
2013-08-21 17:52 ` [PATCH v3 7/7] Sample Implementation of Intel MIC User Space Daemon Sudeep Dutt
2013-08-21 17:52 ` [PATCH v3 1/7] Intel MIC Host Driver for X100 family Sudeep Dutt
2013-08-21 17:52 ` [PATCH v3 5/7] Intel MIC Host Driver Changes for Virtio Devices Sudeep Dutt
2013-08-21 17:52 ` Sudeep Dutt
2013-08-21 17:52 ` [PATCH v3 7/7] Sample Implementation of Intel MIC User Space Daemon Sudeep Dutt
2013-08-21 17:55 ` [PATCH v3 0/7] Enable Drivers for Intel MIC X100 Coprocessors Sudeep Dutt
2013-08-21 17:55 ` Sudeep Dutt
2013-09-04 16:18 ` Sudeep Dutt
2013-09-04 16:18 ` Sudeep Dutt
2013-09-04 16:32 ` Greg Kroah-Hartman [this message]
2013-09-04 16:32 ` Greg Kroah-Hartman
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=20130904163248.GA19631@kroah.com \
--to=gregkh@linuxfoundation.org \
--cc=Caz.Yokoyama@intel.com \
--cc=arnd@arndb.de \
--cc=ashutosh.dixit@intel.com \
--cc=dasaratharaman.chandramouli@intel.com \
--cc=eddie.dong@intel.com \
--cc=harshavardhan.r.kharche@intel.com \
--cc=linux-doc@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mst@redhat.com \
--cc=peter.p.waskiewicz.jr@intel.com \
--cc=rob@landley.net \
--cc=sudeep.dutt@intel.com \
--cc=virtualization@lists.linux-foundation.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.