* [PATCH net-next v5 0/3] remove bridge mode BRIDGE_MODE_SWDEV
@ 2014-12-08 22:04 roopa
2014-12-08 22:49 ` Scott Feldman
2014-12-09 23:25 ` David Miller
0 siblings, 2 replies; 4+ messages in thread
From: roopa @ 2014-12-08 22:04 UTC (permalink / raw)
To: jiri, sfeldma, jhs, bcrl, tgraf, john.fastabend, stephen,
linville, vyasevic
Cc: netdev, davem, shm, gospo, Roopa Prabhu
From: Roopa Prabhu <roopa@cumulusnetworks.com>
BRIDGE_MODE_SWDEV was introduced to indicate switchdev offloads
for bridging from user space (In other words to call into the hw switch
port driver directly). But user can use existing BRIDGE_FLAGS_SELF
to call into the hw switch port driver today. swdev mode is not required
anymore. So, this patch removes it.
v4 - v5
incorporate comments
- Define BRIDGE_MODE_UNDEF to handle cases where mode is not defined
- reverse the order of patches
- include patch comments in all patches
Signed-off-by: Roopa Prabhu <roopa@cumulusnetworks.com>
Roopa Prabhu (3):
bridge: new mode flag to indicate mode 'undefined'
rocker: remove swdev mode
bridge: remove mode 'swdev'
drivers/net/ethernet/rocker/rocker.c | 18 +-----------------
include/uapi/linux/if_bridge.h | 2 +-
net/core/rtnetlink.c | 10 ++++++++--
3 files changed, 10 insertions(+), 20 deletions(-)
--
1.7.10.4
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH net-next v5 0/3] remove bridge mode BRIDGE_MODE_SWDEV
2014-12-08 22:04 [PATCH net-next v5 0/3] remove bridge mode BRIDGE_MODE_SWDEV roopa
@ 2014-12-08 22:49 ` Scott Feldman
2014-12-08 23:00 ` Roopa Prabhu
2014-12-09 23:25 ` David Miller
1 sibling, 1 reply; 4+ messages in thread
From: Scott Feldman @ 2014-12-08 22:49 UTC (permalink / raw)
To: Roopa Prabhu
Cc: Jiří Pírko, Jamal Hadi Salim, Benjamin LaHaise,
Thomas Graf, john fastabend, stephen@networkplumber.org,
John Linville, vyasevic@redhat.com, Netdev, David S. Miller,
shm@cumulusnetworks.com, Andy Gospodarek
Roopa, thanks for fixing this. I'm a little lost on status of the
iproute2 patches related to this change and earlier changes. Would
you and Jiri respin one set of iproute2 patches that gets us the final
answer? It was getting a little messy with patches on top of
yet-to-be-accepted patches. Thanks.
On Mon, Dec 8, 2014 at 2:04 PM, <roopa@cumulusnetworks.com> wrote:
> From: Roopa Prabhu <roopa@cumulusnetworks.com>
>
> BRIDGE_MODE_SWDEV was introduced to indicate switchdev offloads
> for bridging from user space (In other words to call into the hw switch
> port driver directly). But user can use existing BRIDGE_FLAGS_SELF
> to call into the hw switch port driver today. swdev mode is not required
> anymore. So, this patch removes it.
>
> v4 - v5
> incorporate comments
> - Define BRIDGE_MODE_UNDEF to handle cases where mode is not defined
> - reverse the order of patches
> - include patch comments in all patches
>
> Signed-off-by: Roopa Prabhu <roopa@cumulusnetworks.com>
>
> Roopa Prabhu (3):
> bridge: new mode flag to indicate mode 'undefined'
> rocker: remove swdev mode
> bridge: remove mode 'swdev'
>
> drivers/net/ethernet/rocker/rocker.c | 18 +-----------------
> include/uapi/linux/if_bridge.h | 2 +-
> net/core/rtnetlink.c | 10 ++++++++--
> 3 files changed, 10 insertions(+), 20 deletions(-)
>
> --
> 1.7.10.4
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH net-next v5 0/3] remove bridge mode BRIDGE_MODE_SWDEV
2014-12-08 22:49 ` Scott Feldman
@ 2014-12-08 23:00 ` Roopa Prabhu
0 siblings, 0 replies; 4+ messages in thread
From: Roopa Prabhu @ 2014-12-08 23:00 UTC (permalink / raw)
To: Scott Feldman
Cc: Jiří Pírko, Jamal Hadi Salim, Benjamin LaHaise,
Thomas Graf, john fastabend, stephen@networkplumber.org,
John Linville, vyasevic@redhat.com, Netdev, David S. Miller,
shm@cumulusnetworks.com, Andy Gospodarek
On 12/8/14, 2:49 PM, Scott Feldman wrote:
> Roopa, thanks for fixing this. I'm a little lost on status of the
> iproute2 patches related to this change and earlier changes. Would
> you and Jiri respin one set of iproute2 patches that gets us the final
> answer? It was getting a little messy with patches on top of
> yet-to-be-accepted patches. Thanks.
scott, the iproute2 v3 patch was the last (hopefully final) patch and
jiri and you signed-off on that
Its here:
http://patchwork.ozlabs.org/patch/418350/
Thanks for the review.
>
> On Mon, Dec 8, 2014 at 2:04 PM, <roopa@cumulusnetworks.com> wrote:
>> From: Roopa Prabhu <roopa@cumulusnetworks.com>
>>
>> BRIDGE_MODE_SWDEV was introduced to indicate switchdev offloads
>> for bridging from user space (In other words to call into the hw switch
>> port driver directly). But user can use existing BRIDGE_FLAGS_SELF
>> to call into the hw switch port driver today. swdev mode is not required
>> anymore. So, this patch removes it.
>>
>> v4 - v5
>> incorporate comments
>> - Define BRIDGE_MODE_UNDEF to handle cases where mode is not defined
>> - reverse the order of patches
>> - include patch comments in all patches
>>
>> Signed-off-by: Roopa Prabhu <roopa@cumulusnetworks.com>
>>
>> Roopa Prabhu (3):
>> bridge: new mode flag to indicate mode 'undefined'
>> rocker: remove swdev mode
>> bridge: remove mode 'swdev'
>>
>> drivers/net/ethernet/rocker/rocker.c | 18 +-----------------
>> include/uapi/linux/if_bridge.h | 2 +-
>> net/core/rtnetlink.c | 10 ++++++++--
>> 3 files changed, 10 insertions(+), 20 deletions(-)
>>
>> --
>> 1.7.10.4
>>
> --
> To unsubscribe from this list: send the line "unsubscribe netdev" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH net-next v5 0/3] remove bridge mode BRIDGE_MODE_SWDEV
2014-12-08 22:04 [PATCH net-next v5 0/3] remove bridge mode BRIDGE_MODE_SWDEV roopa
2014-12-08 22:49 ` Scott Feldman
@ 2014-12-09 23:25 ` David Miller
1 sibling, 0 replies; 4+ messages in thread
From: David Miller @ 2014-12-09 23:25 UTC (permalink / raw)
To: roopa
Cc: jiri, sfeldma, jhs, bcrl, tgraf, john.fastabend, stephen,
linville, vyasevic, netdev, shm, gospo
From: roopa@cumulusnetworks.com
Date: Mon, 8 Dec 2014 14:04:18 -0800
> From: Roopa Prabhu <roopa@cumulusnetworks.com>
>
> BRIDGE_MODE_SWDEV was introduced to indicate switchdev offloads
> for bridging from user space (In other words to call into the hw switch
> port driver directly). But user can use existing BRIDGE_FLAGS_SELF
> to call into the hw switch port driver today. swdev mode is not required
> anymore. So, this patch removes it.
>
> v4 - v5
> incorporate comments
> - Define BRIDGE_MODE_UNDEF to handle cases where mode is not defined
> - reverse the order of patches
> - include patch comments in all patches
>
> Signed-off-by: Roopa Prabhu <roopa@cumulusnetworks.com>
Series applied, thanks.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2014-12-09 23:25 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-08 22:04 [PATCH net-next v5 0/3] remove bridge mode BRIDGE_MODE_SWDEV roopa
2014-12-08 22:49 ` Scott Feldman
2014-12-08 23:00 ` Roopa Prabhu
2014-12-09 23:25 ` David Miller
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).