search for: teamd_per_port

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

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
...x.com> --- include/team.h | 7 +++++++ libteam/ifinfo.c | 20 ++++++++++++++++++++ teamd/teamd.c | 17 +++++++++++++++++ teamd/teamd.h | 5 +++++ teamd/teamd_events.c | 17 +++++++++++++++++ teamd/teamd_ifinfo_watch.c | 9 +++++++++ teamd/teamd_per_port.c | 7 ++++++- 7 files changed, 81 insertions(+), 1 deletion(-) diff --git a/include/team.h b/include/team.h index 9ae517d..b0c19c8 100644 --- a/include/team.h +++ b/include/team.h @@ -137,6 +137,13 @@ struct team_ifinfo *team_get_next_ifinfo(struct team_handle *th, #define team_for_each_ifi...
2018 Feb 21
2
[RFC PATCH v3 0/3] Enable virtio_net to act as a backup for a passthru device
...| 7 +++++++ > libteam/ifinfo.c | 20 ++++++++++++++++++++ > teamd/teamd.c | 17 +++++++++++++++++ > teamd/teamd.h | 5 +++++ > teamd/teamd_events.c | 17 +++++++++++++++++ > teamd/teamd_ifinfo_watch.c | 9 +++++++++ > teamd/teamd_per_port.c | 7 ++++++- > 7 files changed, 81 insertions(+), 1 deletion(-) > > diff --git a/include/team.h b/include/team.h > index 9ae517d..b0c19c8 100644 > --- a/include/team.h > +++ b/include/team.h > @@ -137,6 +137,13 @@ struct team_ifinfo *team_get_next_ifinfo(struct team_hand...
2018 Feb 21
2
[RFC PATCH v3 0/3] Enable virtio_net to act as a backup for a passthru device
...| 7 +++++++ > libteam/ifinfo.c | 20 ++++++++++++++++++++ > teamd/teamd.c | 17 +++++++++++++++++ > teamd/teamd.h | 5 +++++ > teamd/teamd_events.c | 17 +++++++++++++++++ > teamd/teamd_ifinfo_watch.c | 9 +++++++++ > teamd/teamd_per_port.c | 7 ++++++- > 7 files changed, 81 insertions(+), 1 deletion(-) > > diff --git a/include/team.h b/include/team.h > index 9ae517d..b0c19c8 100644 > --- a/include/team.h > +++ b/include/team.h > @@ -137,6 +137,13 @@ struct team_ifinfo *team_get_next_ifinfo(struct team_hand...
2018 Feb 21
0
[RFC PATCH v3 0/3] Enable virtio_net to act as a backup for a passthru device
...>> libteam/ifinfo.c | 20 ++++++++++++++++++++ >> teamd/teamd.c | 17 +++++++++++++++++ >> teamd/teamd.h | 5 +++++ >> teamd/teamd_events.c | 17 +++++++++++++++++ >> teamd/teamd_ifinfo_watch.c | 9 +++++++++ >> teamd/teamd_per_port.c | 7 ++++++- >> 7 files changed, 81 insertions(+), 1 deletion(-) >> >> diff --git a/include/team.h b/include/team.h >> index 9ae517d..b0c19c8 100644 >> --- a/include/team.h >> +++ b/include/team.h >> @@ -137,6 +137,13 @@ struct team_ifinfo *team_get_...