search for: tdport

Displaying 6 results from an estimated 6 matches for "tdport".

Did you mean: dport
2018 Feb 20
2
[RFC PATCH v3 0/3] Enable virtio_net to act as a backup for a passthru device
On Tue, 20 Feb 2018 21:14:10 +0100, Jiri Pirko wrote: > Yeah, I can see it now :( I guess that the ship has sailed and we are > stuck with this ugly thing forever... > > Could you at least make some common code that is shared in between > netvsc and virtio_net so this is handled in exacly the same way in both? IMHO netvsc is a vendor specific driver which made a mistake on what
2018 Feb 20
2
[RFC PATCH v3 0/3] Enable virtio_net to act as a backup for a passthru device
On Tue, 20 Feb 2018 21:14:10 +0100, Jiri Pirko wrote: > Yeah, I can see it now :( I guess that the ship has sailed and we are > stuck with this ugly thing forever... > > Could you at least make some common code that is shared in between > netvsc and virtio_net so this is handled in exacly the same way in both? IMHO netvsc is a vendor specific driver which made a mistake on what
2018 Feb 21
0
[RFC PATCH v3 0/3] Enable virtio_net to act as a backup for a passthru device
...eamd_event_watch_unlinked_hwaddr_changed, }; static int teamd_port_watch_init(struct teamd_context *ctx) diff --git a/teamd/teamd.h b/teamd/teamd.h index 5dbfb9b..171a8d1 100644 --- a/teamd/teamd.h +++ b/teamd/teamd.h @@ -189,6 +189,8 @@ struct teamd_event_watch_ops { struct teamd_port *tdport, void *priv); int (*port_ifname_changed)(struct teamd_context *ctx, struct teamd_port *tdport, void *priv); + int (*unlinked_hwaddr_changed)(struct teamd_context *ctx, + struct team_ifinfo *ifinfo, void *priv); int (*option_changed)(struct teamd_context *ctx, struct...
2018 Feb 21
2
[RFC PATCH v3 0/3] Enable virtio_net to act as a backup for a passthru device
...nt teamd_port_watch_init(struct teamd_context *ctx) > diff --git a/teamd/teamd.h b/teamd/teamd.h > index 5dbfb9b..171a8d1 100644 > --- a/teamd/teamd.h > +++ b/teamd/teamd.h > @@ -189,6 +189,8 @@ struct teamd_event_watch_ops { > struct teamd_port *tdport, void *priv); > int (*port_ifname_changed)(struct teamd_context *ctx, > struct teamd_port *tdport, void *priv); > + int (*unlinked_hwaddr_changed)(struct teamd_context *ctx, > + struct team_ifinfo *ifi...
2018 Feb 21
2
[RFC PATCH v3 0/3] Enable virtio_net to act as a backup for a passthru device
...nt teamd_port_watch_init(struct teamd_context *ctx) > diff --git a/teamd/teamd.h b/teamd/teamd.h > index 5dbfb9b..171a8d1 100644 > --- a/teamd/teamd.h > +++ b/teamd/teamd.h > @@ -189,6 +189,8 @@ struct teamd_event_watch_ops { > struct teamd_port *tdport, void *priv); > int (*port_ifname_changed)(struct teamd_context *ctx, > struct teamd_port *tdport, void *priv); > + int (*unlinked_hwaddr_changed)(struct teamd_context *ctx, > + struct team_ifinfo *ifi...
2018 Feb 21
0
[RFC PATCH v3 0/3] Enable virtio_net to act as a backup for a passthru device
...(struct teamd_context *ctx) >> diff --git a/teamd/teamd.h b/teamd/teamd.h >> index 5dbfb9b..171a8d1 100644 >> --- a/teamd/teamd.h >> +++ b/teamd/teamd.h >> @@ -189,6 +189,8 @@ struct teamd_event_watch_ops { >> struct teamd_port *tdport, void *priv); >> int (*port_ifname_changed)(struct teamd_context *ctx, >> struct teamd_port *tdport, void *priv); >> + int (*unlinked_hwaddr_changed)(struct teamd_context *ctx, >> + struct...