[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20090803132927.2818fee2@nehalam>
Date: Mon, 3 Aug 2009 13:29:27 -0700
From: Stephen Hemminger <shemminger@...tta.com>
To: Gregory Haskins <gregory.haskins@...il.com>
Cc: Gregory Haskins <ghaskins@...ell.com>,
linux-kernel@...r.kernel.org,
alacrityvm-devel@...ts.sourceforge.net, netdev@...r.kernel.org
Subject: Re: [PATCH 6/7] net: Add vbus_enet driver
On Mon, 03 Aug 2009 16:24:10 -0400
Gregory Haskins <gregory.haskins@...il.com> wrote:
> Stephen Hemminger wrote:
> > On Mon, 03 Aug 2009 16:10:37 -0400
> > Gregory Haskins <ghaskins@...ell.com> wrote:
> >
> >> Stephen Hemminger wrote:
> >>> On Mon, 03 Aug 2009 13:18:02 -0400
> >>> Gregory Haskins <ghaskins@...ell.com> wrote:
> >>>
> >>>> +
> >>>> +static const struct net_device_ops vbus_enet_netdev_ops = {
> >>>> + .ndo_open = vbus_enet_open,
> >>>> + .ndo_stop = vbus_enet_stop,
> >>>> + .ndo_set_config = vbus_enet_config,
> >>>> + .ndo_start_xmit = vbus_enet_tx_start,
> >>>> + .ndo_change_mtu = vbus_enet_change_mtu,
> >>>> + .ndo_tx_timeout = vbus_enet_timeout,
> >>>> +};
> >>>
> >>> Missing
> >>> .ndo_set_mac_address = eth_mac_addr,
> >>> .ndo_validate_addr = eth_validate_addr,
> >>>
> >> Ack.
> >>
> >>> Also, should have change_mtu.
> >> note that I do have .ndo_change_mtu. I assume this is what you are
> >> referring to and just missed it. If there is something else I need
> >> there, let me know.
> >
> > If you don't have a change_mtu, then MTU is unlimited.
>
> Is "change_mtu" different from .ndo_change_mtu" on the ndo struct?
> That's whats confusing me, as I have the .ndo one already. Is there
> something else I need in addition, or should I be ok as is?
Never mind, it is same as .ndo_change_mtu
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists