diff options
| author | 2021-05-18 09:45:08 +0300 | |
|---|---|---|
| committer | 2021-05-18 09:45:08 +0300 | |
| commit | 85ebe5aeef9b0bf4c91ff91652b32f9c54f71d34 (patch) | |
| tree | dc6b176404218efac28a4a1a0c240cb36f1e9173 /include/net/switchdev.h | |
| parent | Merge branch 'omap-for-v5.13/ti-sysc' into fixes (diff) | |
| parent | ARM: OMAP2+: Fix build warning when mmc_omap is not built (diff) | |
| download | linux-dev-85ebe5aeef9b0bf4c91ff91652b32f9c54f71d34.tar.xz linux-dev-85ebe5aeef9b0bf4c91ff91652b32f9c54f71d34.zip | |
Merge branch 'fixes-rc1' into fixes
Diffstat (limited to 'include/net/switchdev.h')
| -rw-r--r-- | include/net/switchdev.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/net/switchdev.h b/include/net/switchdev.h index b7fc7d0f54e2..f1a5a9a3634d 100644 --- a/include/net/switchdev.h +++ b/include/net/switchdev.h @@ -68,6 +68,7 @@ enum switchdev_obj_id { }; struct switchdev_obj { + struct list_head list; struct net_device *orig_dev; enum switchdev_obj_id id; u32 flags; @@ -208,6 +209,7 @@ struct switchdev_notifier_fdb_info { const unsigned char *addr; u16 vid; u8 added_by_user:1, + is_local:1, offloaded:1; }; |
