Merge branch 'ife-to-module'
Yotam Gigi says:
====================
Extract IFE logic to module
Extract ife logic from the tc_ife action into an independent module, and
make the tc_ife action use it. This way, the ife encapsulation can be used
by other modules other than tc_ife action.
v1->v2:
Fix duplicate symbol error by introducing a new patch that makes the
original symbol static.
The symbol ife_tlv_meta_extract is exported in act_ife, though not being
used by any other module. As the symbol is being moved to the new ife
module, introducing the new module creates duplicate symbol. To fix it,
add a new patch (1/3) that makes the ife_tlv_meta_extract symbol static in
act_ife, thus the symbol does not collide.
====================
Signed-off-by:
David S. Miller <davem@davemloft.net>
No related branches found
No related tags found
Showing
- MAINTAINERS 7 additions, 0 deletionsMAINTAINERS
- include/net/ife.h 51 additions, 0 deletionsinclude/net/ife.h
- include/net/tc_act/tc_ife.h 0 additions, 3 deletionsinclude/net/tc_act/tc_ife.h
- include/uapi/linux/Kbuild 1 addition, 0 deletionsinclude/uapi/linux/Kbuild
- include/uapi/linux/ife.h 18 additions, 0 deletionsinclude/uapi/linux/ife.h
- include/uapi/linux/tc_act/tc_ife.h 1 addition, 9 deletionsinclude/uapi/linux/tc_act/tc_ife.h
- net/Kconfig 1 addition, 0 deletionsnet/Kconfig
- net/Makefile 1 addition, 0 deletionsnet/Makefile
- net/ife/Kconfig 16 additions, 0 deletionsnet/ife/Kconfig
- net/ife/Makefile 5 additions, 0 deletionsnet/ife/Makefile
- net/ife/ife.c 142 additions, 0 deletionsnet/ife/ife.c
- net/sched/Kconfig 1 addition, 0 deletionsnet/sched/Kconfig
- net/sched/act_ife.c 32 additions, 78 deletionsnet/sched/act_ife.c
Loading
Please register or sign in to comment