netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: David Miller <davem@davemloft.net>
To: rvatsavayi@caviumnetworks.com
Cc: netdev@vger.kernel.org, derek.chickles@caviumnetworks.com,
	satananda.burla@caviumnetworks.com,
	felix.manlunas@caviumnetworks.com,
	raghu.vatsavayi@caviumnetworks.com
Subject: Re: [PATCH net-next 01/10] liquidio: Vxlan support
Date: Wed, 29 Jun 2016 05:03:44 -0400 (EDT)	[thread overview]
Message-ID: <20160629.050344.1877930858239242573.davem@davemloft.net> (raw)
In-Reply-To: <1467161672-21063-2-git-send-email-rvatsavayi@caviumnetworks.com>

From: Raghu Vatsavayi <rvatsavayi@caviumnetworks.com>
Date: Tue, 28 Jun 2016 17:54:23 -0700

> @@ -3222,6 +3406,10 @@ static struct net_device_ops lionetdevops = {
>  	.ndo_do_ioctl		= liquidio_ioctl,
>  	.ndo_fix_features	= liquidio_fix_features,
>  	.ndo_set_features	= liquidio_set_features,
> +#ifdef CONFIG_VXLAN
> +	.ndo_add_vxlan_port	= liquidio_add_vxlan_port,
> +	.ndo_del_vxlan_port	= liquidio_del_vxlan_port,
> +#endif
>  };
>  
>  /** \brief Entry point for the liquidio module

This means that VXLAN cannot be used as a module with your driver.

Please look at how other drivers handle this issue.

  reply	other threads:[~2016-06-29  9:16 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-06-29  0:54 [PATCH net-next 00/10] liquidio updates and bug fixes Raghu Vatsavayi
2016-06-29  0:54 ` [PATCH net-next 01/10] liquidio: Vxlan support Raghu Vatsavayi
2016-06-29  9:03   ` David Miller [this message]
2016-06-29  0:54 ` [PATCH net-next 02/10] liquidio: Macro replacements Raghu Vatsavayi
2016-06-29  0:54 ` [PATCH net-next 03/10] liquidio: IQ synchronization Raghu Vatsavayi
2016-06-29  0:54 ` [PATCH net-next 04/10] liquidio: softcommand delay Raghu Vatsavayi
2016-06-29  0:54 ` [PATCH net-next 05/10] liquidio: iq/oq limits Raghu Vatsavayi
2016-06-29  0:54 ` [PATCH net-next 06/10] liquidio: free resources during shutdown Raghu Vatsavayi
2016-06-29  0:54 ` [PATCH net-next 07/10] liquidio: MTU limits Raghu Vatsavayi
2016-06-29  0:54 ` [PATCH net-next 08/10] liquidio: Droq validation Raghu Vatsavayi
2016-06-29  0:54 ` [PATCH net-next 09/10] liquidio: Remove redundant code Raghu Vatsavayi
2016-06-29  0:54 ` [PATCH net-next 10/10] liquidio: Response header changes Raghu Vatsavayi

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=20160629.050344.1877930858239242573.davem@davemloft.net \
    --to=davem@davemloft.net \
    --cc=derek.chickles@caviumnetworks.com \
    --cc=felix.manlunas@caviumnetworks.com \
    --cc=netdev@vger.kernel.org \
    --cc=raghu.vatsavayi@caviumnetworks.com \
    --cc=rvatsavayi@caviumnetworks.com \
    --cc=satananda.burla@caviumnetworks.com \
    /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).