[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAK=WgbbV6mvYC+KeSKJR+jmrAy3Et5opzzno1_kaicMPdDxNXg@mail.gmail.com>
Date: Mon, 18 Mar 2013 00:52:19 +0200
From: Ohad Ben-Cohen <ohad@...ery.com>
To: Erwan Yvin <erwan.yvin@...ricsson.com>
Cc: "David S. Miller" <davem@...emloft.net>,
Rusty Russel <rusty@...corp.com.au>,
Sjur Braendeland <sjur.brandeland@...ricsson.com>,
Linus Walleij <linus.walleij@...ricsson.com>,
virtualization <virtualization@...ts.linux-foundation.org>,
netdev <netdev@...r.kernel.org>,
Rusty Russell <rusty@...tcorp.com.au>
Subject: Re: [PATCHv3 vringh] caif_virtio: Introduce caif over virtio
Hi Erwan,
On Fri, Mar 15, 2013 at 11:42 AM, Erwan Yvin <erwan.yvin@...ricsson.com> wrote:
> diff --git a/drivers/net/caif/caif_virtio.c b/drivers/net/caif/caif_virtio.c
> new file mode 100644
> index 0000000..6a745dd
> --- /dev/null
> +++ b/drivers/net/caif/caif_virtio.c
> @@ -0,0 +1,786 @@
> +/*
> + * Copyright (C) ST-Ericsson AB 2013
> + * Authors: Vicram Arv / vikram.arv@...ricsson.com,
> + * Dmitry Tarnyagin / dmitry.tarnyagin@...ricsson.com
> + * Sjur Brendeland / sjur.brandeland@...ricsson.com
> + * License terms: GNU General Public License (GPL) version 2
> + */
> +#include <linux/module.h>
> +#include <linux/if_arp.h>
> +#include <linux/virtio.h>
> +#include <linux/vringh.h>
> +#include <linux/debugfs.h>
> +#include <linux/spinlock.h>
> +#include <linux/genalloc.h>
> +#include <linux/interrupt.h>
> +#include <linux/netdevice.h>
> +#include <linux/rtnetlink.h>
> +#include <linux/remoteproc.h>
The driver looks nicely decoupled from remoteproc - do you still need
remoteproc.h ?
Thanks,
Ohad.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists