]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
Merge branch 'bridge_mode'
authorDavid S. Miller <davem@davemloft.net>
Tue, 9 Dec 2014 23:24:56 +0000 (18:24 -0500)
committerDavid S. Miller <davem@davemloft.net>
Tue, 9 Dec 2014 23:24:56 +0000 (18:24 -0500)
commit627103797189e4e423848e1b2e2c4af879cb33ac
treea3e7395fb7be1122c66d3bd31ccff0a224eda620
parentb5f185f33d0432cef6ff78765e033dfa8f4de068
parent4a5fdfe8b3669070112105573f2d7c487ec7ad0d
Merge branch 'bridge_mode'

Roopa Prabhu says:

====================
remove bridge mode BRIDGE_MODE_SWDEV

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>
Signed-off-by: David S. Miller <davem@davemloft.net>