On 13/03/2023 16:53, Ido Schimmel wrote: > Given a packet and a remote destination, the function will take care of > encapsulating the packet and transmitting it to the destination. > > Expose it so that it could be used in subsequent patches by the MDB code > to transmit a packet to the remote destination(s) stored in the MDB > entry. > > It will allow us to keep the MDB code self-contained, not exposing its > data structures to the rest of the VXLAN driver. > > Signed-off-by: Ido Schimmel <idosch@xxxxxxxxxx> > --- > drivers/net/vxlan/vxlan_core.c | 5 ++--- > drivers/net/vxlan/vxlan_private.h | 2 ++ > 2 files changed, 4 insertions(+), 3 deletions(-) > Reviewed-by: Nikolay Aleksandrov <razor@xxxxxxxxxxxxx>