From: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
To: Oleksandr Andrushchenko <andr2000@gmail.com>
Cc: tiwai@suse.de, xen-devel@lists.xenproject.org,
alsa-devel@alsa-project.org,
Oleksandr Andrushchenko <oleksandr_andrushchenko@epam.com>
Subject: Re: [Xen-devel][PATCH v2 1/3] sndif: Introduce protocol version
Date: Thu, 15 Mar 2018 16:14:40 -0400 [thread overview]
Message-ID: <20180315201440.GM10870@char.us.oracle.com> (raw)
In-Reply-To: <1521043365-26813-2-git-send-email-andr2000@gmail.com>
On Wed, Mar 14, 2018 at 06:02:43PM +0200, Oleksandr Andrushchenko wrote:
> From: Oleksandr Andrushchenko <oleksandr_andrushchenko@epam.com>
>
> Protocol version was referenced in the protocol description,
> but missed its definition. Fix this by adding a constant
> for current protocol version.
>
> Signed-off-by: Oleksandr Andrushchenko <oleksandr_andrushchenko@epam.com>
Reviewed-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Thank you!
> ---
> xen/include/public/io/sndif.h | 7 +++++++
> 1 file changed, 7 insertions(+)
>
> diff --git a/xen/include/public/io/sndif.h b/xen/include/public/io/sndif.h
> index c5c1978406b3..667e610fda2b 100644
> --- a/xen/include/public/io/sndif.h
> +++ b/xen/include/public/io/sndif.h
> @@ -38,6 +38,13 @@
>
> /*
> ******************************************************************************
> + * Protocol version
> + ******************************************************************************
> + */
> +#define XENSND_PROTOCOL_VERSION 1
> +
> +/*
> + ******************************************************************************
> * Feature and Parameter Negotiation
> ******************************************************************************
> *
> --
> 2.7.4
>
next prev parent reply other threads:[~2018-03-15 20:14 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-03-14 16:02 [Xen-devel][PATCH v2 0/3] sndif: add explicit back and front synchronization Oleksandr Andrushchenko
2018-03-14 16:02 ` [Xen-devel][PATCH v2 1/3] sndif: Introduce protocol version Oleksandr Andrushchenko
2018-03-15 20:14 ` Konrad Rzeszutek Wilk [this message]
2018-03-14 16:02 ` [Xen-devel][PATCH v2 2/3] sndif: Add explicit back and front synchronization Oleksandr Andrushchenko
2018-03-15 20:17 ` Konrad Rzeszutek Wilk
2018-03-16 6:24 ` Oleksandr Andrushchenko
2018-03-14 16:02 ` [Xen-devel][PATCH v2 3/3] sndif: Add explicit back and front parameter negotiation Oleksandr Andrushchenko
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=20180315201440.GM10870@char.us.oracle.com \
--to=konrad.wilk@oracle.com \
--cc=alsa-devel@alsa-project.org \
--cc=andr2000@gmail.com \
--cc=oleksandr_andrushchenko@epam.com \
--cc=tiwai@suse.de \
--cc=xen-devel@lists.xenproject.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 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).