Re: [net-next v4 2/4] openvswitch: export get_dp() API.
On Thu, Nov 9, 2017 at 11:00 AM, Andy Zhou wrote: > Later patches will invoke get_dp() outside of datapath.c. Export it. > > Signed-off-by: Andy Zhou Acked-by: Pravin B Shelar
[net-next v4 2/4] openvswitch: export get_dp() API.
Later patches will invoke get_dp() outside of datapath.c. Export it. Signed-off-by: Andy Zhou --- net/openvswitch/datapath.c | 29 - net/openvswitch/datapath.h | 31 +++ 2 files changed, 31 insertions(+), 29 deletions(-) diff --git a/net/o